客户注册
POST
http://127.0.0.1:8080/cust/saveCust
请求参数
参数名
类型
描述
必填
cust
模块
模块的标志
必填
gender
string
性别 0 女 1 男 2 其他
必填
mobile
string
手机号码
必填
openid
string
存储的openid
必填
come_from
string
来源
必填
nickname
string
昵称
必填
tapy
String
状态
必填
响应参数
参数名
类型
描述
必填
ret
int
0表示成功 非0表示失败 5001表示已经存在了该用户
必填
data
Array
数组,此处为空
必填