Merge branch 'develop' of gitee.com:fusenpack/fusenapi into develop

This commit is contained in:
laodaming 2023-08-29 11:39:23 +08:00
commit e7496fcebb
2 changed files with 20 additions and 20 deletions

View File

@ -6,7 +6,7 @@ import (
) )
type UserInfoSetReq struct { type UserInfoSetReq struct {
Module string `form:"module,options=[merchant_category]"` // json格式字符串 Module string `form:"module,options=[merchant_category,logo_merchant_category]"` // json格式字符串
Metadata string `form:"metadata"` // json格式字符串 Metadata string `form:"metadata"` // json格式字符串
} }

View File

@ -71,7 +71,7 @@ service home-user-auth {
type ( type (
UserInfoSetReq { UserInfoSetReq {
Module string `form:"module,options=[merchant_category]"` // json格式字符串 Module string `form:"module,options=[merchant_category,logo_merchant_category]"` // json格式字符串
Metadata string `form:"metadata"` // json格式字符串 Metadata string `form:"metadata"` // json格式字符串
} }
) )