1
This commit is contained in:
@@ -72,8 +72,7 @@ func (a *API) GetStore(storeID string) (getStoreResult *GetOneStoreRespData, err
|
||||
BusinessData: "",
|
||||
}
|
||||
// 序列化请求参数
|
||||
//data, err := json.Marshal(GetOneStore{MerchantID: a.merchantId, OutShopCode: storeID}) 正式环境
|
||||
data, err := json.Marshal(GetOneStore{MerchantID: a.merchantId, ChainStoreId: storeID}) // 沙箱
|
||||
data, err := json.Marshal(GetOneStore{MerchantID: a.merchantId, OutShopCode: storeID})
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user