edit type id
This commit is contained in:
parent
89967955ea
commit
35a811886b
|
@ -2,7 +2,7 @@ package model
|
||||||
|
|
||||||
// ResponseSellerInfo ...
|
// ResponseSellerInfo ...
|
||||||
type ResponseSellerInfo struct {
|
type ResponseSellerInfo struct {
|
||||||
ID string `json:"id"`
|
ID string `json:"_id"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Code string `json:"code"`
|
Code string `json:"code"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue