Skip to content

Commit 5a0f776

Browse files
author
degangliu
committed
biztype 必选
1 parent 155c066 commit 5a0f776

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

qcloud_cos/cos_client.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5483,8 +5483,8 @@ def ci_auditing_image_query(self, Bucket, JobID, **kwargs):
54835483

54845484
return data
54855485

5486-
def ci_auditing_live_video_submit(self, Bucket, DetectType=None, Url=None, DataId=None, Callback=None, CallbackType=None,
5487-
BizType=None, UserInfo=None, **kwargs):
5486+
def ci_auditing_live_video_submit(self, Bucket, BizType, DetectType=None, Url=None, DataId=None, Callback=None, CallbackType=None,
5487+
UserInfo=None, **kwargs):
54885488
"""提交直播流审核任务接口 https://cloud.tencent.com/document/product/460/46427
54895489
54905490
:param Bucket(string): 存储桶名称.
@@ -5532,6 +5532,7 @@ def ci_auditing_live_video_submit(self, Bucket, DetectType=None, Url=None, DataI
55325532
DetectType=DetectType,
55335533
RequestType='live_video',
55345534
DataId=DataId,
5535+
UserInfo=UserInfo,
55355536
**kwargs
55365537
)
55375538

0 commit comments

Comments
 (0)