- remove mobile for MiniBindWeiXin

This commit is contained in:
gazebo
2018-12-28 09:21:55 +08:00
parent 87bffb3243
commit 983794de53

View File

@@ -136,7 +136,6 @@ func (c *AuthController) BindMobile() {
// @Title 绑定手机
// @Description 绑定手机(调用此方法前先需要以短信方式登录)
// @Param token header string true "认证token"
// @Param mobile formData string true "手机号,当前无用,置空"
// @Param code formData string true "小程序用户code"
// @Param nickname formData string false "用户名"
// @Success 200 {object} controllers.CallResult