aa
This commit is contained in:
@@ -99,7 +99,7 @@ func TestShopUpdate(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestShopBusStatusGet(t *testing.T) {
|
func TestShopBusStatusGet(t *testing.T) {
|
||||||
result, err := api.ShopBusStatusGet("", 335768207, PlatformFlagElm)
|
result, err := api.ShopBusStatusGet("", 100000117217, PlatformFlagElm)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
} else {
|
} else {
|
||||||
@@ -108,7 +108,7 @@ func TestShopBusStatusGet(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestShopStatusGet(t *testing.T) {
|
func TestShopStatusGet(t *testing.T) {
|
||||||
result, err := api.ShopStatusGet("", 335768207)
|
result, err := api.ShopStatusGet("", 200000081608)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ type CallBackResult struct {
|
|||||||
ConsigneeInfo *CallBackConsigneeInfo `json:"consigneeInfo"`
|
ConsigneeInfo *CallBackConsigneeInfo `json:"consigneeInfo"`
|
||||||
ItemInfoList []*CallBackItemInfoList `json:"itemInfoList"`
|
ItemInfoList []*CallBackItemInfoList `json:"itemInfoList"`
|
||||||
VendorOrgCode string `json:"vendorOrgCode"`
|
VendorOrgCode string `json:"vendorOrgCode"`
|
||||||
|
MenDianID string `json:"menDianId"`
|
||||||
BalanceUsed string `json:"balanceUsed"`
|
BalanceUsed string `json:"balanceUsed"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user