场景获客已添加用户及获客列表

This commit is contained in:
wong
2025-07-17 10:15:49 +08:00
parent 075aa6fe6c
commit 4b3268c6b1
5 changed files with 75 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ class PosterWeChatMiniProgram extends Controller
// 调用接口生成小程序码
$response = $app->app_code->getUnlimit($scene, [
'page' => 'pages/poster/index', // 必须是已经发布的小程序页面
'page' => 'pages/poster/index2', // 必须是已经发布的小程序页面
'width' => 430, // 二维码的宽度默认430
// 'auto_color' => false, // 自动配置线条颜色
// 'line_color' => ['r' => 0, 'g' => 0, 'b' => 0], // 颜色设置