Skip to content

Commit 517415a

Browse files
Ming2692github-actions[bot]
authored andcommitted
Format code
1 parent e8017f1 commit 517415a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

sample/closeAsrService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
} catch (\Exception $e) {
2222
// 请求失败
2323
echo($e);
24-
}
24+
}

src/Client.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,10 @@
248248
* @method object CreateMediaTargetRecJobs(array $args) 提交视频目标检测任务
249249
* @method object CreateMediaSegmentVideoBodyJobs(array $args) 提交视频人像抠图任务
250250
* @method object OpenAsrService(array $args) 开通智能语音服务
251-
* @method object GetAsrBucketList(array $args) 查询智能语音服务
252-
* @method object CloseAsrService(array $args) 关闭智能语音服务
253-
* @method object GetAsrQueueList(array $args) 查询智能语音队列
254-
* @method object UpdateAsrQueue(array $args) 更新智能语音队列
251+
* @method object GetAsrBucketList(array $args) 开通智能语音服务
252+
* @method object CloseAsrService(array $args) 查询智能语音服务
253+
* @method object GetAsrQueueList(array $args) 关闭智能语音服务
254+
* @method object UpdateAsrQueue(array $args) 查询智能语音队列
255255
* @method object CreateMediaNoiseReductionTemplate(array $args) 创建音频降噪模板
256256
* @method object UpdateMediaNoiseReductionTemplate(array $args) 更新音频降噪模板
257257
* @method object CreateVoiceSoundHoundJobs(array $args) 提交听歌识曲任务

0 commit comments

Comments
 (0)