修改蜂鸟初始话方式

This commit is contained in:
邹宗楠
2022-03-25 11:48:20 +08:00
parent 5bc0b261ce
commit 834222e01c
2 changed files with 0 additions and 40 deletions

View File

@@ -85,7 +85,6 @@ func (a *API) GetStore(storeID string) (getStoreResult *GetStoreResult, err erro
},
BusinessData: "",
}
// 序列化请求参数
data, err := json.Marshal(GetOneStore{MerchantID: a.merchantId, OutShopCode: storeID})
if err != nil {