@@ -800,6 +800,9 @@ class User extends Api
Order::create($order);
$notifyurl = $this->request->root(true) . '/addons/epay/index/notifyx/paytype/' . 'wechat' . '/out_trade_no/' . $orderId;
$returnurl = $this->request->root(true) . '/addons/epay/index/returnx/paytype/' . 'wechat' . '/out_trade_no/' . $orderId;
+ print_r($notifyurl);
+ print_r($returnurl);
+ exit;
$params = [
'amount'=>$money,
'orderid'=>$orderId,