提现接口修改
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
async:false,
|
async:false,
|
||||||
url: 'http://autophp.wyk/order/index/getData',
|
url: 'http://autophp.wyk/order/CashOutIndex/getData',
|
||||||
dataType: "json",
|
dataType: "json",
|
||||||
contentType: "application/json",
|
contentType: "application/json",
|
||||||
data: JSON.stringify(cashOutData),
|
data: JSON.stringify(cashOutData),
|
||||||
|
|||||||
@@ -409,7 +409,7 @@
|
|||||||
}
|
}
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
url: 'http://autophp.wyk/order/index/index',
|
url: 'http://autophp.wyk/order/CashOutIndex/index',
|
||||||
dataType: "json",
|
dataType: "json",
|
||||||
contentType: "application/json",
|
contentType: "application/json",
|
||||||
data: JSON.stringify(cashOutData),
|
data: JSON.stringify(cashOutData),
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
async:false,
|
async:false,
|
||||||
url: 'http://autophp.wyk/order/index/getData',
|
url: 'http://autophp.wyk/order/CashOutIndex/getData',
|
||||||
dataType: "json",
|
dataType: "json",
|
||||||
contentType: "application/json",
|
contentType: "application/json",
|
||||||
data: JSON.stringify(cashOutData),
|
data: JSON.stringify(cashOutData),
|
||||||
|
|||||||
@@ -496,7 +496,7 @@
|
|||||||
}
|
}
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
url: 'http://autophp.wyk/order/index/index',
|
url: 'http://autophp.wyk/order/CashOutIndex/index',
|
||||||
dataType: "json",
|
dataType: "json",
|
||||||
contentType: "application/json",
|
contentType: "application/json",
|
||||||
data: JSON.stringify(cashOutData),
|
data: JSON.stringify(cashOutData),
|
||||||
|
|||||||
@@ -94,11 +94,11 @@ namespace Hncore.Pass.Sells.Service
|
|||||||
dictParams.Add("timestamp", timestamp.ToString());
|
dictParams.Add("timestamp", timestamp.ToString());
|
||||||
dictParams.Add("json", json);
|
dictParams.Add("json", json);
|
||||||
var checkSign = Sign(dictParams, appSecret);
|
var checkSign = Sign(dictParams, appSecret);
|
||||||
// if (!string.Equals(checkSign, sign))
|
if (!string.Equals(checkSign, sign))
|
||||||
// {
|
{
|
||||||
// LogHelper.Error("淘宝回调验签失败", checkSign);
|
LogHelper.Error("淘宝回调验签失败", checkSign);
|
||||||
// return "验签失败";
|
return "验签失败";
|
||||||
// }
|
}
|
||||||
// 验签通过进行相关的业务
|
// 验签通过进行相关的业务
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user