소스 검색

修复小程序回调bug

sugar1569 6 년 전
부모
커밋
a8e0653a98
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,