22
This commit is contained in:
parent
4e2bb8eb89
commit
011edb6d61
|
|
@ -71,9 +71,9 @@ class H5Platform extends BasePlatform
|
||||||
// 生成新的支付通知URL
|
// 生成新的支付通知URL
|
||||||
$notifyUrl = generatePayNotifyUrl($payment_type, $order_type, $user_id, $order_no, $callback_nonce_str);
|
$notifyUrl = generatePayNotifyUrl($payment_type, $order_type, $user_id, $order_no, $callback_nonce_str);
|
||||||
$is_test = $user['istest'];
|
$is_test = $user['istest'];
|
||||||
if ($is_test == 2) {
|
// if ($is_test == 2) {
|
||||||
$price = 0.01;
|
// $price = 0.01;
|
||||||
}
|
// }
|
||||||
$returnUrl = urldecode($returnUrl);
|
$returnUrl = urldecode($returnUrl);
|
||||||
//2. 发起API调用(以支付能力下的统一收单交易创建接口为例)
|
//2. 发起API调用(以支付能力下的统一收单交易创建接口为例)
|
||||||
$result = Factory::payment()
|
$result = Factory::payment()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user