提现接口修改

This commit is contained in:
wanyongkang
2020-10-14 10:35:02 +08:00
parent 34ca6e5282
commit c9b5dcc6a3
5 changed files with 9 additions and 9 deletions

View File

@@ -94,11 +94,11 @@ namespace Hncore.Pass.Sells.Service
dictParams.Add("timestamp", timestamp.ToString());
dictParams.Add("json", json);
var checkSign = Sign(dictParams, appSecret);
// if (!string.Equals(checkSign, sign))
// {
// LogHelper.Error("淘宝回调验签失败", checkSign);
// return "验签失败";
// }
if (!string.Equals(checkSign, sign))
{
LogHelper.Error("淘宝回调验签失败", checkSign);
return "验签失败";
}
// 验签通过进行相关的业务
/*