Commit ad6c66e4 authored by hongguangwu's avatar hongguangwu

MVP1.7.16-法大大

parent feee727c
......@@ -204,7 +204,7 @@ public class FascController {
paraMap.put(FASC_BIZ_CONTENT, request.getParameter(FASC_BIZ_CONTENT));
//参数排序,ascii码排序
String sortParam = FddCryptUtil.sortParameters(paraMap);
pushLog.setReturnData(sortParam);
pushLog.setPushData(sortParam);
//计算之后得到签名 该签名需要放到请求头
if (Common.isEmpty(sortParam) || Common.isEmpty(timeStamp)) {
return true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment