dever 6 years ago
parent
commit
9707dc5d4d
1 changed files with 8 additions and 0 deletions
  1. 8 0
      config/env/localhost/default.php

+ 8 - 0
config/env/localhost/default.php

@@ -41,6 +41,14 @@ $config['host'] = array
         (
             'path' => $host. 'upload/upload/?',
         ),
+        'pay' => array
+        (
+            'path' => $host. 'pay/pay/?',
+        ),
+        'wechat_applet' => array
+        (
+            'path' => $host. 'wechat/wechat_applet/?',
+        ),
     ),
 );
 return $config;