1.代客下单 失败添加消息提示
This commit is contained in:
parent
5e59b19cec
commit
50faef4a20
|
|
@ -317,6 +317,8 @@ public class TbPayServiceImpl implements TbPayService {
|
|||
return orderInfo;
|
||||
}
|
||||
}
|
||||
|
||||
throw new BadRequestException("支付失败:" + publicResp.getMsg());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue