SendMsg2Somebody不强制要求手机号

This commit is contained in:
gazebo
2019-11-06 14:32:44 +08:00
parent 208e836f40
commit f5e2b711fb
2 changed files with 7 additions and 5 deletions

View File

@@ -222,10 +222,10 @@ func (c *CmsController) FakeNewOrder() {
// @Title 发送消息给相关人员
// @Description 发送消息给相关人员
// @Param mobile formData string true "手机号"
// @Param verifyCode formData string false "验证码"
// @Param msgType formData string true "消息类型"
// @Param msgContent formData string true "消息内容"
// @Param mobile formData string false "手机号"
// @Param verifyCode formData string false "验证码"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /SendMsg2Somebody [post]