|
@ -8,6 +8,7 @@ import com.yihu.wlyy.web.BaseController;
|
|
|
import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
import org.json.JSONObject;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.http.MediaType;
|
|
|
import org.springframework.stereotype.Controller;
|
|
@ -126,7 +127,7 @@ public class PatientPrescriptionInfoController extends BaseController {
|
|
|
@ApiOperation("判断医生的CA是否有在线上安装证书")
|
|
|
@ResponseBody
|
|
|
@RequestMapping(value = "/doctor/isAuthentication", method = RequestMethod.POST)
|
|
|
public String isAuthentication(@RequestParam(required = true,value="doctorCode")@ApiParam(name="doctorCode",value="医生的code")String doctorCode){
|
|
|
public String isAuthentication(@RequestParam(required = true,value="doctorCode")@ApiParam(required = true,name="doctorCode",value="医生的code")String doctorCode){
|
|
|
try {
|
|
|
//0de6a26a62dd11e69faffa163e8aee56
|
|
|
JSONObject data = doctorInfoService.isAuthentication(getRepUID());
|