mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
支付宝接口优化
This commit is contained in:
@ -287,7 +287,7 @@ class Alipay
|
||||
private function BuildRequestForm($params)
|
||||
{
|
||||
$html = "<form id='alipaysubmit' name='alipaysubmit' action='https://openapi.alipay.com/gateway.do?charset=utf-8' method='POST'>";
|
||||
while(list ($key, $val) = each($params))
|
||||
foreach($params as $key=>$val)
|
||||
{
|
||||
if(!empty($val))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user