Skip to content

Commit 4322310

Browse files
authored
Auditing add (#256)
* 云查毒 * fix * 人声分离 * detectType非必选
1 parent 22a5b03 commit 4322310

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Descriptions.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3031,7 +3031,6 @@ public static function DetectImage() {
30313031
'location' => 'query'
30323032
),
30333033
'DetectType' => array(
3034-
'required' => true,
30353034
'type' => 'string',
30363035
'location' => 'query',
30373036
'sentAs' => 'detect-type'
@@ -3426,7 +3425,7 @@ public static function DetectImages() {
34263425
'type' => 'object',
34273426
'location' => 'xml',
34283427
'properties' => array(
3429-
'DetectType' => array( 'type' => 'string', 'location' => 'xml', 'required' => true,),
3428+
'DetectType' => array( 'type' => 'string', 'location' => 'xml', ),
34303429
'BizType' => array( 'type' => 'string', 'location' => 'xml', ),
34313430
),
34323431
),

0 commit comments

Comments
 (0)