ss panel v3
ss panel v3

修复支付二维码不显示

问题状况

https://sspanel3.com/wp-content/uploads/2018/06/20180609090333-300x169.png

修复方法

进入网站根目录,进入/vendor/alipay-f2fpay/f2fpay/service文件夹,编辑AlipayTradeService.php文件
将第376行的

    $image = '<a href="'.$content.'" target="_blank"><img src="https://pan.baidu.com/share/qrcode?w='.$size.'&amp;h='.$size.'&amp;url='.$url.'"  widht="'.$size.'" height="'.$size.'" />';

替换为

    $image = '<a href="'.$content.'" target="_blank"><img src="https://my.tv.sohu.com/user/a/wvideo/getQRCode.do?text='.$url.'"  widht="'.$size.'" height="'.$size.'" />';

发表回复

textsms
account_circle
email

ss panel v3

修复支付二维码不显示
问题状况 修复方法 进入网站根目录,进入/vendor/alipay-f2fpay/f2fpay/service文件夹,编辑AlipayTradeService.php文件 将第376行的 $image = '<a href="'.$content.'" tar…
扫描二维码继续阅读
2018-06-09