Compare commits

..

No commits in common. "98b0893b0c2adcad1d5ec8628aed6af5a372afc6" and "467b126590c17f193a96af023c0f14ec1c896904" have entirely different histories.

View File

@ -49,7 +49,6 @@ func BundleRouter(r *gin.RouterGroup) {
{
bundleAppRouteV2.POST("bundle-list", bundle.BundleListV2)
bundleAppRouteV2.POST("bundle-detail", bundle.BundleDetailV2)
bundleAppRouteV2.POST("add-value/only", bundle.OnlyAddValueListByOrderNo)
bundleAppRoute.POST("pending-confirmation-list", bundle.GetToBeComfirmedWorks)
bundleAppRoute.POST("balance", bundle.GetUserBalance)