Merge branch 'dev' of http://gitea-inner.fontree.cn/fiee/fonchain-fiee into dev
This commit is contained in:
commit
ef18264bf8
File diff suppressed because it is too large
Load Diff
@ -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
|
||||||
|
@ -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)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user