Skip to content

Commit

Permalink
JSAPI支付
Browse files Browse the repository at this point in the history
更新二维码接口
  • Loading branch information
dedemao authored Dec 25, 2020
1 parent dbc629f commit 6adca42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsapi2.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
$rsaPrivateKey='xxxx';
/*** 配置结束 ***/
if(!isInAlipayClient()){
echo '<h3>请使用支付宝扫码打开该网页:</h3><img src="https://sapi.k780.com/?app=qr.get&level=H&size=6&data='.getCurrentUrl().'" />';
echo '<h3>请使用支付宝扫码打开该网页:</h3><img src="https://my.tv.sohu.com/user/a/wvideo/getQRCode.do?width=300&height=300&text='.getCurrentUrl().'" />';
exit();
}
$aliPay = new AlipayService();
Expand Down

0 comments on commit 6adca42

Please sign in to comment.