ebai minnum

This commit is contained in:
richboo111
2022-08-11 11:51:13 +08:00
parent 21580775c7
commit 56bed3d517

View File

@@ -31,7 +31,7 @@ type SyncController struct {
// @Param isContinueWhenError formData bool false "单个同步失败是否继续缺省false"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router pay [put]
// @router /SyncStoresSkus [put]
func (c *SyncController) SyncStoresSkus() {
c.callSyncStoresSkus(func(params *tSyncSyncStoresSkusParams) (retVal interface{}, errCode string, err error) {
db := dao.GetDB()