请求地址 http://www.erweima3.comapi/google/checkExpire
返回数据 【以下为用户正常状态的返回】
{
"code": 200,
"msg": "未到期",
"member": {
"id": 1,
"google_id": "105059378722118701711",
"name": "duo duo",
"email": "duo297811@gmail.com",
"picture": "https://lh3.googleusercontent.com/a/ACg8ocKWk7wOxZNu_uWSy7hbT4p4AxcH63tzwaCjAlzYlbK2lH4f3w=s96-c",
"create_time": 1747627877,
"login_time": 1747627877,
"expire_time": 1747714277,
"url": "www.a.com"
}
}
【以下为用户不存在的返回】
{
"code": 404,
"msg": "用户不存在"
}
【以下为已到期】
{
"code": 201,
"msg": "已到期"
}
参数名称 | 类型 | 参数值 | 描述 |
---|---|---|---|
google_id |
必 | 参数值 | 谷歌id |