Commit 8a7b8f35 authored by gzj34291's avatar gzj34291

金格

parent 5629e417
...@@ -12,6 +12,7 @@ import java.util.Formatter; ...@@ -12,6 +12,7 @@ import java.util.Formatter;
*/ */
public class Byte2Hex { public class Byte2Hex {
/** /**
* *
* 字节转换为 16 进制字符串 * 字节转换为 16 进制字符串
......
...@@ -17,6 +17,7 @@ import com.alibaba.fastjson.JSONObject; ...@@ -17,6 +17,7 @@ import com.alibaba.fastjson.JSONObject;
* *
*/ */
public class ContractWithTemplate { public class ContractWithTemplate {
//public static final String SERVER_URL = "http://10.203.0.11:8989/tosignserver"; //public static final String SERVER_URL = "http://10.203.0.11:8989/tosignserver";
/** /**
* 信签服务器对接应用ID * 信签服务器对接应用ID
......
...@@ -7,6 +7,7 @@ import java.io.InputStream; ...@@ -7,6 +7,7 @@ import java.io.InputStream;
public public
class FileHolder { class FileHolder {
private String filename; private String filename;
private File file; private File file;
......
...@@ -37,6 +37,7 @@ import javax.net.ssl.X509TrustManager; ...@@ -37,6 +37,7 @@ import javax.net.ssl.X509TrustManager;
*/ */
public class HttpRequest { public class HttpRequest {
/** /**
* https 域名校验 * https 域名校验
*/ */
......
...@@ -13,6 +13,7 @@ import java.util.logging.Logger; ...@@ -13,6 +13,7 @@ import java.util.logging.Logger;
public class MD5 { public class MD5 {
private static final Logger logger = Logger.getLogger("MD5"); private static final Logger logger = Logger.getLogger("MD5");
/** /**
......
package com.hand.kinggrid; package com.hand.kinggrid;
public class MainRequest { public class MainRequest {
/** /**
* 信签服务器地址 * 信签服务器地址
*/ */
......
...@@ -2,6 +2,7 @@ package com.hand.kinggrid; ...@@ -2,6 +2,7 @@ package com.hand.kinggrid;
public class StrKit { public class StrKit {
public static boolean notBlank(String str) { public static boolean notBlank(String str) {
return !isBlank(str); return !isBlank(str);
} }
......
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