dever 6 年之前
父节点
当前提交
9707dc5d4d
共有 1 个文件被更改,包括 8 次插入0 次删除
  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;