新增获取医生提现列表-分页

This commit is contained in:
2023-10-30 10:25:44 +08:00
parent 409de1661d
commit f65d7b8414
8 changed files with 451 additions and 2 deletions
+2 -2
View File
@@ -511,8 +511,8 @@ func privateRouter(r *gin.Engine, api controller.Api) {
// 提现记录
withdrawalGroup := financeGroup.Group("/withdrawal")
{
// 获取提现列表-分页
withdrawalGroup.GET("", api.OrderPrescription.GetOrderPrescriptionPage)
// 获取医生提现列表-分页
withdrawalGroup.GET("", api.DoctorWithdrawal.GetDoctorWithdrawalPage)
// 提现详情
withdrawalGroup.GET("/:withdrawal_id", api.OrderPrescription.GetOrderPrescriptionPage)