文档
测试
POST
NoAuthorApp/AppLogin

请求参数

参数名
类型
描述
必填
name
String
必填
password
String
必填
code
String
必填
DevicePlatform
String
必填
DeviceUUID
String
必填
key
String
验证码令牌
必填

响应参数

参数名
类型
描述
必填
token
String
必填
userInfo
Json
必填

说明 / 示例

{ "code":0, "data":{ "token":"xxxxxxxxx", "userInfo":{"userName":"test888","name":"测试维保公司","phone":"13111889921","company":"","position":"队长"} }, "message":"成功" }