This commit is contained in:
邹宗楠
2023-03-02 11:57:59 +08:00
parent ea89791bb6
commit 1cdd5f19d5
2 changed files with 15 additions and 17 deletions

View File

@@ -21,11 +21,7 @@ func TestApi(t *testing.T) {
}
func TestQueryOrderDetail(t *testing.T) {
<<<<<<< HEAD
data, err := a.GetTiktokOrderDetail("5039319444977829100")
=======
data, err := a.GetTiktokOrderDetail("5038446046747543348")
>>>>>>> 274a127c31b27012875473bbf10ff3d6f8857771
globals.SugarLogger.Debugf("=====%s", utils.Format4Output(data, false))
globals.SugarLogger.Debugf("=====%s", err)
}

View File

@@ -169,15 +169,16 @@ var c = []int64{
//668708,
//668713,
//668707,
//668712,
//668710,
//668714,
//668723,
//668790,
//668789,
//668785,
//668512,
//667481,
//668712,running
//668710,running
//668714,running
//668723, ok
//668790, no
//668789, no
//668785, no
//668512, running
//667481, running
// 删除已经创建商品,重新同步
func TestDeleteSkuAndUploadSku(t *testing.T) {
@@ -217,10 +218,11 @@ func TestDeleteSkuAndUploadSkuFengJinBiXu222(t *testing.T) {
var errList = make([]error, 0, 0)
for i := 1; i < 100; i++ {
result, err := a.GetSkuDetailList(&product_listV2_request.ProductListV2Param{
//Status: 2,
//CheckStatus: 3, // 1-未提交2-待审核3-审核通过4-审核未通过5-封禁7-审核通过待上架
Page: int64(i),
Size: 100,
Status: 0,
CheckStatus: 3, // 1-未提交2-待审核3-审核通过4-审核未通过5-封禁7-审核通过待上架
Page: int64(i),
Size: 100,
StoreId: 69395217,
})
if err != nil {
globals.SugarLogger.Debugf("=index := %d ,err := %s", i, utils.Format4Output(err, false))