This commit is contained in:
2023-10-31 13:08:36 +08:00
parent bf108857d7
commit 2e4363a7d4
3 changed files with 69 additions and 1 deletions
+1 -1
View File
@@ -518,7 +518,7 @@ func privateRouter(r *gin.Engine, api controller.Api) {
withdrawalGroup.GET("/:withdrawal_id", api.DoctorWithdrawal.GetDoctorWithdrawal)
// 提现详情-关联订单列表-分页
withdrawalGroup.GET("/order/:withdrawal_id", api.OrderPrescription.GetOrderPrescriptionPage)
withdrawalGroup.GET("/order/:withdrawal_id", api.DoctorWithdrawal.GetDoctorWithdrawalOrderPage)
// 修改提现个人所得税
withdrawalGroup.PUT("/income/:withdrawal_id", api.OrderPrescription.GetOrderPrescriptionPage)