This commit is contained in:
徐俊杰 2025-06-15 13:33:15 +08:00
commit ef18264bf8
3 changed files with 1458 additions and 1413 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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 v4.24.0--rc1 // - protoc v3.20.3
// source: pb/bundle.proto // source: pb/bundle.proto
package bundle package bundle

View File

@ -29,7 +29,6 @@ func BundleRouter(r *gin.RouterGroup) {
} }
bundleBalance := bundleClientRoute.Group("balance") bundleBalance := bundleClientRoute.Group("balance")
{ {
bundleBalance.POST("list", bundle.GetBundleBalance)
bundleBalance.POST("list", bundle.GetBundleBalance) bundleBalance.POST("list", bundle.GetBundleBalance)
bundleBalance.POST("used-record", bundle.GetUsedRecordList) bundleBalance.POST("used-record", bundle.GetUsedRecordList)
} }