mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-17 20:54:52 +08:00
26 lines
385 B
Markdown
26 lines
385 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 | |
|