- fix response error elang
This commit is contained in:
parent
e367bc4fcc
commit
2faf5967b2
|
@ -164,6 +164,8 @@ export const doTransaction = async (
|
|||
} catch (err) {
|
||||
console.log('errtransaction', err);
|
||||
console.log('errtransaction2', err.response.data);
|
||||
console.log('errtransaction3', err.response.status);
|
||||
console.log('errtransaction4', err.message);
|
||||
|
||||
throw new HttpException(
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user