tyc-server/app/main/api/desc/front/auth/auth.api

17 lines
299 B
Plaintext
Raw Normal View History

2024-11-03 15:28:10 +08:00
syntax = "v1"
info (
title: "认证服务"
desc: "认证服务"
author: "Liangzai"
email: "2440983361@qq.com"
)
type (
sendSmsReq {
Mobile string `json:"mobile" validate:"required,mobile"`
2024-11-21 12:14:34 +08:00
ActionType string `json:"actionType" validate:"required,oneof=login register query"`
2024-11-03 15:28:10 +08:00
}
)