用notepad++打开游戏目录下的main.min.js搜索prototype._Pay
- var _this = this;
this.Rpc(C2sProtocol.cs_recharge_get_order_number, null, function (rsp) {
var rspData = rsp;
var uid = Main.Instance.UserName;
var serverId = Main.Instance.mConnectServerData.id;
var requestURL = “/pay/index.php?uid=” + uid + “&serverid=” + serverId + “&rechargeid=” + id;
window.open(requestURL);
});
复制代码提取码:888g