fix(core): harden settlement and wallet integration
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace App\Services\Wallet;
|
||||
|
||||
/**
|
||||
* 主站 balance 探测结果(后台联调检测用,含诊断信息)。
|
||||
* 主站 balance 探测结果(后台联调检测用)。
|
||||
*/
|
||||
final readonly class MainSiteWalletBalanceProbeResult
|
||||
{
|
||||
@@ -29,7 +29,6 @@ final readonly class MainSiteWalletBalanceProbeResult
|
||||
'request_url' => $this->requestUrl,
|
||||
'http_status' => $this->httpStatus,
|
||||
'message' => $this->message,
|
||||
'response_preview' => $this->responseBody,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user