| 1 | <?php |
||
| 28 | class Semantic extends AbstractAPI |
||
| 29 | { |
||
| 30 | const API_SEARCH = 'https://api.weixin.qq.com/semantic/semproxy/search'; |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Get the semantic content of giving string. |
||
| 34 | * |
||
| 35 | * @param string $keyword |
||
| 36 | * @param array|string $categories |
||
| 37 | * @param array $other |
||
| 38 | * |
||
| 39 | * @return array |
||
| 40 | */ |
||
| 41 | 1 | public function query($keyword, $categories, array $other = []) |
|
| 51 | } |
||
| 52 |