医生银行卡列表-导出

This commit is contained in:
2023-11-14 13:47:44 +08:00
parent a14d321ffa
commit 32112a3702
7 changed files with 229 additions and 23 deletions
+2 -2
View File
@@ -611,8 +611,8 @@ func privateRouter(r *gin.Engine, api controller.Api) {
// 医生列表
doctorGroup.POST("", api.Export.UserDoctor)
// 医生银行卡
doctorGroup.POST("/bank/card", api.UserCaCert.RenewUserCloudCert)
// 医生银行卡列表
doctorGroup.POST("/bank/card", api.Export.UserDoctorBankCard)
// 医生账户
doctorGroup.POST("/account", api.UserCaCert.RenewUserCloudCert)