文档
测试

用户名登录

POST
connector.entryHandler.entry

请求参数

参数名
类型
描述
必填
username
必填
password
必填

说明 / 示例

``` { "code": 200, "data": { "battleInfo":{ "waitBattle": false,//是否匹配排位中 "battleId": 0,//断线battleId "leaved": true,//是否玩家全部掉线对战结束 "train": false,//断线对战是否练习模式 "rank": false//断线对战是否排位模式 }, "user": { "id": "1460425420752982016",//用户id "username": "dev03", //用户名 "avatar": null, //头像 "level": 1, //等级 "points": 0,//排位积分 "email": "3456987654@qq.com",//邮箱 "fatigue": 50, //体力 "address": "058563e10b2ac9604841fad7db684759f40123bc513bc289d96204716e15bc51",//地址 "accountInfo": { "metg": 0, "hex": 0 } }, "player": { "online": true, "uid": "1460425420752982016", "name": "dev03", "fatigue": 50, "metg": 0, "hex": 0, "ships": [ { "id": "1460425750995701760", "isDefault": true, "mechas": [ { "mechaId": "1460425529565810688", "location": 1 }, ] } ], "mechaCount": 5, "heroCount": 10, "sid": "connector-server-1" }, } } ```