This commit is contained in:
songliang 2023-07-04 14:55:36 +08:00
parent c205731524
commit 6050e663e1

View File

@ -135,7 +135,7 @@ class BlockChainService {
'params' => $rspObj['params']
);
} else {
myself()->_rspErr(500, 'server internal error 4' . $rspObj);
myself()->_rspErr(500, 'server internal error 4' . json_encode($rspObj));
die();
return;
}