1
This commit is contained in:
@@ -18,7 +18,7 @@ import (
|
|||||||
// "authority_id": ""
|
// "authority_id": ""
|
||||||
//}`
|
//}`
|
||||||
|
|
||||||
var token = `{"access_token":"c2c6e258-847d-4e8f-a695-b20488a5a667","expires_in":1682270239,"scope":"SCOPE","shop_id":57939570,"shop_name":"京西菜市速食","refresh_token":"ebf0e9f1-b200-47c2-a2bb-bafefbdaed47","authority_id":""}`
|
var token = `{"access_token":"71896365-cec7-4982-a686-0d8f3044cc1e","expires_in":1682872676,"scope":"SCOPE","shop_id":57939570,"shop_name":"京西菜市速食","refresh_token":"76d410d2-e869-4ddc-b8ad-0ae652114e13","authority_id":""}`
|
||||||
|
|
||||||
//var token = `{"access_token":"e3173e9f-266f-4d87-88e7-e7cd837bc9d9","expires_in":1672882632,"scope":"SCOPE","shop_id":68023619,"shop_name":"京西到家","refresh_token":"5070aae2-493f-46bd-b5d6-6ea0cd64729f","authority_id":""}`
|
//var token = `{"access_token":"e3173e9f-266f-4d87-88e7-e7cd837bc9d9","expires_in":1672882632,"scope":"SCOPE","shop_id":68023619,"shop_name":"京西到家","refresh_token":"5070aae2-493f-46bd-b5d6-6ea0cd64729f","authority_id":""}`
|
||||||
|
|
||||||
|
|||||||
@@ -140,23 +140,7 @@ func TestBatchDecrypt(t *testing.T) {
|
|||||||
//}
|
//}
|
||||||
|
|
||||||
var c = []int64{
|
var c = []int64{
|
||||||
87893329,
|
64208920}
|
||||||
87542533,
|
|
||||||
86486240,
|
|
||||||
86454312,
|
|
||||||
85672244,
|
|
||||||
85672146,
|
|
||||||
85672027,
|
|
||||||
85671854,
|
|
||||||
85671727,
|
|
||||||
85671454,
|
|
||||||
85671173,
|
|
||||||
85670943,
|
|
||||||
84938439,
|
|
||||||
84936029,
|
|
||||||
83727966,
|
|
||||||
81521327,
|
|
||||||
80790189}
|
|
||||||
|
|
||||||
//668851,
|
//668851,
|
||||||
//668841,
|
//668841,
|
||||||
@@ -280,10 +264,11 @@ func TestDeleteSkuAndUploadSku7(t *testing.T) {
|
|||||||
for _, v := range c {
|
for _, v := range c {
|
||||||
for i := 1; i < 100; i++ {
|
for i := 1; i < 100; i++ {
|
||||||
result, err := a.GetSkuDetailList(&product_listV2_request.ProductListV2Param{
|
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),
|
Page: int64(i),
|
||||||
Size: 100,
|
Size: 100,
|
||||||
StoreId: v,
|
StoreId: v,
|
||||||
|
Status: 1,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
globals.SugarLogger.Debugf("=index := %d ,err := %s", i, utils.Format4Output(err, false))
|
globals.SugarLogger.Debugf("=index := %d ,err := %s", i, utils.Format4Output(err, false))
|
||||||
|
|||||||
Reference in New Issue
Block a user