Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
11 | public function getPostData() { |
||
12 | $set = array( |
||
13 | "type" => "GeeTestTaskProxyless", |
||
14 | "websiteURL" => $this->websiteUrl, |
||
15 | "geetestApiServerSubdomain" => $this->geetestApiServerSubdomain, |
||
16 | "gt" => $this->websiteKey, |
||
17 | "challenge" => $this->websiteChallenge |
||
18 | ); |
||
19 | return $set; |
||
20 | } |
||
47 |