注销客服
POST
http://localhost:8081/customerService/updateCustomerService
请求头
参数名
类型
描述
必填
token
string
示例:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2MTE2NDMxMDMsInVzZXJuYW1lIjoiMTM4NjA4NzU1MzAifQ.Jhczugpt8jtB0HcEhVesUtG1qzXtrY5XVbpgVzkn9e8
必填
请求参数
参数名
类型
描述
必填
userId
int
示例:59 管理id
必填
响应参数
参数名
类型
描述
必填
resultCode
int
示例:201
必填
resultMsg
string
示例:注销成功
必填
resultData
object
示例:null
必填