场景获客优化
This commit is contained in:
@@ -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 = '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user