Skip to content

Commit

Permalink
公众号支付
Browse files Browse the repository at this point in the history
兼容nginx
  • Loading branch information
dedemao authored Nov 27, 2018
1 parent 2eefdd7 commit 528510d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsapi.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public function createJsBizPackage($openid, $totalFee, $outTradeNo, $orderName,
'appid' => $this->appid,
'key' => $this->apiKey,
);
$orderName = iconv('GBK','UTF-8',$orderName);
//$orderName = iconv('GBK','UTF-8',$orderName);
$unified = array(
'appid' => $config['appid'],
'attach' => 'pay', //商家数据包,原样返回,如果填写中文,请注意转换为utf-8
Expand Down

0 comments on commit 528510d

Please sign in to comment.