|
@@ -38,9 +38,9 @@ namespace MySystem
|
|
|
}
|
|
|
//判断是否存在关联数据
|
|
|
string content = "";
|
|
|
- PosMachineOther otherPos = db.PosMachineOther.FirstOrDefault(m => m.Id == pos.Id);
|
|
|
- if(otherPos != null)
|
|
|
- {
|
|
|
+ // PosMachineOther otherPos = db.PosMachineOther.FirstOrDefault(m => m.Id == pos.Id);
|
|
|
+ // if(otherPos != null)
|
|
|
+ // {
|
|
|
function.WriteLog(DateTime.Now.ToString() + ":请求参数," + pos.PosSn + ":" + DepositId, "金控-设置押金-返回报文");
|
|
|
content = PublicImportDataService.Instance.LkbSetDeposit(pos.PosSn, decimal.Parse(DepositId));
|
|
|
function.WriteLog(DateTime.Now.ToString() + "\n" + content, "金控-设置押金-返回报文");
|
|
@@ -55,29 +55,29 @@ namespace MySystem
|
|
|
{
|
|
|
return jsonObj["respMsg"].ToString();
|
|
|
}
|
|
|
- }
|
|
|
- else
|
|
|
- {
|
|
|
- function.WriteLog(DateTime.Now.ToString() + ":请求参数," + pos.PosSn + ":" + DepositId, "金控-设置押金-返回报文");
|
|
|
- content = function.GetWebRequest("http://sp.kexiaoshuang.com/api/test/SetDeposit?sn=" + pos.PosSn + "&num=" + DepositId);
|
|
|
- function.WriteLog(DateTime.Now.ToString() + "\n" + content, "金控-设置押金-返回报文");
|
|
|
- if (content == "fail")
|
|
|
- {
|
|
|
- return "机具" + pos.PosSn + "设置失败";
|
|
|
- }
|
|
|
- JsonData jsonObj = JsonMapper.ToObject(content);
|
|
|
- if (jsonObj["code"].ToString() != "000000")
|
|
|
- {
|
|
|
- return jsonObj["message"].ToString();
|
|
|
- }
|
|
|
- content = jsonObj["data"].ToString();
|
|
|
- content = PublicImportDataService.Instance.Decrypt(content);
|
|
|
- JsonData contentObj = JsonMapper.ToObject(content);
|
|
|
- if (contentObj["respCode"].ToString() != "00")
|
|
|
- {
|
|
|
- return contentObj["respMsg"].ToString();
|
|
|
- }
|
|
|
- }
|
|
|
+ // }
|
|
|
+ // else
|
|
|
+ // {
|
|
|
+ // function.WriteLog(DateTime.Now.ToString() + ":请求参数," + pos.PosSn + ":" + DepositId, "金控-设置押金-返回报文");
|
|
|
+ // content = function.GetWebRequest("http://sp.kexiaoshuang.com/api/test/SetDeposit?sn=" + pos.PosSn + "&num=" + DepositId);
|
|
|
+ // function.WriteLog(DateTime.Now.ToString() + "\n" + content, "金控-设置押金-返回报文");
|
|
|
+ // if (content == "fail")
|
|
|
+ // {
|
|
|
+ // return "机具" + pos.PosSn + "设置失败";
|
|
|
+ // }
|
|
|
+ // JsonData jsonObj = JsonMapper.ToObject(content);
|
|
|
+ // if (jsonObj["code"].ToString() != "000000")
|
|
|
+ // {
|
|
|
+ // return jsonObj["message"].ToString();
|
|
|
+ // }
|
|
|
+ // content = jsonObj["data"].ToString();
|
|
|
+ // content = PublicImportDataService.Instance.Decrypt(content);
|
|
|
+ // JsonData contentObj = JsonMapper.ToObject(content);
|
|
|
+ // if (contentObj["respCode"].ToString() != "00")
|
|
|
+ // {
|
|
|
+ // return contentObj["respMsg"].ToString();
|
|
|
+ // }
|
|
|
+ // }
|
|
|
function.WriteLog(DateTime.Now.ToString() + "\n" + content, "金控-设置押金-返回报文");
|
|
|
var BeforeDeposit = 0;
|
|
|
if (string.IsNullOrEmpty(pos.PrizeParams))
|