1
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user