|
|
@ -30,10 +30,10 @@ import java.util.List; |
|
|
|
public class CheckDataUtils { |
|
|
|
|
|
|
|
//内容审核地址
|
|
|
|
private static String contentUrl = "https://epmet-open.elinkservice.cn/api/epmetscan/api/textSyncScan"; |
|
|
|
private static String contentUrl = "https://epmet-open.pingyin.gov.cn/api/epmetscan/api/textSyncScan"; |
|
|
|
|
|
|
|
//图片审核地址
|
|
|
|
private static String imgUrl = "https://epmet-open.elinkservice.cn/api/epmetscan/api/imgSyncScan"; |
|
|
|
private static String imgUrl = "https://epmet-open.pingyin.gov.cn/api/epmetscan/api/imgSyncScan"; |
|
|
|
|
|
|
|
//文本正常
|
|
|
|
public static String pass = "pass"; |
|
|
@ -353,4 +353,4 @@ public class CheckDataUtils { |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|