根据excel创建标品
This commit is contained in:
@@ -455,7 +455,7 @@ func (c *SkuController) UpdateExianDaSkuCategory() {
|
|||||||
// @Param token header string true "认证token"
|
// @Param token header string true "认证token"
|
||||||
// @Success 200 {object} controllers.CallResult
|
// @Success 200 {object} controllers.CallResult
|
||||||
// @Failure 200 {object} controllers.CallResult
|
// @Failure 200 {object} controllers.CallResult
|
||||||
// @router /CreateUpcSkuByExcel [post,get]
|
// @router /CreateUpcSkuByExcel [post]
|
||||||
func (c *SkuController) CreateUpcSkuByExcel() {
|
func (c *SkuController) CreateUpcSkuByExcel() {
|
||||||
c.callCreateUpcSkuByExcel(func(params *tSkuCreateUpcSkuByExcelParams) (retVal interface{}, errCode string, err error) {
|
c.callCreateUpcSkuByExcel(func(params *tSkuCreateUpcSkuByExcelParams) (retVal interface{}, errCode string, err error) {
|
||||||
r := c.Ctx.Request
|
r := c.Ctx.Request
|
||||||
|
|||||||
Reference in New Issue
Block a user