This commit is contained in:
2024-07-11 16:35:03 +08:00
parent e4c2792532
commit abefb87b81
2 changed files with 28 additions and 1 deletions

View File

@@ -0,0 +1,27 @@
<?php
/*
* description
* authorwh
* email
* createTime{2024/7/11} {16:32}
*/
namespace app\api\controller;
/**
* 听译-诊断报告
* Class Medicalreportty
* @package app\api\controller
*/
class Medicalreportty
{
/**
* desc查询报告
* authorwh
*/
function getReport(){
}
}

View File

@@ -37,7 +37,7 @@ if (!function_exists('auto_choose_db_conf')) {
}
//测试 socket请求这里$domain=null【上线正式环境之后把null移动到正式环境配置】
else if(in_array($domain, ['ybx_prediagnosis.excn.top'])) {
else if(in_array($domain, [null,'ybx_prediagnosis.excn.top'])) {
$hostname = 'mysql57.excn.top';
$database = 'digital_doctor';
$username = 'root';