1
This commit is contained in:
@@ -510,6 +510,8 @@ func (a *API) CreateSubProduct(mainProductId int64, storeId int64) (int64, error
|
||||
request.Param.StoreId = storeId
|
||||
|
||||
result, err := request.Execute(a.accessTokenObj)
|
||||
globals.SugarLogger.Debugf("基于店铺主品创建门店子品=========:%s", utils.Format4Output(result, false))
|
||||
globals.SugarLogger.Debugf("基于店铺主品创建门店子品:=%s", utils.Format4Output(err, false))
|
||||
if err != nil {
|
||||
return 0, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user