|
@@ -104,6 +104,7 @@ namespace MySystem
|
|
|
dataContent.Add("request_id", getRequestId(act.Id, "deposit")); //流水号
|
|
dataContent.Add("request_id", getRequestId(act.Id, "deposit")); //流水号
|
|
|
dataContent.Add("deposit_amount", act.SeoTitle); //押金金额
|
|
dataContent.Add("deposit_amount", act.SeoTitle); //押金金额
|
|
|
dataContent.Add("trade_time", DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")); //交易时间
|
|
dataContent.Add("trade_time", DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")); //交易时间
|
|
|
|
|
+ dataContent.Add("card_type", 1); //卡类型
|
|
|
dataContent.Add("brand", int.Parse(function.CheckInt(act.ProductType))); //品牌
|
|
dataContent.Add("brand", int.Parse(function.CheckInt(act.ProductType))); //品牌
|
|
|
Push("deposit", dataContent);
|
|
Push("deposit", dataContent);
|
|
|
}
|
|
}
|
|
@@ -122,6 +123,7 @@ namespace MySystem
|
|
|
dataContent.Add("request_id", getRequestId(trade.Id, "deposit1")); //流水号
|
|
dataContent.Add("request_id", getRequestId(trade.Id, "deposit1")); //流水号
|
|
|
dataContent.Add("deposit_amount", trade.TradeAmount); //押金金额
|
|
dataContent.Add("deposit_amount", trade.TradeAmount); //押金金额
|
|
|
dataContent.Add("trade_time", DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")); //交易时间
|
|
dataContent.Add("trade_time", DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")); //交易时间
|
|
|
|
|
+ dataContent.Add("card_type", 1); //卡类型
|
|
|
dataContent.Add("brand", int.Parse(function.CheckInt(trade.ProductType))); //品牌
|
|
dataContent.Add("brand", int.Parse(function.CheckInt(trade.ProductType))); //品牌
|
|
|
Push("deposit", dataContent);
|
|
Push("deposit", dataContent);
|
|
|
}
|
|
}
|