Browse Source

修复小程序回调bug

sugar1569 6 years ago
parent
commit
a8e0653a98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extend/service/RoutineService.php

+ 1 - 1
extend/service/RoutineService.php

@@ -33,7 +33,7 @@ class RoutineService{
             'body' => $body,
             'mch_id' => $config['mch_id'],
             'nonce_str' => self::nonce_str(),//随机字符串
-//            'notify_url' => $payment['site_url'].Url::build('routine/Routine/notify'),
+//            'notify_url' => $payment['site_url'].Url::build('/routine/Routine/notify'),
             'notify_url' => Request::instance()->domain().Url::build('/routine/Routine/notify'),
             'openid' => $openid,
             'out_trade_no' => $out_trade_no,