SpecialService.java 951 Bytes
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();
}