Revert "Merge remote-tracking branch 'upstream/gva_gormv2_dev' into gva_gormv2_dev"
This reverts commit bb33c312b13577fef786a91e0369468d65364b6f, reversing changes made to b9b4bc6b8b7a9b23efd4dab4cf38110c142cde76.
This commit is contained in:
@@ -143,7 +143,7 @@ func (b *BaseApi) Register(c *gin.Context) {
|
||||
// @Produce application/json
|
||||
// @Param data body systemReq.ChangePasswordStruct true "用户名, 原密码, 新密码"
|
||||
// @Success 200 {string} string "{"success":true,"data":{},"msg":"修改成功"}"
|
||||
// @Router /user/changePassword [post]
|
||||
// @Router /user/changePassword [put]
|
||||
func (b *BaseApi) ChangePassword(c *gin.Context) {
|
||||
var user systemReq.ChangePasswordStruct
|
||||
_ = c.ShouldBindJSON(&user)
|
||||
|
Reference in New Issue
Block a user