ss panel v3
ss panel v3

设置f2f自定义充值金额

本文使用的 ss panel 3 版本:ss-panel-v3-mod-with-f2fpay


步骤

通过SFTP登陆网站服务器,进入网站根目录,进入/app/Utils文件夹,编辑Pay.php文件

https://sspanel3.com/wp-content/uploads/2018/05/set-f2f-custom-recharge-amount.png

找到第50行

https://sspanel3.com/wp-content/uploads/2018/05/set-f2f-custom-recharge-amount-2.png

替换return内的内容为

                        <p class="card-heading"><font color="red">使用支付宝充值(推荐)</font></p>
						<p>使用支付宝充值,支持自定义充值金额</p>
						<div class="form-group form-group-label">
							<label class="floating-label" for="number">请输入充值金额</label>
							<input class="form-control" id="type" type="text" name="amount">
						</div>
						<p></p>
						<div class="card-action-btn">
							<p id="checkin-btn">
								<button id="urlChange" class="btn btn-block btn-brand waves-attach waves-light waves-effect">使用支付宝充值</button>
							</p>
						</div>

然后编辑网站根目录/resources/views/material/user/code.tpl文件,将第224行的

						amount: $("#type").find("option:selected").val()

替换为

						amount: $("#type").val()

效果

可以设置最低充值限额,详见 本文

https://sspanel3.com/wp-content/uploads/2018/05/set-f2f-custom-recharge-amount-3.png

发表回复

textsms
account_circle
email

ss panel v3

设置f2f自定义充值金额
本文使用的 ss panel 3 版本:ss-panel-v3-mod-with-f2fpay 步骤 通过SFTP登陆网站服务器,进入网站根目录,进入/app/Utils文件夹,编辑Pay.php文件 找到第50行 替换re…
扫描二维码继续阅读
2018-05-06