songxingwei 2 years ago
parent
commit
af9c5b2547
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/data/controller/api/auth/Center.php

+ 1 - 0
app/data/controller/api/auth/Center.php

@@ -355,6 +355,7 @@ class Center extends Auth
                  $notify_name = 'opvip';
              }
              $notify_url = sysuri("@data/api.notify/{$notify_name}/scene/order/param/{$code}", [], false, true);
+             echo $notify_url;die;
              $parm = ['uuid'=>$this->uuid,'order_id'=>$order_id];
              $pay =PaymentService::instance($code)->create($user['openid1'],$order_no,$all_price,'开通vip','开通vip','','',$notify_url,$parm);
              $retrun_data['order_no'] = $order_no;