This commit is contained in:
aozhiwei 2024-06-04 15:36:22 +08:00
parent bc0ecdd30e
commit 855ac9d2c1

View File

@ -202,7 +202,7 @@ class BlockChainController extends BaseAuthedController {
);
myself()->_rspData(array(
'trans_id' => $transId,
'params' => $rspObj['params']
'trans_req' => $rspObj['trans_req']
));
} else {
myself()->_rspErr(500, 'server internal error');