qnc-server-tob/app/user/cmd/api/desc/auth/auth.api

17 lines
310 B
Plaintext
Raw Normal View History

2025-01-10 00:09:25 +08:00
syntax = "v1"
info (
title: "认证服务"
desc: "认证服务"
author: "Liangzai"
email: "2440983361@qq.com"
)
type (
sendSmsReq {
Mobile string `json:"mobile" validate:"required,mobile"`
2025-03-07 03:48:59 +08:00
ActionType string `json:"actionType" validate:"required,oneof=login register query agentApply"`
2025-01-10 00:09:25 +08:00
}
)