|
@@ -200,6 +200,16 @@ func AppAPI(opts ...func(engine *gin.Engine)) func(s *gin.Engine) {
|
|
apiV1.POST("/dailydata/edit", api.UpdateDailyData)
|
|
apiV1.POST("/dailydata/edit", api.UpdateDailyData)
|
|
apiV1.POST("/formulastatistics", api.GetFormulaStatistics)
|
|
apiV1.POST("/formulastatistics", api.GetFormulaStatistics)
|
|
|
|
|
|
|
|
+ apiV1.POST("/sap/feed", sap.SyncSapFeed)
|
|
|
|
+
|
|
|
|
+ apiV1.POST("/sap/bar", sap.SyncSapBar)
|
|
|
|
+
|
|
|
|
+ apiV1.POST("/sap/material", sap.MaterialOutbound)
|
|
|
|
+
|
|
|
|
+ apiV1.POST("/feedbackup/check", api.CheckFeedTrgaddress)
|
|
|
|
+
|
|
|
|
+ apiV1.POST("/ud/feedp/sync", api.UdFeedpSync)
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
//不需要登录验证的接口
|
|
//不需要登录验证的接口
|