Updata:调整接口路径
This commit is contained in:
parent
d9cb1024f0
commit
3599e428ce
@ -21,6 +21,8 @@ func BundleRouter(r *gin.RouterGroup) {
|
||||
bundleClientNoAuthRoute.POST("export/work-cast-info", bundle.ExportWorkCastInfo)
|
||||
bundleClientNoAuthRoute.POST("export/bundle-price-info", bundle.ExportBundlePriceInfo)
|
||||
bundleClientNoAuthRoute.POST("survey/is-send", bundle.IsSendSurvey)
|
||||
bundleClientNoAuthRoute.POST("survey/bundleInfo", bundle.QuestionnaireSurveyBundleInfo)
|
||||
bundleClientNoAuthRoute.POST("survey/create", bundle.QuestionnaireSurveyCreate)
|
||||
}
|
||||
bundleClientRoute := bundleRoute.Group("system")
|
||||
{
|
||||
@ -59,8 +61,6 @@ func BundleRouter(r *gin.RouterGroup) {
|
||||
survey := bundleClientRoute.Group("survey")
|
||||
{
|
||||
survey.POST("list", bundle.QuestionnaireSurveyList)
|
||||
survey.POST("bundleInfo", bundle.QuestionnaireSurveyBundleInfo)
|
||||
survey.POST("create", bundle.QuestionnaireSurveyCreate)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user