diff --git a/Application/Sdk/Controller/PayH5Controller.class.php b/Application/Sdk/Controller/PayH5Controller.class.php index 3f0c57e4..59e07d95 100644 --- a/Application/Sdk/Controller/PayH5Controller.class.php +++ b/Application/Sdk/Controller/PayH5Controller.class.php @@ -1611,7 +1611,7 @@ class PayH5Controller extends BaseController{ exit; } } elseif($pay_info['channel'] == 7) { // 丰付 - $request['pay_way'] = 12; + $request['pay_way'] = 22; $request['pay_status'] = 0; $request['spend_ip'] = get_client_ip(); $request['merchant_id'] = $pay_info['id'];