temp
This commit is contained in:
@@ -6,6 +6,19 @@ type G09GX01Response struct {
|
||||
Data string `json:"data"`
|
||||
Success bool `json:"success"`
|
||||
}
|
||||
type G26BJ05Response struct {
|
||||
Data struct {
|
||||
Code string `json:"code"`
|
||||
} `json:"data"`
|
||||
}
|
||||
type G03HZ01Response struct {
|
||||
Code string `json:"code"`
|
||||
}
|
||||
type G32BJ05Response struct {
|
||||
Data struct {
|
||||
Code string `json:"code"`
|
||||
} `json:"data"`
|
||||
}
|
||||
type G16BJ02Response struct {
|
||||
Code int `json:"code"`
|
||||
Msg string `json:"msg"`
|
||||
|
||||
Reference in New Issue
Block a user