新增获取饿百门店的橱窗商品

This commit is contained in:
苏尹岚
2020-01-20 13:33:03 +08:00
parent 333c62d16d
commit 6b0a7bd045
2 changed files with 89 additions and 7 deletions

View File

@@ -21,13 +21,6 @@ func TestGetRealMobileNumber4Order(t *testing.T) {
baseapi.SugarLogger.Debug(mobile)
}
func TestOrderAddTips(t *testing.T) {
err := api.OrderAddTips("1577329467196263592", "1577329467196263592", 0.1, 0)
if err != nil {
t.Fatal(err)
}
}
func TestGetStoreOrderInfo(t *testing.T) {
orderId := "1577329467196263592"
// desiredMobile := "18483673654"
@@ -153,3 +146,8 @@ func TestGetShopListIDs(t *testing.T) {
fmt.Println(v.Name, v.Wid)
}
}
func TestGetStoresShowWindowSkus(t *testing.T) {
result, _ := api.GetStoresShowWindowSkus(32267315055)
t.Log(utils.Format4Output(result, false))
}