1
This commit is contained in:
@@ -92,3 +92,7 @@ func TestLogisticsAddSinglePack(t *testing.T) {
|
||||
func TestYearDay(t *testing.T) {
|
||||
fmt.Println(time.Now().YearDay())
|
||||
}
|
||||
|
||||
func TestApplyMarketAfterSale(t *testing.T) {
|
||||
a.ApplyMarketAfterSale(4994383659114192282, 2, 3)
|
||||
}
|
||||
|
||||
@@ -111,6 +111,7 @@ func (a *API) CreateStoreCommodity(skuParam *product_addV2_request.ProductAddV2P
|
||||
request.Param = skuParam
|
||||
|
||||
result, err := request.Execute(a.accessTokenObj)
|
||||
globals.SugarLogger.Debugf("创建子商品,创建主商品=========%s")
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user