Compare commits

..

No commits in common. "83ea6fa00113dfd6ffb21882e680cfffb6fc815f" and "90202e7e9512f28ff8e42b2b67418163d7bbf91c" have entirely different histories.

2 changed files with 2 additions and 7 deletions

View File

@ -29,9 +29,6 @@ public class ServiceProjectSecurityUserPagerVo {
@Schema(description = "名称")
private String name;
@Schema(description = "照片")
private String photo;
@Desensitized(value = DesensitizedUtil.DesensitizedType.MOBILE_PHONE, keepOriginalField = true)
@Schema(description = "手机号")
private String telephone;
@ -54,8 +51,6 @@ public class ServiceProjectSecurityUserPagerVo {
@Schema(description = "保安证号")
private String securityNumber;
@Schema(description = "无证说明")
private String noSecurityNumberDesc;
@Schema(description = "家庭住址")
private String homeAddress;

View File

@ -20,7 +20,7 @@ import org.springframework.stereotype.Component;
@Component
public class SecurityAssociationDockingServiceTask {
private static final String BASE_HOST = "http://baxh.3589hn.cn";
private static final String BASE_HOST = "http://tkgl.3589hn.cn";
private static String TOKEN;
@ -32,7 +32,7 @@ public class SecurityAssociationDockingServiceTask {
public void getToken() {
JSONObject params = new JSONObject();
params.put("appid", "anfang");
params.put("appkey", "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCg");
params.put("appkey", "fcfefda716dc4760af44973bcf157a01");
//创建请求
HttpRequest request = HttpUtil.createPost(BASE_HOST + "/api/security/get_token");
//设置参数