yansongda PAY 实现支付宝支付

    $title   = '见康乘-充值';
    $web_url = Tools::getConfig('web_url');
    //回调链接
    $notifyurl = $web_url . '/api/pay/completeRecharge/type/alipay';
    $returnurl = $web_url . '/index/index/user';

    $response = Service::submitOrder($data['money'], $data['order_sn'], 'alipay', $title, $notifyurl, $returnurl, 'wap');

    $this->success('success', $response);


最后编辑于:2021/10/18作者: 牛逼PHP

发表评论