金柚静态 支付修改11

This commit is contained in:
“wanyongkang”
2024-02-02 19:30:32 +08:00
parent 31c1a75d19
commit 9c7971e476

View File

@@ -279,7 +279,7 @@ class Jinyoujt extends Controller
'money' => $OrderAmount*100,
'order_no' => $order_info['OrderNo'],
];
$url = $wxpay->http_pay($param);
$url = $wxpay->jinyou_pay($param);
$info = [
'code'=>3,