新增获取饿百门店的橱窗商品
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user