This commit is contained in:
苏尹岚
2020-11-12 16:21:11 +08:00
parent c7d1488296
commit a3f55fc57c
2 changed files with 4 additions and 562 deletions

View File

@@ -239,10 +239,10 @@ func (c *User2Controller) GetSelfInfo() {
// @Title 根据小程序jsCode修改用户信息
// @Description 根据小程序jsCode修改用户信息
// @Param token header string true "认证token"
// @Param data query string true "加密数据"
// @Param iv query string true "iv"
// @Param jsCode query string false "小程序jsCode"
// @Param token header string true "认证token"
// @Param data formData string true "加密数据"
// @Param iv formData string true "iv"
// @Param jsCode formData string false "小程序jsCode"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /UpdateUserByMiniInfo [put]