记得上下班打卡 | git大法好,push需谨慎

Commit 10b0fc28 authored by jiangxiulong's avatar jiangxiulong

ShunfengSignUtils

parent ebaedb2c
......@@ -23,7 +23,7 @@ import java.util.Map;
/**
* <p>
* 顺丰 ShunfengSignUtils
* 顺丰 ShunfengSignUtils ß
* </p>
*
* @author jiangxiulong
......@@ -93,7 +93,7 @@ public class ShunfengSignUtils {
* @param hbody 请求body
* @return
*/
public String generateSignatureAndRequest(HashMap<String, Object> hbody, String url) {
/*public String generateSignatureAndRequest(HashMap<String, Object> hbody, String url) {
long currentTimeMillis = System.currentTimeMillis(); // 时间戳
String timestamp = currentTimeMillis + "";
hbody.put("companyId", APP_ID);
......@@ -147,7 +147,7 @@ public class ShunfengSignUtils {
}
}
return null;
}
}*/
/**
* 生成签名
......
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