|
@ -54,10 +54,10 @@ public class PrescriptionAdjustController extends BaseController {
|
|
|
if(json.getInteger("status")==-1){
|
|
|
return error(-1,json.getString("msg"));
|
|
|
}
|
|
|
return write(200,"请求调整成功");
|
|
|
return write(200,"上传ca认证信息成功");
|
|
|
}catch (Exception e){
|
|
|
error(e);
|
|
|
return error(-1,"调整失败");
|
|
|
return error(-1,"上传ca认证信息失败");
|
|
|
}
|
|
|
}
|
|
|
|