mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-18 21:24:52 +08:00
25 lines
384 B
Markdown
25 lines
384 B
Markdown
|
|
# ZM\API\TuringAPI
|
|||
|
|
|
|||
|
|
## getTuringMsg
|
|||
|
|
|
|||
|
|
```php
|
|||
|
|
public function getTuringMsg(mixed $msg, mixed $user_id, mixed $api): string
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
### 描述
|
|||
|
|
|
|||
|
|
请求图灵API,返回图灵的消息
|
|||
|
|
|
|||
|
|
### 参数
|
|||
|
|
|
|||
|
|
| 名称 | 类型 | 描述 |
|
|||
|
|
| -------- | ---- | ----------- |
|
|||
|
|
| msg | mixed | |
|
|||
|
|
| user_id | mixed | |
|
|||
|
|
| api | mixed | |
|
|||
|
|
### 返回
|
|||
|
|
|
|||
|
|
| 类型 | 描述 |
|
|||
|
|
| ---- | ----------- |
|
|||
|
|
| string | |
|