//====================================================
//獲取登錄短信驗證碼 注:間隔時間大于30s
Route::post('app/:version/getLoginCode', 'app/:version.Login/getLoginCode');
@phone
{
"error_code": 0,
"msg": {
"success": "OK"
},
"data": {
"code": 75686
},
"rows": [],
"total": null,
"totalPage": null,
"token": null,
}
//====================================================
//賬號密碼登錄
Route::post('app/:version/loginID', 'app/:version.Login/loginID');
@phone/email/card_id
@password
{
"error_code": 0,
"msg": {
"success": "登錄成功"
},
"data": {
"token": "a81zi0WsSBvNRR9MZCf0ofeQHTWnSaBradDBMC8LtDAlQO9SFps0VCG1b6kIeLotwfuApC969OZMipe4EE9EqH4pcuV5xg+6EiumEomYLUM="
},
"rows": [],
"total": null,
"totalPage": null,
"token": null,
}
//====================================================
//手機短信登錄提交
Route::post('app/:version/loginPhone', 'app/:version.Login/loginPhone');
@phone
@password
{
"error_code": 0,
"msg": {
"success": "登錄成功"
},
"data": {
"token": "a81zi0WsSBvNRR9MZCf0ofeQHTWnSaBradDBMC8LtDAlQO9SFps0VCG1b6kIeLotwfuApC969OZMipe4EE9EqH4pcuV5xg+6EiumEomYLUM="
},
"rows": [],
"total": null,
"totalPage": null,
"token": null,
}