| 1 | <?php |
||
| 16 | class GetUinAndPsessionidRequest extends Request |
||
| 17 | { |
||
| 18 | protected $uri = 'http://d1.web2.qq.com/channel/login2'; |
||
| 19 | |||
| 20 | protected $referer = 'http://d1.web2.qq.com/proxy.html?v=20151105001&callback=1&id=2'; |
||
| 21 | |||
| 22 | protected $method = RequestInterface::REQUEST_METHOD_POST; |
||
| 23 | |||
| 24 | public function __construct(array $data) |
||
| 28 | |||
| 29 | /** |
||
| 30 | * {@inheritdoc} |
||
| 31 | */ |
||
| 32 | public static function parseResponse(Response $response) |
||
| 41 | } |
||
| 42 |