作者 邓超

x

... ... @@ -138,8 +138,7 @@ class Login {
'imap' => $formData['imap'],
'smtp' => $formData['smtp'],
'status' => 1,
'pwd_error' => 0,
'group_table' => get_request_origin(),
'pwd_error' => 0
];
if($id){
... ...
... ... @@ -526,19 +526,6 @@ function mb_iconv($str, $to, $from = null) {
}
/**
* 数据元,就是那个表 分表 list_xxxx body_xxx
* @return array|false|float|int|mixed|string|null
* @author:dc
* @time 2024/9/9 16:47
*/
function get_request_origin(){
$request_origin = app()->request('request_origin');
if(preg_match("/^[a-z]{1,10}_\d{1,10}$/",$request_origin)){
return $request_origin;
}
return '';
}
/**
... ...