Skip to content

Commit abc59f7

Browse files
wb-hx510875AxiosLeo
authored andcommitted
re generate by php generator 1.0.9
1 parent 9558d38 commit abc59f7

20 files changed

+139
-20
lines changed

src/ImageSearch.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
class ImageSearch
3131
{
3232
protected $_name = [];
33-
3433
private $_endpoint;
3534

3635
private $_regionId;

src/ImageSearch/AddImageAdvanceRequest.php

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,16 @@ class AddImageAdvanceRequest extends Model
2727
public $intAttr;
2828

2929
public $strAttr;
30-
protected $_name = [];
30+
protected $_name = [
31+
'picContentObject' => 'PicContentObject',
32+
'instanceName' => 'InstanceName',
33+
'categoryId' => 'CategoryId',
34+
'productId' => 'ProductId',
35+
'picName' => 'PicName',
36+
'crop' => 'Crop',
37+
'region' => 'Region',
38+
'customContent' => 'CustomContent',
39+
'intAttr' => 'IntAttr',
40+
'strAttr' => 'StrAttr',
41+
];
3142
}

src/ImageSearch/AddImageRequest.php

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,16 @@ class AddImageRequest extends Model
2727
public $intAttr;
2828

2929
public $strAttr;
30-
protected $_name = [];
30+
protected $_name = [
31+
'instanceName' => 'InstanceName',
32+
'categoryId' => 'CategoryId',
33+
'productId' => 'ProductId',
34+
'picName' => 'PicName',
35+
'picContent' => 'PicContent',
36+
'crop' => 'Crop',
37+
'region' => 'Region',
38+
'customContent' => 'CustomContent',
39+
'intAttr' => 'IntAttr',
40+
'strAttr' => 'StrAttr',
41+
];
3142
}

src/ImageSearch/AddImageResponse.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,11 @@ class AddImageResponse extends Model
1717
public $code;
1818

1919
public $picInfo;
20-
protected $_name = [];
20+
protected $_name = [
21+
'requestId' => 'RequestId',
22+
'success' => 'Success',
23+
'message' => 'Message',
24+
'code' => 'Code',
25+
'picInfo' => 'PicInfo',
26+
];
2127
}

src/ImageSearch/AddImageResponse/picInfo.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@ class picInfo extends Model
1111
public $categoryId;
1212

1313
public $region;
14-
protected $_name = [];
14+
protected $_name = [
15+
'categoryId' => 'CategoryId',
16+
'region' => 'Region',
17+
];
1518
}

src/ImageSearch/DeleteImageRequest.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@ class DeleteImageRequest extends Model
1313
public $productId;
1414

1515
public $picName;
16-
protected $_name = [];
16+
protected $_name = [
17+
'instanceName' => 'InstanceName',
18+
'productId' => 'ProductId',
19+
'picName' => 'PicName',
20+
];
1721
}

src/ImageSearch/DeleteImageResponse.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@ class DeleteImageResponse extends Model
1515
public $message;
1616

1717
public $code;
18-
protected $_name = [];
18+
protected $_name = [
19+
'requestId' => 'RequestId',
20+
'success' => 'Success',
21+
'message' => 'Message',
22+
'code' => 'Code',
23+
];
1924
}

src/ImageSearch/SearchImageByNameRequest.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,13 @@ class SearchImageByNameRequest extends Model
2121
public $start;
2222

2323
public $filter;
24-
protected $_name = [];
24+
protected $_name = [
25+
'categoryId' => 'CategoryId',
26+
'instanceName' => 'InstanceName',
27+
'productId' => 'ProductId',
28+
'picName' => 'PicName',
29+
'num' => 'Num',
30+
'start' => 'Start',
31+
'filter' => 'Filter',
32+
];
2533
}

src/ImageSearch/SearchImageByNameResponse.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,13 @@ class SearchImageByNameResponse extends Model
2121
public $head;
2222

2323
public $picInfo;
24-
protected $_name = [];
24+
protected $_name = [
25+
'requestId' => 'RequestId',
26+
'success' => 'Success',
27+
'code' => 'Code',
28+
'msg' => 'Msg',
29+
'auctions' => 'Auctions',
30+
'head' => 'Head',
31+
'picInfo' => 'PicInfo',
32+
];
2533
}

src/ImageSearch/SearchImageByNameResponse/auctions.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,13 @@ class auctions extends Model
2121
public $intAttr;
2222

2323
public $strAttr;
24-
protected $_name = [];
24+
protected $_name = [
25+
'categoryId' => 'CategoryId',
26+
'productId' => 'ProductId',
27+
'picName' => 'PicName',
28+
'customContent' => 'CustomContent',
29+
'sortExprValues' => 'SortExprValues',
30+
'intAttr' => 'IntAttr',
31+
'strAttr' => 'StrAttr',
32+
];
2533
}

0 commit comments

Comments
 (0)