代码拉取完成,页面将自动刷新
<?php
/**
* Created by PhpStorm.
* User: lmg
* Date: 2022/12/12 14:15
*/
require_once __DIR__ . '/vendor/autoload.php';
use Calculation\Payment\ecpay\Pay;
$config = [
// HashKey
'HashKey' => 'X2s6E3hGy7r4MbpT',
// HashIV
'HashIV' => 'ixAibhRYN1q1KGen',
// MerchantID
'MerchantID' => '3176563',
// 异步通知地址
'NotifyUrl' => 'http://newcaixi.com/api/v1/ecnotify',
// 同步通知地址
'ReturnUrl' => 'http://newcaixi.com/api/v1/ec_return',
];
$order = [
'body' => '测试购买商品',
'goods_name' => '人教版小学数学二年级',
'order_id' => rand(100000000000, 9999999999999),
'goods_total_price' => 1,
'payMethod' => 'credit', //付款方式::当为ecpay的时候 信用卡(credit) ATM(atm) 超市条码(barcode)
];
$ECPay = new Pay();
$ECPay->setOptions($config);
// EC支付
// $res = $ECPay->pay($order);
/*$res = $ECPay->query('167055105517023');
var_dump($res);die;*/
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。