if (StrKit.isEmpty(proposalNo)) {
throw GHBusinessException.errorMessage("未找到对应的投保单号"); }返回结果 :
<?xml version="1.0" encoding="UTF-8"?><response> <head> <resultCode>0</resultCode> <errorMsg>未找到对应的投保单号</errorMsg> </head></response>
本文共 289 字,大约阅读时间需要 1 分钟。
if (StrKit.isEmpty(proposalNo)) {
throw GHBusinessException.errorMessage("未找到对应的投保单号"); }返回结果 :
<?xml version="1.0" encoding="UTF-8"?><response> <head> <resultCode>0</resultCode> <errorMsg>未找到对应的投保单号</errorMsg> </head></response>
转载于:https://www.cnblogs.com/wuyuwuyueping/p/9528099.html