Skip to content

Commit f05ae50

Browse files
add updates
1 parent 3a6ddce commit f05ae50

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

src/Assistant/ChangeLog.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# 更新历史 #
2-
API版本:1.0.1
2+
API版本:1.0.2
33

4-
| 发布时间 | 版本号 | 更新 | 说明 |
5-
|------------|-------|--------|----------------------------------------------------------------------------------------------------------------|
6-
| 2024-03-27 | 1.0.1 | 支持定时任务 | 保存命令、执行命令、停止命令和查询执行结果等。 |
7-
| 2023-04-03 | 1.0.0 | 增加接口 | 保存命令、执行命令、停止命令和查询执行结果等。 |
4+
| 发布时间 | 版本号 | 更新 | 说明 |
5+
|------------|-------|--------|-------------------------|
6+
| 2024-06-25 | 1.0.2 | 增加字段 | 命令ID。 |
7+
| 2024-03-27 | 1.0.1 | 支持定时任务 | 保存命令、执行命令、停止命令和查询执行结果等。 |
8+
| 2023-04-03 | 1.0.0 | 增加接口 | 保存命令、执行命令、停止命令和查询执行结果等。 |

src/data/assistant/v1/api-2.json.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
'Command' => [
8282
'type' => 'structure',
8383
'members' => [
84+
'commandId' => [ 'type' => 'string', 'locationName' => 'commandId', ],
8485
'commandName' => [ 'type' => 'string', 'locationName' => 'commandName', ],
8586
'commandType' => [ 'type' => 'string', 'locationName' => 'commandType', ],
8687
'commandContent' => [ 'type' => 'string', 'locationName' => 'commandContent', ],

0 commit comments

Comments
 (0)