Merge pull request #26 from Selly-Modules/get-seller-by-ids

edit type id
This commit is contained in:
anbuiselly 2022-09-19 14:53:25 +07:00 committed by GitHub
commit 99eacb44a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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