修改返回测试环境附件地址

This commit is contained in:
sh
2025-12-03 12:01:43 +08:00
parent 98e3c15410
commit 9ef94da845
3 changed files with 17 additions and 6 deletions

View File

@@ -49,6 +49,15 @@ public class StringUtil {
*/
public static final String HIRE_SOURCE_ZPH="1";
/**
* 测试环境附件地址
*/
public static final String PATH_DEV = "http://ks.zhaopinzao8dian.com/file/";
/**
* 正式环境环境地址
*/
public static final String PATH_PRO = "http://10.98.80.37/file/";
/**
* 身份证规则
*/