[Update] add new func
This commit is contained in:
parent
0c704b80a9
commit
620df101aa
|
@ -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"`
|
||||||
|
|
Loading…
Reference in New Issue