Skip to content

Commit

Permalink
feat:POST 的数据包为空
Browse files Browse the repository at this point in the history
  • Loading branch information
parieses committed Jan 11, 2024
1 parent e080ef3 commit 9b80da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/AppletCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public function revertGrayRelease($access_token)
*/
public function getVisitStatus($access_token)
{
return $this->curl->post(UrlConfig::getVisitStatus . $access_token);
return $this->curl->post(UrlConfig::getVisitStatus . $access_token,"{}");
}

/**
Expand Down

0 comments on commit 9b80da4

Please sign in to comment.