V1 #3

Merged
trunglt251292 merged 2 commits from v1 into master 2022-06-14 08:18:00 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 620df101aa - Show all commits

View File

@ -19,6 +19,11 @@ type GetTokenByPhoneBody struct {
Phone string `json:"phone"` Phone string `json:"phone"`
} }
// GetTokenByPhoneResponse ...
type GetTokenByPhoneResponse struct {
Token string `json:"token"`
}
// Log ... // Log ...
type Log struct { type Log struct {
Reference string `json:"reference"` Reference string `json:"reference"`