添加会员的接口
+++
post:http://vue.huan168.com/Api/Index/add
post数据
*username=用户名称 # 必填
*phone=手机号码 # 必填
*sex=性别 # 必填 0 女 1男
*status=状态 # 选填 0 禁用 1 正常
<<<
success
{
"code":1,
"msg":"添加成功",
"result":[],
}
<<<
error
{
"code":0,
"msg":"添加失败",
"result":[],
}