| 1 | <?php |
||
| 10 | class ShakeAround extends AbstractAPI |
||
| 11 | { |
||
| 12 | const API_GET_SHAKE_INFO = 'https://qyapi.weixin.qq.com/cgi-bin/shakearound/getshakeinfo'; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Get shake info. |
||
| 16 | * |
||
| 17 | * @param string $ticket |
||
| 18 | * |
||
| 19 | * @return \EntWeChat\Support\Collection |
||
| 20 | */ |
||
| 21 | public function getShakeInfo($ticket) |
||
| 29 | } |
||
| 30 |