Compare commits
No commits in common. "0ff31f98d32daa96c57431618d5f9ab37e9cd579" and "382f7fe9809326e8662f6c986c43baacc565427c" have entirely different histories.
0ff31f98d3
...
382f7fe980
@ -1,7 +1,7 @@
|
|||||||
// Code generated by protoc-gen-go-triple. DO NOT EDIT.
|
// Code generated by protoc-gen-go-triple. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// - protoc-gen-go-triple v1.0.8
|
// - protoc-gen-go-triple v1.0.8
|
||||||
// - protoc v5.29.2
|
// - protoc v4.24.0--rc1
|
||||||
// source: pb/bundle.proto
|
// source: pb/bundle.proto
|
||||||
|
|
||||||
package bundle
|
package bundle
|
||||||
|
@ -23,20 +23,18 @@ func BundleRouter(r *gin.RouterGroup) {
|
|||||||
bundleClientRoute.POST("bundle-list", bundle.BundleList)
|
bundleClientRoute.POST("bundle-list", bundle.BundleList)
|
||||||
}
|
}
|
||||||
bundleClientRouteV2 := bundleRoute.Group("system/v2")
|
bundleClientRouteV2 := bundleRoute.Group("system/v2")
|
||||||
{
|
|
||||||
bundleClientRouteV2.POST("save", bundle.SaveBundleV2)
|
bundleClientRouteV2.POST("save", bundle.SaveBundleV2)
|
||||||
bundleClientRouteV2.POST("update/shelfStatus", bundle.HandShelf)
|
bundleClientRouteV2.POST("update/shelfStatus", bundle.HandShelf)
|
||||||
bundleClientRouteV2.POST("bundle-list", bundle.BundleListV2)
|
|
||||||
bundleClientRouteV2.POST("bundle-detail", bundle.BundleDetailV2)
|
|
||||||
}
|
|
||||||
bundleAppRoute = bundleAppRoute.Group("common")
|
bundleAppRoute = bundleAppRoute.Group("common")
|
||||||
{
|
{
|
||||||
bundleAppRoute.POST("bundle-list", bundle.BundleList)
|
bundleAppRoute.POST("bundle-list", bundle.BundleList)
|
||||||
}
|
}
|
||||||
bundleAppRouteV2 := bundleAppRoute.Group("app/system/v2")
|
bundleAppRouteV2 := bundleRoute.Group("common/v2")
|
||||||
{
|
{
|
||||||
bundleAppRouteV2.POST("bundle-list", bundle.BundleListV2)
|
bundleAppRouteV2.POST("bundle-list", bundle.BundleListV2)
|
||||||
bundleAppRouteV2.POST("bundle-detail", bundle.BundleDetailV2)
|
bundleAppRouteV2.POST("bundle-detail", bundle.BundleDetailV2)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -34,11 +34,6 @@ func ValueAddBundleRouter(r *gin.RouterGroup) {
|
|||||||
{
|
{
|
||||||
valueAddBundleAppRoute.POST("list", bundle.ValueAddBundleList)
|
valueAddBundleAppRoute.POST("list", bundle.ValueAddBundleList)
|
||||||
}
|
}
|
||||||
valueAddBundleAppRouteV2 := valueAddBundleAppRoute.Group("system/v2")
|
|
||||||
{
|
|
||||||
valueAddBundleAppRouteV2.POST("list", bundle.ValueAddServiceList)
|
|
||||||
valueAddBundleAppRouteV2.POST("detail", bundle.ValueAddServiceDetail)
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user