1
This commit is contained in:
@@ -321,23 +321,6 @@ func TestErrList(t *testing.T) {
|
||||
fmt.Println(data)
|
||||
}
|
||||
|
||||
// TestUpdateSkuBoxFee 修改打包费
|
||||
func TestUpdateSkuBoxFee(t *testing.T) {
|
||||
api.RetailBatchInitData(utils.GetUUID(), "17901037", []map[string]interface{}{
|
||||
map[string]interface{}{
|
||||
"app_spu_code": "34712",
|
||||
"skus": []map[string]interface{}{
|
||||
{
|
||||
"sku_id": "34712",
|
||||
"ladder_box_num": "0",
|
||||
"ladder_box_price": "0",
|
||||
},
|
||||
},
|
||||
"picture": "https://image.jxc4.com/image/4fd5cd77a6fce23ee26f8d40392d83b1.gif",
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
func TestRetailBatchInitData(t *testing.T) {
|
||||
failedFoods, err := api.RetailBatchInitData(utils.GetUUID(), "20498582", []map[string]interface{}{
|
||||
map[string]interface{}{
|
||||
|
||||
Reference in New Issue
Block a user