Browse Source

fix:体验版

super-yimizi 1 day ago
parent
commit
708f32cca5
1 changed files with 3 additions and 1 deletions
  1. 3 1
      application/api/controller/third/Wechat.php

+ 3 - 1
application/api/controller/third/Wechat.php

@@ -157,7 +157,9 @@ class Wechat extends Base
         $content = $mp->app_code->getUnlimit($scene, [
             'page' => substr($page, 1),
             'is_hyaline' => true,
-            'env_version' => 'trial'
+            'env_version' => 'trial',
+            'check_path' => 'false'
+            //'env_version' => 'trial'
             //'env_version' => 'develop'
             //'env_version' => 'release'
         ]);