You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package MySwagger
|
|
|
|
|
|
type Auth struct {
|
|
SystemID string `json:"system_id" example:"SYS-200201" `
|
|
SystemToken string `json:"system_token" example:"a6ce11eab94df48a6ce11eab94df48e38f73cf7e38f73cf7"`
|
|
AuthTime string `json:"auth_time" example:"2020/01/02 03:04:05"`
|
|
} |