删除自定义表情
POST
/api/removeCustomEmoj
请求参数
参数名
类型
描述
必填
ids
string
表情ID,多个用逗号拼接,例如:1,2,3
必填
响应参数
参数名
类型
描述
必填
code
int
错误码,0正确,小于0表示有错误
必填
msg
string
错误信息
可选