正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
@@ -268,6 +268,8 @@ function web_request_emails():array { | @@ -268,6 +268,8 @@ function web_request_emails():array { | ||
268 | $emails = explode(',',$emails); | 268 | $emails = explode(',',$emails); |
269 | }elseif($emails && str_starts_with($emails, '[')){ | 269 | }elseif($emails && str_starts_with($emails, '[')){ |
270 | $emails = json_decode($emails,true); | 270 | $emails = json_decode($emails,true); |
271 | + }elseif($emails && str_starts_with($emails, '{')){ | ||
272 | + $emails = json_decode($emails,true); | ||
271 | }else{ | 273 | }else{ |
272 | $emails = [$emails]; | 274 | $emails = [$emails]; |
273 | } | 275 | } |
-
请 注册 或 登录 后发表评论