场景获客优化

This commit is contained in:
wong
2025-07-25 16:25:33 +08:00
parent 1ff08a77ff
commit 3c0bcc9aa0
2 changed files with 6 additions and 4 deletions

View File

@@ -146,8 +146,8 @@ class PosterWeChatMiniProgram extends Controller
$sceneConf = json_decode($task['sceneConf'], true);
if(isset($sceneConf['posters'][0]['preview'])) {
$posterUrl = $sceneConf['posters'][0]['preview'];
if(isset($sceneConf['posters'][0]['url'])) {
$posterUrl = $sceneConf['posters'][0]['url'];
} else {
$posterUrl = '';
}