ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
### 删除用户申诉单(会员) ~~~[api] post:data/api.complain/del *string:openid=5da828e6e3e9e#用户标识 *string:cid#申诉记录ID <<< 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": [] } ~~~