This commit is contained in:
邹宗楠
2024-04-03 16:39:15 +08:00
parent 3f97450f12
commit f3fc203a1a
3 changed files with 4 additions and 7 deletions

View File

@@ -307,10 +307,10 @@ func TestErrList(t *testing.T) {
func TestUpdateSkuBoxFee(t *testing.T) {
api.RetailBatchInitData(utils.GetUUID(), "2461720", []map[string]interface{}{
map[string]interface{}{
"app_spu_code": "22509",
"app_spu_code": "23923",
"skus": []map[string]interface{}{
{
"sku_id": "22509",
"sku_id": "23923",
"ladder_box_num": "0",
"ladder_box_price": "0",
},