|
@@ -526,19 +526,6 @@ function mb_iconv($str, $to, $from = null) { |
|
@@ -526,19 +526,6 @@ function mb_iconv($str, $to, $from = null) { |
526
|
}
|
526
|
}
|
527
|
|
527
|
|
528
|
|
528
|
|
529
|
-/**
|
|
|
530
|
- * 数据元,就是那个表 分表 list_xxxx body_xxx
|
|
|
531
|
- * @return array|false|float|int|mixed|string|null
|
|
|
532
|
- * @author:dc
|
|
|
533
|
- * @time 2024/9/9 16:47
|
|
|
534
|
- */
|
|
|
535
|
-function get_request_origin(){
|
|
|
536
|
- $request_origin = app()->request('request_origin');
|
|
|
537
|
- if(preg_match("/^[a-z]{1,10}_\d{1,10}$/",$request_origin)){
|
|
|
538
|
- return $request_origin;
|
|
|
539
|
- }
|
|
|
540
|
- return '';
|
|
|
541
|
-}
|
|
|
542
|
|
529
|
|
543
|
|
530
|
|
544
|
/**
|
531
|
/**
|