代码优化

This commit is contained in:
wong
2025-10-22 10:42:37 +08:00
parent 7db48facbd
commit 9be85c4c2d

View File

@@ -153,7 +153,7 @@ class PosterWeChatMiniProgram extends Controller
}
$phoneData = explode( "\n", $phoneData);
$phoneData = explode("\n", $phoneData);
foreach ($phoneData as $phone) {
if (empty($phone)) {
continue;