Skip to content

Commit b53ea1e

Browse files
committed
Add new api.
1 parent f893d66 commit b53ea1e

File tree

4 files changed

+24
-1
lines changed

4 files changed

+24
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.8.30 - 2019-12-29
4+
- Add new api.
5+
6+
37
## 1.8.29 - 2019-12-29
48
- Add new api.
59

src/Imageseg/V20191230/ImagesegApiResolver.php

+18
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
use AlibabaCloud\Client\Resolver\ApiResolver;
66

77
/**
8+
* @method SegmentBody segmentBody(array $options = [])
9+
* @method SegmentCommodity segmentCommodity(array $options = [])
810
* @method SegmentCommonImage segmentCommonImage(array $options = [])
911
*/
1012
class ImagesegApiResolver extends ApiResolver
@@ -26,6 +28,22 @@ class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
2628
public $serviceCode = 'imageseg';
2729
}
2830

31+
/**
32+
* @method string getImageURL()
33+
* @method $this withImageURL($value)
34+
*/
35+
class SegmentBody extends Rpc
36+
{
37+
}
38+
39+
/**
40+
* @method string getImageURL()
41+
* @method $this withImageURL($value)
42+
*/
43+
class SegmentCommodity extends Rpc
44+
{
45+
}
46+
2947
/**
3048
* @method string getImageURL()
3149
* @method $this withImageURL($value)

src/Imageseg/endpoints.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"endpoint_map":{},"endpoint_regional":"regional","standard":{"cn-shanghai":"imageseg.cn-shanghai.aliyuncs.com"},"regions":["cn-shanghai"],"endpoint_health":[]}

src/Release.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Release
1616
/**
1717
* Version of the SDK
1818
*/
19-
const VERSION = '1.8.29';
19+
const VERSION = '1.8.30';
2020

2121
/**
2222
* @param Event $event

0 commit comments

Comments
 (0)