Skip to content

Commit

Permalink
当面付(扫码支付)
Browse files Browse the repository at this point in the history
更新二维码接口
  • Loading branch information
dedemao authored Jan 16, 2023
1 parent c809030 commit 85055b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qrcode.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
$result = $result['alipay_trade_precreate_response'];
if($result['code'] && $result['code']=='10000'){
//生成二维码
$url = 'https://my.tv.sohu.com/user/a/wvideo/getQRCode.do?width=300&height=300&text='.$result['qr_code'];
$url = 'https://wenhairu.com/static/api/qr/?size=300&text='.$result['qr_code'];
echo "<img src='{$url}' style='width:300px;'><br>";
echo '二维码内容:'.$result['qr_code'];
}else{
Expand Down

0 comments on commit 85055b4

Please sign in to comment.