Skip to content

Commit

Permalink
bugfix: VerifiedResponse respTime recv error
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangwensm committed Sep 15, 2022
1 parent 32d96e7 commit 0572374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/X7/Response/VerifiedResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function __construct(ResponseBase $responseBase)
{
$this->bizResp = $this->validateBizResp($responseBase->bizResp);
$this->apiMethod = $responseBase->apiMethod;
$this->respTime = $responseBase->reqTime;
$this->respTime = $responseBase->respTime;
$this->appkey = $responseBase->appkey;
$this->signature = $responseBase->signature;
$this->gameType = $responseBase->gameType;
Expand Down

0 comments on commit 0572374

Please sign in to comment.