Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更换vip_info接口 #36

Merged
merged 1 commit into from
Jun 3, 2024
Merged

更换vip_info接口 #36

merged 1 commit into from
Jun 3, 2024

Conversation

Nekohy
Copy link
Contributor

@Nekohy Nekohy commented Jun 3, 2024

No description provided.

@Nekohy
Copy link
Contributor Author

Nekohy commented Jun 3, 2024

VIP返回
{
"result": "ACCEPTED",
"message": "",
"redirect_uri": "",
"data": {
"expire": "2024-06-04T14:07:45+08:00",
"status": "ok",
"type": "platinum",
"user_id": "xxxxxx"
}
}
非VIP返回
{
"result": "ACCEPTED",
"message": "",
"redirect_uri": "",
"data": {
"expire": "2024-05-07T23:00:14+08:00",
"status": "invalid",
"type": "novip",
"user_id": "xxxxxx"
}
}

@Quan666 Quan666 merged commit 2b7b76f into Quan666:main Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants