|
@@ -20,10 +20,10 @@ import java.util.Map;
|
|
|
public class ResultUtils {
|
|
|
|
|
|
/** 德源ip-测试*/
|
|
|
-// private static final String host = "https://testlife.eshimin.com";
|
|
|
+ private static final String host = "https://testlife.eshimin.com";
|
|
|
|
|
|
/** 德源ip-正式*/
|
|
|
- private static final String host = "https://life.eshimin.com";
|
|
|
+// private static final String host = "https://life.eshimin.com";
|
|
|
|
|
|
private static final String publicKyeSign = "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCTlOGDZQo9rkignZqZMN8JFC9OcnhiYOigLCVTrXhl6Z0ZD5bncnl9FRPPzgJBwf/3vl4LuWxcDzOK9w/pJ+v2D7uP/RPt3770Cv/dcG5vrUewV+IJ4qSkxwVkxeCS7r4c47kz22avMPo97OIdy6jed+/DDrbOIXbjQ7rl/AAs8QIDAQAB";
|
|
|
|