|
@@ -84,9 +84,6 @@ let pay_success = function(args, res){
|
|
|
orderid, ti, channel_order_id, serverid, uid, userid, platformid);
|
|
|
|
|
|
|
|
|
- console.log("[GooglePlay] 订单 %s 处理:\n\t商品配置:%s, 金额:%s, 类型:%s, 用户:%s, 服务器:%s",
|
|
|
- channel_order_id,cfid,money,moneytype,uid,serverid);
|
|
|
-
|
|
|
let sql = mysql.format("SELECT * FROM payinfo where orderid=?", [orderid]);//在mysql库中检查订单号
|
|
|
query(sql,function(qerr,vals,fields){
|
|
|
if (qerr==null){
|
|
@@ -116,6 +113,9 @@ let pay_success = function(args, res){
|
|
|
return
|
|
|
}
|
|
|
|
|
|
+ console.log("[GooglePlay] 订单 %s 处理:\n\t商品配置:%s, 金额:%s, 类型:%s, 用户:%s, 服务器:%s",
|
|
|
+ channel_order_id,cfid,amountnum,moneytype,uid,serverid);
|
|
|
+
|
|
|
if (product_id != vals[0].product_id) {
|
|
|
console.log("[GooglePlay] 充值订单不匹配:product_id = %s, vals[0].product_id = %s!!", product_id, vals[0].product_id);
|
|
|
}
|