|
@@ -20,6 +20,7 @@ public class YmUtil {
|
|
|
private static final String SECRETKEY = "sXEEYUDtjkunTEYENlkp";
|
|
private static final String SECRETKEY = "sXEEYUDtjkunTEYENlkp";
|
|
|
public static final String SUCCESS = "0000";
|
|
public static final String SUCCESS = "0000";
|
|
|
public static final String FAIL = "9998";
|
|
public static final String FAIL = "9998";
|
|
|
|
|
+ public static final String ERROR = "9990";
|
|
|
private static final String URL = "https://ipos-sa-std.wangcaio2o.com";
|
|
private static final String URL = "https://ipos-sa-std.wangcaio2o.com";
|
|
|
|
|
|
|
|
public static <T> Object resultBack(T obj, T clazz) throws IllegalAccessException {
|
|
public static <T> Object resultBack(T obj, T clazz) throws IllegalAccessException {
|