Merge branch 'master' of https://e.coding.net/rosydev/baseapi
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user