Commit 40fcd374 by Sxy

fix: status返回值

parent f9b815b3
...@@ -451,7 +451,10 @@ class TxHandler { ...@@ -451,7 +451,10 @@ class TxHandler {
requestId: '', requestId: '',
}; };
} }
return j; return {
...j,
status: 1,
};
} catch (error) { } catch (error) {
console.log(`error-------------------------------------${error}`); console.log(`error-------------------------------------${error}`);
return system.getResultError(error); return system.getResultError(error);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment