You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
package com.glxp.mipsdl.client.ptxhyy;
|
|
|
|
|
|
|
|
import com.alibaba.fastjson2.JSONObject;
|
|
|
|
import com.glxp.mipsdl.client.BaseHttpClient;
|
|
|
|
import com.glxp.mipsdl.client.CommonHttpClient;
|
|
|
|
import com.glxp.mipsdl.config.ThirdSysConfig;
|
|
|
|
import com.glxp.mipsdl.http.HttpClient;
|
|
|
|
import com.glxp.mipsdl.req.base.*;
|
|
|
|
import com.glxp.mipsdl.req.post.PostFileThrOrderRequest;
|
|
|
|
import com.glxp.mipsdl.req.post.PostThrCorpRequest;
|
|
|
|
import com.glxp.mipsdl.req.post.PostThrInvProductsRequest;
|
|
|
|
import com.glxp.mipsdl.req.post.PostThrProductsRequest;
|
|
|
|
import com.glxp.mipsdl.res.BaseResponse;
|
|
|
|
import com.glxp.mipsdl.util.ResultVOUtils;
|
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 平潭协和医院HIS系统接口
|
|
|
|
*/
|
|
|
|
@Slf4j
|
|
|
|
@Service(value = "100009HttpClient")
|
|
|
|
public class PtxhyyHisClient extends CommonHttpClient {
|
|
|
|
|
|
|
|
@Resource
|
|
|
|
private HttpClient httpClient;
|
|
|
|
@Resource
|
|
|
|
private ThirdSysConfig thirdSysConfig;
|
|
|
|
|
|
|
|
@Override
|
|
|
|
public BaseResponse submitOrders(UdiwmsOrderRequest udiwmsOrderRequest) {
|
|
|
|
return null;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|