menu api 文章列表
dvr
谷歌登录
dvr
谷歌鉴权
dvr
Ai生成

谷歌鉴权

使用教程


请求地址 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": "已到期" }

Example

调用效果 三种

						三种
					

请求参数

参数名称类型参数值描述
google_id 参数值 谷歌id