删除会员
DELETE
http://127.0.0.1:8000/api/v1/member/
请求参数
参数名
类型
描述
必填
id
int
示例:6 /用户id
必填
响应参数
参数名
类型
描述
必填
code
int
示例:1000表示删除成功、1001表示删除失败
必填