新增:提现详情

This commit is contained in:
2023-10-31 09:13:50 +08:00
parent a26cd2cef3
commit bf108857d7
10 changed files with 344 additions and 41 deletions
+1 -1
View File
@@ -515,7 +515,7 @@ func privateRouter(r *gin.Engine, api controller.Api) {
withdrawalGroup.GET("", api.DoctorWithdrawal.GetDoctorWithdrawalPage)
// 提现详情
withdrawalGroup.GET("/:withdrawal_id", api.OrderPrescription.GetOrderPrescriptionPage)
withdrawalGroup.GET("/:withdrawal_id", api.DoctorWithdrawal.GetDoctorWithdrawal)
// 提现详情-关联订单列表-分页
withdrawalGroup.GET("/order/:withdrawal_id", api.OrderPrescription.GetOrderPrescriptionPage)