医生银行卡列表-导出
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user