Commit 325d1667 by 宋珺琪

HttpUtils处理

parent 22520316
package com.founder.commonutils.util;
import com.tydic.open.DopApiException;
import com.tydic.open.DopApiV1;
import cn.hutool.core.exceptions.ExceptionUtil;
import com.alibaba.fastjson.JSON;
import com.founder.commonutils.model.vo.TokenInfo;
......@@ -218,7 +217,7 @@ public class HttpUtils {
return jsonResult;
}
public static String ytgsRequest(Map<String,Object> map) {
/* public static String ytgsRequest(Map<String,Object> map) {
String resultStr=null;
//"b130a9b9137ae64d"; // 必须16位
String sKey = map.get("sKey").toString();
......@@ -276,5 +275,5 @@ public class HttpUtils {
log.error("Request Failed. code:%d, msg:%s"+ExceptionUtil.getMessage(e));
}
return resultStr;
}
}*/
}
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