dever 6 years ago
parent
commit
d59b837998
1 changed files with 2 additions and 2 deletions
  1. 2 2
      container/conf/web/nginx/conf.d/site.conf

+ 2 - 2
container/conf/web/nginx/conf.d/site.conf

@@ -48,8 +48,8 @@ server {
     if ( $request_uri ~* /system/wechat ) {
             rewrite ^/system/wechat /system/index.php?m=payment&a=wechat_notify last;
     }
-    if ( $request_uri ~* /grow/pay/notify ) {
-            rewrite ^/grow/pay/notify/([0-9+]) /grow/pay/index.php?l=api.notify&account_id=$1 last;
+    if ( $request_uri ~* /pay/pay/notify ) {
+            rewrite ^/pay/pay/notify/([0-9+]) /pay/pay/index.php?l=api.notify&account_id=$1 last;
     }
     location / {
                 # First attempt to serve request as file, then