|
- set names gbk;
- INSERT INTO pay_info SET
- channelId=(DATE_FORMAT(NOW(),'%Y%m%d%H%i%S')),
- serverid=1001,
- paynum = (DATE_FORMAT(NOW(),'%Y%m%d%H%i%S')),
- paytouser = (select account from octgame.player where chrname='{account}'),
- paygold = {money},
- paymoney=0,
- paytime = now(),
- status = 1,
- ticket = 1,
- chrname='{account}';
- 下载自定义网关
- 数据裤名称:ocenter
- 开启二区时将
- serverid=1001,改成serverid=1002,
- paytouser = (select account from octgame.player where chrname='{account}'),改成
- paytouser = (select account from octgame2.player where chrname='{account}'),
复制代码
|
|