[Update] add new func

This commit is contained in:
trunglt251292 2022-06-03 13:56:32 +07:00
parent 0c704b80a9
commit 620df101aa
1 changed files with 5 additions and 0 deletions

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"`