京东商城订单

This commit is contained in:
苏尹岚
2020-08-07 09:56:58 +08:00
parent 6da48a7144
commit 724b92c21c
3 changed files with 11 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ func TestShopQuery(t *testing.T) {
// if err == nil {
// t.Fatal("应该报错找不到门店")
// }
shopInfo, err := api.ShopQuery("11732425")
shopInfo, err := api.ShopQuery("667446")
if err != nil {
t.Fatal(err)
}