作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

个人中心接口设计

... ... @@ -258,6 +258,6 @@ class IndexController extends RestBaseController
'mobile' => $param['mobile']
]);
$pay = new WeixinPay();
$this->success('唤起支付', $pay->pay($openid, $order_sn, '下单支付', $param['last'] * $skill['price']*100, url('portal/pay/notify2')));
$this->success('唤起支付', $pay->pay($openid, $order_sn, '下单支付', $param['last'] * $skill['price']*100, url('portal/pay/notify2','','',true)));
}
}
... ...