1
This commit is contained in:
@@ -151,9 +151,6 @@ func TestGetOrderRefundDetail(t *testing.T) {
|
||||
t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
func Test111(t *testing.T) {
|
||||
fmt.Println(utils.Float64TwoInt64((6.32 / 15.8) * float64(950)))
|
||||
}
|
||||
func TestGetOrderRefundDetail2(t *testing.T) {
|
||||
result, err := api.GetOrderRefundDetail(601112850243823799, 0)
|
||||
if err != nil {
|
||||
@@ -464,7 +461,3 @@ func BatchInitSkuMT2MT(fromSku []*AppFood, toApi *API, vendorStoreID string, off
|
||||
|
||||
return errList, nil
|
||||
}
|
||||
|
||||
func TestEbaiSend(t *testing.T) {
|
||||
|
||||
}
|
||||
|
||||
@@ -246,7 +246,7 @@ func TestBatchSetPrice(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestRetailDelete(t *testing.T) {
|
||||
poiCode := "5943132"
|
||||
poiCode := "7070710"
|
||||
|
||||
i := 0
|
||||
count := 0
|
||||
@@ -259,11 +259,11 @@ func TestRetailDelete(t *testing.T) {
|
||||
}
|
||||
count += len(fromFoodList)
|
||||
|
||||
//for k, v := range fromFoodList {
|
||||
// if err := api.RetailDelete(utils.Int2Str(k), poiCode, v.AppFoodCode); err != nil {
|
||||
// fmt.Println(err)
|
||||
// }
|
||||
//}
|
||||
for k, v := range fromFoodList {
|
||||
if err := api.RetailDelete(utils.Int2Str(k), poiCode, v.AppFoodCode); err != nil {
|
||||
fmt.Println(err)
|
||||
}
|
||||
}
|
||||
|
||||
i++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user