创建标品优化,同步物料测试
This commit is contained in:
@@ -798,3 +798,16 @@ func (c *StoreSkuController) CreateSkusAndFocusFromWx() {
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
// @Title 同步菜市物料到果园
|
||||
// @Description 同步菜市物料到果园
|
||||
// @Param token header string true "认证token"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /SyncMatterC4ToGy [post]
|
||||
func (c *StoreSkuController) SyncMatterC4ToGy() {
|
||||
c.callSyncMatterC4ToGy(func(params *tStoreSkuSyncMatterC4ToGyParams) (retVal interface{}, errCode string, err error) {
|
||||
retVal, err = cms.SyncMatterC4ToGy(params.Ctx, true, true)
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user