This commit is contained in:
richboo111
2023-05-06 12:04:35 +08:00
5 changed files with 28 additions and 32 deletions

View File

@@ -140,23 +140,7 @@ func TestBatchDecrypt(t *testing.T) {
//}
var c = []int64{
87893329,
87542533,
86486240,
86454312,
85672244,
85672146,
85672027,
85671854,
85671727,
85671454,
85671173,
85670943,
84938439,
84936029,
83727966,
81521327,
80790189}
64208920}
//668851,
//668841,
@@ -280,10 +264,11 @@ func TestDeleteSkuAndUploadSku7(t *testing.T) {
for _, v := range c {
for i := 1; i < 100; i++ {
result, err := a.GetSkuDetailList(&product_listV2_request.ProductListV2Param{
CheckStatus: 3, // 1-未提交2-待审核3-审核通过4-审核未通过5-封禁7-审核通过待上架
CheckStatus: 1, // 1-未提交2-待审核3-审核通过4-审核未通过5-封禁7-审核通过待上架
Page: int64(i),
Size: 100,
StoreId: v,
Status: 1,
})
if err != nil {
globals.SugarLogger.Debugf("=index := %d ,err := %s", i, utils.Format4Output(err, false))