Merge pull request #26 from Selly-Modules/get-seller-by-ids
edit type id
This commit is contained in:
commit
99eacb44a8
|
@ -2,7 +2,7 @@ package model
|
|||
|
||||
// ResponseSellerInfo ...
|
||||
type ResponseSellerInfo struct {
|
||||
ID string `json:"id"`
|
||||
ID string `json:"_id"`
|
||||
Name string `json:"name"`
|
||||
Code string `json:"code"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue