17 lines
272 B
Plaintext
17 lines
272 B
Plaintext
|
syntax = "v1"
|
||
|
|
||
|
info (
|
||
|
title: "认证服务"
|
||
|
desc: "认证服务"
|
||
|
author: "Liangzai"
|
||
|
email: "2440983361@qq.com"
|
||
|
)
|
||
|
|
||
|
type (
|
||
|
sendSmsReq {
|
||
|
Mobile string `json:"mobile" validate:"required,mobile"`
|
||
|
actionType string `json:"actionType" validate:"required"`
|
||
|
}
|
||
|
)
|
||
|
|