error笔记
if (StrKit.isEmpty(proposalNo)) {
throw GHBusinessException.errorMessage("未找到对应的投保单号");
}
返回结果 :
<?xml version="1.0" encoding="UTF-8"?>
<response>
<head>
<resultCode>0</resultCode>
<errorMsg>未找到对应的投保单号</errorMsg>
</head>
</response>
拼命敲