All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.founder.sdk.FsiServer Maven / Gradle / Ivy

There is a newer version: 3.6.1.9
Show newest version
package com.founder.sdk;

import com.founder.sdk.vopackage.VoFsiRequest;
import org.springframework.http.HttpHeaders;

public interface FsiServer {

    /**
     * 河北国家医保封装服务
     * @param fsiRequest
     * @param headers
     * @return
     */
    String callFsiService(String url, VoFsiRequest fsiRequest, HttpHeaders headers);

    public static class URL {
        public static String PROXY_HOST = "";
        public static String PROXY_PORT = "";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy