文档
测试

删除帐号

POST
http://192.168.1.222/member/api.withdraw/delAccount

请求参数

参数名
类型
描述
必填
apitoken
string
示例:P73B4La1fdbc71f5161bbdc010209c018587d3XCMVDDjj
必填
account_id
int
帐号标识 示例:30
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:删除成功.
必填
data
object
数据字典
必填
url
string
示例:/member/api.withdraw/delaccount.html
必填
wait
int
示例:3
必填

说明 / 示例

``` { "code": 1, "msg": "删除成功.", "data": { }, "url": "/member/api.withdraw/delaccount.html", "wait": 3 } ```