|
@@ -80,8 +80,8 @@ let pay_success = function(args, res){
|
|
|
let platformid = "googleplay";
|
|
|
let ti = new Date().Format("yyyy-MM-dd hh:mm:ss");
|
|
|
|
|
|
- console.log("[GooglePlay] 订单 %s 请求 (%s):\n\tchannel_order_id=%s, serverid=%s,uid=%s,userid=%s,platform=%s,gp_appid=%s",
|
|
|
- orderid, ti, channel_order_id, serverid, uid, userid, platformid, gp_appid);
|
|
|
+ console.log("[GooglePlay] 订单 %s 请求 (%s):\n\tchannel_order_id=%s, serverid=%s,uid=%s,userid=%s,platform=%s",
|
|
|
+ orderid, ti, channel_order_id, serverid, uid, userid, platformid);
|
|
|
|
|
|
|
|
|
console.log("[GooglePlay] 订单 %s 处理:\n\t商品配置:%s, 金额:%s, 类型:%s, 用户:%s, 服务器:%s",
|