SpecialService.java
951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
package com.lhcredit.project.business.special.service;
import com.alibaba.fastjson.JSONObject;
import com.lhcredit.project.business.TianYC.entity.param.SFParams;
/**
* @Autchor : liyang
* @Date: 2025/4/18
*/
public interface SpecialService {
String comAddsServiceInfo(JSONObject jsonObject);
String comActive(JSONObject jsonObject);
String fdfzfw(JSONObject jsonObject);
String qzfxfw(JSONObject jsonObject);
String fourBasicInfo(JSONObject jsonObject);
String queryEducationResumeV4(JSONObject jsonObject);
JSONObject xgbzxrorg(SFParams sfParams);
JSONObject humanDishonest(SFParams sfParams);
JSONObject entoutdetail(SFParams sfParams);
String getsingleMarriageInfo(JSONObject obj);
String getFinancingByName(JSONObject obj);
String noticeSearch(JSONObject obj);
String noticeDetail(JSONObject obj);
String noticeComponent(JSONObject obj);
JSONObject getNoticeDict();
}