4015 发表于 2024-9-17 09:35:49

关于雷霆传奇H5 开区2区支付平台充值不到帐问题解决


关于雷霆传奇H5 开区2区支付平台充值不到帐问题解决





[*]insert into feecallback(serverid,openid,itemid,actor_id) values ('1','{$username}','{$money}',(select actors.actorid from actors where actors.accountname='{$username}'))

复制代码
2区改一下ID

[*]insert into feecallback(serverid,openid,itemid,actor_id) values ('2','{$username}','{$money}',(select actors.actorid from actors where actors.accountname='{$username}'))

复制代码







页: [1]
查看完整版本: 关于雷霆传奇H5 开区2区支付平台充值不到帐问题解决