Skip to content

Commit

Permalink
save resp in UCloudException
Browse files Browse the repository at this point in the history
  • Loading branch information
wangrzneu committed Dec 14, 2023
1 parent 2c5635f commit 41ea4e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Core/Transport/Transport.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ public function invoke(Request $req)
$resp->getMessage(),
$resp->getRetCode(),
null,
$requestId
$requestId,
$resp
);
}
return $resp;
Expand Down

0 comments on commit 41ea4e3

Please sign in to comment.