Skip to content

Commit

Permalink
百度生成二维码接口瘫痪,替换成其他的
Browse files Browse the repository at this point in the history
  • Loading branch information
assimon committed Jun 6, 2018
1 parent 08ba884 commit c3a90a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pay/zfbf2f/send.php
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
<div class="amount">¥<?php echo $order['cmoney']; ?></div>
<div class="qr-image" id="" title="">
<canvas width="230" height="230" style="display: none;"></canvas>
<img src="http://pan.baidu.com/share/qrcode?w=300&h=300&url=<?php echo $str; ?>" title="请使用支付宝“扫一扫”" style=""></div>
<img src="http://bshare.optimix.asia/barCode?site=weixin&url=<?php echo $str; ?>" title="请使用支付宝“扫一扫”" style=""></div>

<div class="detail" id="orderDetail">
<dl class="detail-ct" style="display: block;" >
Expand Down

0 comments on commit c3a90a4

Please sign in to comment.