fixed
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
/*
|
||||
* description:
|
||||
* author:wh
|
||||
* email:
|
||||
* createTime:{2024/7/11} {16:32}
|
||||
*/
|
||||
|
||||
namespace app\api\controller;
|
||||
|
||||
|
||||
/**
|
||||
* 听译-诊断报告
|
||||
* Class Medicalreportty
|
||||
* @package app\api\controller
|
||||
*/
|
||||
class Medicalreportty
|
||||
{
|
||||
|
||||
/**
|
||||
* desc:查询报告
|
||||
* author:wh
|
||||
*/
|
||||
function getReport(){
|
||||
|
||||
}
|
||||
}
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user