修改提示语

main
yanzai 1 year ago
parent 82bce3c5d5
commit 99f0aa17b3

@ -302,8 +302,8 @@ class UserOrderController extends Controller
]);
if (count($time_check['data']) != 1) Yo::error_echo(200047);
if (!!$group_info) {
if (strtotime($group_info['start_time'] . ' 00:00:00') > strtotime($time_info->date . ' ' . $time_info->start_time)) Yo::error_echo(200047);
if (strtotime($group_info['end_time'] . ' 23:59:59') < strtotime($time_info->date . ' ' . $time_info->end_time)) Yo::error_echo(200047);
if (strtotime($group_info['start_time'] . ' 00:00:00') > strtotime($time_info->date . ' ' . $time_info->start_time)) Yo::error_echo(200092);
if (strtotime($group_info['end_time'] . ' 23:59:59') < strtotime($time_info->date . ' ' . $time_info->end_time)) Yo::error_echo(200092);
}
$true_price = $price;
//如果是团检判断分组内的统收限额,超过限额的部分收费

@ -140,4 +140,6 @@ return [
200089 => '参数不全',
200090 => '未查询到该用户分诊记录',
200091 => '调用分诊接口出错',
200092 => '团检登记时间范围过期',
];

@ -2,7 +2,7 @@ let url_ = "https://bjgk-api.sixinyun.com";
let report_url_ = "https://bjgk-api.sixinyun.com";
//let report_url_ = "http://192.168.31.106:5173";
let h5_url_ = "https://bjgk-api.sixinyun.com";
const dev =0;
const dev =1;
if (dev === 1) {
url_ = "http://beijingguokang";
report_url_ = "http://192.168.31.106:5173";

@ -4,7 +4,7 @@ import {
import $api from './api.js'
let url_ = "https://bjgk-api.sixinyun.com";
let chat_url = "https://bjgk-api.sixinyun.com"
const dev = 0
const dev = 1
if (dev === 1) {
url_ = "http://beijingguokang"
chat_url = "http://192.168.31.106:5173"

@ -1,5 +1,5 @@
let url_ = "https://bjgk-api.sixinyun.com";
const dev =0
const dev =1
if (dev === 1) {
url_ = "http://localhostlanketijian"
}

@ -2,7 +2,7 @@ import {
$post
} from '@/lu/axios.js'
let url_ = "https://bjgk-api.sixinyun.com";
const dev = 0
const dev = 1
if (dev === 1) {
url_ = "http://localhostlanketijian"
}

Loading…
Cancel
Save