-
Notifications
You must be signed in to change notification settings - Fork 9
13. 一卡通挂失
Vizards edited this page Mar 15, 2019
·
2 revisions
挂失统一身份认证系统对应的一卡通账户。解挂需要到卡务中心或线下自助圈存机处理
POST /api/living/loss
参数 | 类型 | 必需 | 描述 | 示例 |
---|---|---|---|---|
Content-Type |
string | 是 | application/json |
application/json |
Accept |
string | 是 | application/json |
application/json |
Authorization |
string | 是 | Bearer Token | Bearer [Your Token] |
{
"code": 201,
"data": {
"retcode": 110,
"retmsg": "该卡已经挂失或注销,请到卡务中心处理"
},
"time": "2019-03-15T07:15:07Z",
"msg": "Post Success"
}
参数名 | 描述 | 类型 |
---|---|---|
retcode |
挂失状态码 | Number |
retmsg |
挂失结果信息 | String |
所有返回值结果对应表:
retcode |
retmsg |
---|---|
0 |
挂失成功 |
100 |
该卡已经挂失或注销,请到卡务中心或线下圈存机处理 |
110 |
该卡已经挂失或注销,请到卡务中心或线下圈存机处理 |
120 |
挂失失败,挂失服务没有启动 |
UESTC-API 已经取消提供公共 API 服务器,开发者需要将应用部署到自己的服务器上
https://uestc.ml 现在仅提供 11 个 Extra API 的转发服务,且不保证此服务的可用性
我们提供了方便的 Docker 化部署方案,在方便开发者实现后端数据管控的同时帮助我们应对日益严峻的教务系统 IP 封禁策略,感谢配合