作者 lihan
1 个管道 的构建 通过 耗费 0 秒

赠送积分模块

... ... @@ -201,7 +201,7 @@ class PayController extends HomeBaseController
if (Db::name('zj_order')->where(['id' => $info['attach']])->value('step') == 1) {
require_once EXTEND_PATH . '/Payment.php';
$pay = new \Payment($info['attach'], $info['openid'], $info['body'], 1/*$info['total_fee'] * 100*/);
$this->success('ok', url('user/center/orderlist'), $pay->pay());
$this->success('ok', url('user/center/orderList'), $pay->pay());
} else {
$this->success('该订单禁止支付', '', false);
}
... ...