| 1 | <?php |
||
| 16 | class GetCurrentUserRequest extends Request |
||
| 17 | { |
||
| 18 | protected $uri = 'http://s.web2.qq.com/api/get_self_info2?t=0.1'; |
||
| 19 | |||
| 20 | protected $referer = 'http://s.web2.qq.com/proxy.html?v=20130916001&callback=1&id=1'; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * 解析响应数据. |
||
| 24 | * |
||
| 25 | * @param Response $response |
||
| 26 | * |
||
| 27 | * @return Profile |
||
| 28 | */ |
||
| 29 | public static function parseResponse(Response $response) |
||
| 33 | } |
||
| 34 |