This commit is contained in:
suyl
2021-04-26 18:10:31 +08:00
parent 9084b0c0fc
commit b047a0dcd8
3 changed files with 63 additions and 1 deletions

View File

@@ -662,7 +662,7 @@ type UpdateBasicParam struct {
Source string `json:"source"`
RequestID int64 `json:"requestId"`
StoreID int `json:"storeId"`
StoreName string `json:"storeName"`
StoreName string `json:"storeName,omitempty"`
CategoryID2 int `json:"categoryId2"`
Coordinate string `json:"coordinate"`
BussinessBeginTime string `json:"bussinessBeginTime"`