提交词汇
POST
/api/commitDrawGameWord
请求参数
参数名
类型
描述
必填
word
string
单词
必填
tip
string
提示
必填
响应参数
参数名
类型
描述
必填
code
int
错误码,0表示正确,小于0表示有错,错误信息会在msg字段返回。
必填
msg
string
错误提示信息,一般只有错误时才有这个字段
可选