Browse Source

fix:测试

super-yimizi 1 month ago
parent
commit
ee795b9586
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Goods.php

+ 1 - 1
application/api/controller/Goods.php

@@ -287,7 +287,7 @@ class Goods extends Base
         $result = (new WechatService(Wechat::miniProgram()))->getWxCodeUnlimited([
         $result = (new WechatService(Wechat::miniProgram()))->getWxCodeUnlimited([
             'scene'       => "id={$goods_id}&invite_id={$user_id}",
             'scene'       => "id={$goods_id}&invite_id={$user_id}",
             'env_version' => $version, //要打开的小程序版本。正式版为 release,体验版为 trial,开发版为 develop
             'env_version' => $version, //要打开的小程序版本。正式版为 release,体验版为 trial,开发版为 develop
-            'page'        => 'pages/product/detail',
+            'page'        => 'pages/pro/detail',
             'check_path'  => false
             'check_path'  => false
         ]);
         ]);