|
@@ -17,10 +17,10 @@ import java.util.Map;
|
|
|
@Log4j2
|
|
@Log4j2
|
|
|
public class YmUtil {
|
|
public class YmUtil {
|
|
|
|
|
|
|
|
- private static final String SECRETKEY = "test";
|
|
|
|
|
|
|
+ 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";
|
|
|
- private static final String URL = "https://ipos-sa.imageco.cn";
|
|
|
|
|
|
|
+ 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 {
|
|
|
Map<String,Object> maps = YmUtil.findObjectFields(obj,false);
|
|
Map<String,Object> maps = YmUtil.findObjectFields(obj,false);
|