医生账户-导出

This commit is contained in:
2023-11-14 14:43:39 +08:00
parent 1237e02514
commit f7f1182d14
10 changed files with 285 additions and 81 deletions
+1 -1
View File
@@ -615,7 +615,7 @@ func privateRouter(r *gin.Engine, api controller.Api) {
doctorGroup.POST("/bank/card", api.Export.UserDoctorBankCard)
// 医生账户
doctorGroup.POST("/account", api.UserCaCert.RenewUserCloudCert)
doctorGroup.POST("/account", api.Export.DoctorAccount)
// 医生账户-关联订单
doctorGroup.POST("/account/order", api.UserCaCert.RenewUserCloudCert)