作者 邓超

x

@@ -138,8 +138,7 @@ class Login { @@ -138,8 +138,7 @@ class Login {
138 'imap' => $formData['imap'], 138 'imap' => $formData['imap'],
139 'smtp' => $formData['smtp'], 139 'smtp' => $formData['smtp'],
140 'status' => 1, 140 'status' => 1,
141 - 'pwd_error' => 0,  
142 - 'group_table' => get_request_origin(), 141 + 'pwd_error' => 0
143 ]; 142 ];
144 143
145 if($id){ 144 if($id){
@@ -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 /**