1
This commit is contained in:
@@ -295,11 +295,11 @@ func TestGetEbaiSkuIDFromCustomID(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestDeleteStoreSku(t *testing.T) {
|
func TestDeleteStoreSku(t *testing.T) {
|
||||||
fmt.Println(fmt.Errorf("%s", ""))
|
fmt.Println(101 / 50)
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestDeleteSku(t *testing.T) {
|
func TestDeleteSku(t *testing.T) {
|
||||||
shopId := "102374"
|
shopId := "100829"
|
||||||
param1 := &SkuListParams{
|
param1 := &SkuListParams{
|
||||||
Page: 1,
|
Page: 1,
|
||||||
PageSize: 100,
|
PageSize: 100,
|
||||||
|
|||||||
@@ -294,6 +294,8 @@ func (a *API) RetailInitData(trackInfo, poiCode, foodCode string, params map[str
|
|||||||
KeyAppPoiCode: poiCode,
|
KeyAppPoiCode: poiCode,
|
||||||
KeyAppFoodCode: foodCode,
|
KeyAppFoodCode: foodCode,
|
||||||
}, params), resultKeyData, trackInfo)
|
}, params), resultKeyData, trackInfo)
|
||||||
|
globals.SugarLogger.Debugf("=========param := %s", utils.Format4Output(params, false))
|
||||||
|
globals.SugarLogger.Debugf("=========err := %v", err)
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user