Browse Source

青爻公众号

cqp 10 months ago
parent
commit
c844c84ad7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/cors.php

+ 1 - 1
config/cors.php

@@ -21,7 +21,7 @@ return [
      * You can enable CORS for 1 or multiple paths.
      * Example: ['api/*']
      */
-    'paths' => ['api/*','wxapi/*','wx/*'],
+    'paths' => ['api/*','wxapi/*','wx/*','weixin/*'],
 
     /*
     * Matches the request method. `[*]` allows all methods.