1.代客下单 失败添加消息提示

This commit is contained in:
SongZhang 2024-09-05 10:54:36 +08:00
parent 5e59b19cec
commit 50faef4a20
1 changed files with 2 additions and 0 deletions

View File

@ -317,6 +317,8 @@ public class TbPayServiceImpl implements TbPayService {
return orderInfo;
}
}
throw new BadRequestException("支付失败:" + publicResp.getMsg());
}
}