苹果支付生成订单 和支付金额
This commit is contained in:
@@ -97,7 +97,7 @@ class Payment extends Controller
|
||||
}elseif($type == 6){
|
||||
$result = [
|
||||
'order_no' => $order_number,
|
||||
'merchant_id' => get_system_config_value('merchant_id')
|
||||
// 'merchant_id' => get_system_config_value('merchant_id')
|
||||
];
|
||||
}else{
|
||||
return V(0, '请选择正确的支付方式', null);
|
||||
|
||||
Reference in New Issue
Block a user