-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Terry Chan edited this page Dec 9, 2016
·
5 revisions
Welcome to the Codo-API wiki!
Please visit README
所有 API 无论成功与否,均返回 JSON 格式以及 200 OK 的响应码,至少会包含 ret
返回值告知事件情况和 msg
详细描述。
对于 token 有效的请求,每次响应都会附带当前用户状态,例如下面的例子。
{
"ret": 0,
"msg": "ok.",
"user": {
"id": 63,
"expiry_time": 10,
"username": "terry",
"token": "e691b41e76d76c1a98bb963ff63659"
}
}