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

This commit is contained in:
2024-09-05 10:54:36 +08:00
parent 5e59b19cec
commit 50faef4a20

View File

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