feat: 支付调试
parent
fcfd9bc985
commit
2d3f7b0bde
|
@ -255,7 +255,7 @@ class WeChatPayServer
|
|||
}
|
||||
|
||||
//h5支付类型
|
||||
if ($order_source == Client_::h5) {
|
||||
if (in_array($order_source, [Client_::h5, Client_::api])) {
|
||||
$attributes['trade_type'] = 'MWEB';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue