This commit is contained in:
Mrx
2026-02-27 10:30:02 +08:00
parent 69506f4fdb
commit 4825c0562e
7 changed files with 76 additions and 8 deletions

View File

@@ -141,8 +141,9 @@ service main {
type (
sendSmsReq {
Mobile string `json:"mobile" validate:"required,mobile"`
ActionType string `json:"actionType" validate:"required,oneof=login register query agentApply realName bindMobile"`
Mobile string `json:"mobile" validate:"required,mobile"`
ActionType string `json:"actionType" validate:"required,oneof=login register query agentApply realName bindMobile"`
CaptchaVerifyParam string `json:"captchaVerifyParam"`
}
)