You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
181 B
Plaintext
16 lines
181 B
Plaintext
1 year ago
|
syntax = "v1"
|
||
|
|
||
|
info(
|
||
|
title: "Model"
|
||
|
desc: "API basic"
|
||
|
author: "NorthLan"
|
||
|
email: "lan6995@gmail.com"
|
||
|
version: "v1.0"
|
||
|
)
|
||
|
|
||
|
import "../base.api"
|
||
|
|
||
|
type UserInfo {
|
||
|
BaseID
|
||
|
TimeInfo
|
||
|
}
|