医生账户-关联订单-导出

This commit is contained in:
2023-11-15 11:25:22 +08:00
parent f7f1182d14
commit 1b72243833
10 changed files with 609 additions and 68 deletions
+1 -1
View File
@@ -618,7 +618,7 @@ func privateRouter(r *gin.Engine, api controller.Api) {
doctorGroup.POST("/account", api.Export.DoctorAccount)
// 医生账户-关联订单
doctorGroup.POST("/account/order", api.UserCaCert.RenewUserCloudCert)
doctorGroup.POST("/account/order", api.Export.OrderInquiryForAccount)
}
// 患者