1 | <?php |
||
16 | class GetVfWebQQRequest extends Request |
||
17 | { |
||
18 | protected $uri = 'http://s.web2.qq.com/api/getvfwebqq?ptwebqq={ptwebqq}&clientid=53999199&psessionid=&t=0.1'; |
||
19 | |||
20 | protected $referer = 'http://s.web2.qq.com/proxy.html?v=20130916001&callback=1&id=1'; |
||
21 | |||
22 | public function __construct($ptWebQQ) |
||
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | */ |
||
30 | public static function parseResponse(Response $response) |
||
39 | } |
||
40 |