ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
### 创建用户申诉单(会员) ~~~[api] post:data/api.complain/add *string:openid=5da828e6e3e9e#用户标识 *string:title#申诉标题 *string:order_no#关联单号 *string:content#申诉内容 <<< success { "code": 1, "info": "会员登录成功", "data": { "id": 1, "openid": "5d1f2e3ea4c3c", "username": "账号名称", "password": "e10adc3949ba59abbe56e057f20f883e", "phone": "13617343801", "create_at": "2019-07-05 19:01:14" } } <<< error { "code": 0, "info": "会员登录失败,请修改再试", "data": [] } ~~~