1
This commit is contained in:
@@ -507,6 +507,7 @@ func (a *API) CreateSubProduct(mainProductId int64, storeId int64) (int64, error
|
||||
globals.SugarLogger.Debugf("=CreateSubProduct logID ========= %s", utils.Format4Output(result, false))
|
||||
return 0, errors.New(result.SubMsg)
|
||||
}
|
||||
globals.SugarLogger.Debugf("result CreateSubProduct %s", utils.Format4Output(result, false))
|
||||
|
||||
return result.Data.SubProductId, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user