This commit is contained in:
苏尹岚
2021-04-07 14:08:49 +08:00
parent 0ddc5efa12
commit 2d0b0633da
2 changed files with 3 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ func TestShopUpdate(t *testing.T) {
}
func TestShopBusStatusGet(t *testing.T) {
result, err := api.ShopBusStatusGet("", 335768207, PlatformFlagElm)
result, err := api.ShopBusStatusGet("", 100000117217, PlatformFlagElm)
if err != nil {
t.Fatal(err)
} else {
@@ -108,7 +108,7 @@ func TestShopBusStatusGet(t *testing.T) {
}
func TestShopStatusGet(t *testing.T) {
result, err := api.ShopStatusGet("", 335768207)
result, err := api.ShopStatusGet("", 200000081608)
if err != nil {
t.Fatal(err)
} else {

View File

@@ -32,6 +32,7 @@ type CallBackResult struct {
ConsigneeInfo *CallBackConsigneeInfo `json:"consigneeInfo"`
ItemInfoList []*CallBackItemInfoList `json:"itemInfoList"`
VendorOrgCode string `json:"vendorOrgCode"`
MenDianID string `json:"menDianId"`
BalanceUsed string `json:"balanceUsed"`
}