|
@ -25,6 +25,7 @@ import org.apache.commons.lang3.StringUtils;
|
|
import org.json.JSONArray;
|
|
import org.json.JSONArray;
|
|
import org.json.JSONObject;
|
|
import org.json.JSONObject;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
import org.springframework.data.domain.Page;
|
|
import org.springframework.data.domain.Page;
|
|
import org.springframework.http.MediaType;
|
|
import org.springframework.http.MediaType;
|
|
import org.springframework.stereotype.Controller;
|
|
import org.springframework.stereotype.Controller;
|
|
@ -62,6 +63,7 @@ public class FamilyContractController extends WeixinBaseController {
|
|
private RSAUtils rsaUtils;
|
|
private RSAUtils rsaUtils;
|
|
@Autowired
|
|
@Autowired
|
|
private CommonUtil CommonUtil;
|
|
private CommonUtil CommonUtil;
|
|
|
|
|
|
/**
|
|
/**
|
|
* 得到患者的签约的医生的信息
|
|
* 得到患者的签约的医生的信息
|
|
*
|
|
*
|