## 登录
~~~[api]
post:http://yos.godok.cn/api/publics/signin
*username=test#账号
*password=123456#密码
<<<
success
{
"code":1,
"msg":"登录成功",
"data":{"access_token":"此参数为身份凭证,通过get和post传递给服务器都有效"},
"url":"",
"wait":3
}
<<<
error
{
"code":0,
"msg":"错误消息",
"data":"",
"url":"",
"wait":3
}
~~~
