Skip to content

Commit de038dd

Browse files
committed
Generated 2022-12-30 for marketplaceIntl.
1 parent c3959ab commit de038dd

File tree

8 files changed

+269
-1
lines changed

8 files changed

+269
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.8.2317 - 2025-9-17
4+
- Generated 2022-12-30 for `marketplaceIntl`.
5+
6+
37
## 1.8.2316 - 2025-9-15
48
- Add CreateExternalCACertificate.
59
- Add ListPcaCaCertificate.

src/IdeHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@
191191
* @method static MPServerless\MPServerless mPServerless()
192192
* @method static MPaaS\MPaaS mPaaS()
193193
* @method static Market\Market market()
194+
* @method static MarketplaceIntl\MarketplaceIntl marketplaceIntl()
194195
* @method static MnsOpen\MnsOpen mnsOpen()
195196
* @method static MoPen\MoPen moPen()
196197
* @method static MoguanSdk\MoguanSdk moguanSdk()
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
3+
namespace AlibabaCloud\MarketplaceIntl;
4+
5+
use AlibabaCloud\Client\Resolver\VersionResolver;
6+
7+
/**
8+
* @method static V20221230\MarketplaceIntlApiResolver v20221230()
9+
*/
10+
class MarketplaceIntl extends VersionResolver
11+
{
12+
}

src/MarketplaceIntl/README-EN.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[????](./README.md) | English
2+
3+
<p align="center">
4+
<a href=" https://www.aliyun.com"><img src="https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg"></a>
5+
</p>
6+
7+
<h1 align="center">Alibaba Cloud MarketplaceIntl SDK for PHP</h1>
8+
9+
If [Alibaba Cloud SDK for PHP][sdk] is installed, there is no need to install the product dependency package. This product dependency package is only part of the synchronization from [Alibaba Cloud SDK for PHP][sdk], and its namespace and usage are consistent with [Alibaba Cloud SDK for PHP][sdk].
10+
11+
If you don't care about file size, we recommend that you install [Alibaba Cloud SDK for PHP][sdk] and update it regularly so as to maintain the latest and most complete product support:
12+
```
13+
composer require alibabacloud/sdk
14+
```
15+
16+
The product can also be installed only:
17+
> The version of this product is always synchronized with [Alibaba Cloud SDK for PHP][sdk] to ensure that it can switch with [Alibaba Cloud SDK for PHP][sdk] at any time without changing the business code, although the code between different versions of this product may not change.
18+
```
19+
composer require alibabacloud/marketplaceintl
20+
```
21+
22+
***
23+
Refer to document [Alibaba Cloud SDK for PHP][sdk] for more SDK usage.
24+
25+
[sdk]: https://github.com/aliyun/openapi-sdk-php

src/MarketplaceIntl/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
???? | [English](./README-EN.md)
2+
3+
<p align="center">
4+
<a href=" https://www.aliyun.com"><img src="https://aliyunsdk-pages.alicdn.com/icons/Aliyun.svg"></a>
5+
</p>
6+
7+
<h1 align="center">Alibaba Cloud MarketplaceIntl SDK for PHP</h1>
8+
9+
???? [Alibaba Cloud SDK for PHP][sdk] ????????????????????? [Alibaba Cloud SDK for PHP][sdk] ??????????????????? [Alibaba Cloud SDK for PHP][sdk] ???
10+
11+
???????????????? [Alibaba Cloud SDK for PHP][sdk] ?????????????????????
12+
```
13+
composer require alibabacloud/sdk
14+
```
15+
16+
?????????
17+
> ????????? [Alibaba Cloud SDK for PHP][sdk] ??????????????????????? [Alibaba Cloud SDK for PHP][sdk] ??????????????????????????
18+
```
19+
composer require alibabacloud/marketplaceintl
20+
```
21+
22+
***
23+
?? SDK ?????? [Alibaba Cloud SDK for PHP][sdk] ???
24+
25+
[sdk]: https://github.com/aliyun/openapi-sdk-php
Lines changed: 158 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,158 @@
1+
<?php
2+
3+
namespace AlibabaCloud\MarketplaceIntl\V20221230;
4+
5+
use AlibabaCloud\Client\Resolver\ApiResolver;
6+
7+
/**
8+
* @method DescribePushMeteringData describePushMeteringData(array $options = [])
9+
* @method DescribeSellerInstances describeSellerInstances(array $options = [])
10+
* @method NoticeInstanceUser noticeInstanceUser(array $options = [])
11+
* @method PushMeteringData pushMeteringData(array $options = [])
12+
*/
13+
class MarketplaceIntlApiResolver extends ApiResolver
14+
{
15+
}
16+
17+
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
18+
{
19+
/** @var string */
20+
public $product = 'marketplaceIntl';
21+
22+
/** @var string */
23+
public $version = '2022-12-30';
24+
25+
/** @var string */
26+
public $method = 'POST';
27+
28+
/** @var string */
29+
protected $scheme = 'https';
30+
}
31+
32+
/**
33+
* @method string getPushOrderBizId()
34+
* @method $this withPushOrderBizId($value)
35+
*/
36+
class DescribePushMeteringData extends Rpc
37+
{
38+
}
39+
40+
/**
41+
* @method string getInstanceStatus()
42+
* @method $this withInstanceStatus($value)
43+
* @method string getUserId()
44+
* @method $this withUserId($value)
45+
* @method string getInstanceId()
46+
* @method $this withInstanceId($value)
47+
* @method string getPageSize()
48+
* @method $this withPageSize($value)
49+
* @method string getPageIndex()
50+
* @method $this withPageIndex($value)
51+
*/
52+
class DescribeSellerInstances extends Rpc
53+
{
54+
}
55+
56+
/**
57+
* @method string getNoticeParam()
58+
* @method string getInstanceId()
59+
* @method string getNoticeType()
60+
*/
61+
class NoticeInstanceUser extends Rpc
62+
{
63+
64+
/**
65+
* @param string $value
66+
*
67+
* @return $this
68+
*/
69+
public function withNoticeParam($value)
70+
{
71+
$this->data['NoticeParam'] = $value;
72+
$this->options['form_params']['NoticeParam'] = $value;
73+
74+
return $this;
75+
}
76+
77+
/**
78+
* @param string $value
79+
*
80+
* @return $this
81+
*/
82+
public function withInstanceId($value)
83+
{
84+
$this->data['InstanceId'] = $value;
85+
$this->options['form_params']['InstanceId'] = $value;
86+
87+
return $this;
88+
}
89+
90+
/**
91+
* @param string $value
92+
*
93+
* @return $this
94+
*/
95+
public function withNoticeType($value)
96+
{
97+
$this->data['NoticeType'] = $value;
98+
$this->options['form_params']['NoticeType'] = $value;
99+
100+
return $this;
101+
}
102+
}
103+
104+
/**
105+
* @method array getMeteringData()
106+
* @method string getGmtCreate()
107+
*/
108+
class PushMeteringData extends Rpc
109+
{
110+
111+
/** @var string */
112+
public $scheme = 'http';
113+
114+
/**
115+
* @param array $meteringData
116+
*
117+
* @return $this
118+
*/
119+
public function withMeteringData(array $meteringData)
120+
{
121+
$this->data['MeteringData'] = $meteringData;
122+
foreach ($meteringData as $depth1 => $depth1Value) {
123+
if(isset($depth1Value['MeteringAssist'])){
124+
$this->options['form_params']['MeteringData.' . ($depth1 + 1) . '.MeteringAssist'] = $depth1Value['MeteringAssist'];
125+
}
126+
if(isset($depth1Value['PushOrderBizId'])){
127+
$this->options['form_params']['MeteringData.' . ($depth1 + 1) . '.PushOrderBizId'] = $depth1Value['PushOrderBizId'];
128+
}
129+
if(isset($depth1Value['InstanceId'])){
130+
$this->options['form_params']['MeteringData.' . ($depth1 + 1) . '.InstanceId'] = $depth1Value['InstanceId'];
131+
}
132+
if(isset($depth1Value['EndTime'])){
133+
$this->options['form_params']['MeteringData.' . ($depth1 + 1) . '.EndTime'] = $depth1Value['EndTime'];
134+
}
135+
if(isset($depth1Value['StartTime'])){
136+
$this->options['form_params']['MeteringData.' . ($depth1 + 1) . '.StartTime'] = $depth1Value['StartTime'];
137+
}
138+
if(isset($depth1Value['MeteringEntity'])){
139+
$this->options['form_params']['MeteringData.' . ($depth1 + 1) . '.MeteringEntity'] = $depth1Value['MeteringEntity'];
140+
}
141+
}
142+
143+
return $this;
144+
}
145+
146+
/**
147+
* @param string $value
148+
*
149+
* @return $this
150+
*/
151+
public function withGmtCreate($value)
152+
{
153+
$this->data['GmtCreate'] = $value;
154+
$this->options['form_params']['GmtCreate'] = $value;
155+
156+
return $this;
157+
}
158+
}

src/MarketplaceIntl/composer.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"name": "alibabacloud/marketplaceintl",
3+
"homepage": "https://www.alibabacloud.com/",
4+
"description": "Alibaba Cloud MarketplaceIntl SDK for PHP",
5+
"keywords": [
6+
"marketplaceintl",
7+
"sdk",
8+
"cloud",
9+
"aliyun",
10+
"alibaba",
11+
"library",
12+
"alibabacloud"
13+
],
14+
"type": "library",
15+
"license": "Apache-2.0",
16+
"support": {
17+
"source": "https://github.com/alibabacloud-sdk-php/marketplaceintl",
18+
"issues": "https://github.com/alibabacloud-sdk-php/marketplaceintl/issues"
19+
},
20+
"authors": [
21+
{
22+
"name": "Alibaba Cloud SDK",
23+
"email": "[email protected]",
24+
"homepage": "http://www.alibabacloud.com"
25+
}
26+
],
27+
"require": {
28+
"php": ">=5.5",
29+
"alibabacloud/client": "^1.5"
30+
},
31+
"autoload": {
32+
"psr-4": {
33+
"AlibabaCloud\\MarketplaceIntl\\": ""
34+
}
35+
},
36+
"config": {
37+
"sort-packages": true,
38+
"preferred-install": "dist",
39+
"optimize-autoloader": true
40+
},
41+
"prefer-stable": true,
42+
"minimum-stability": "dev"
43+
}

src/Release.php

Lines changed: 1 addition & 1 deletion
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.2316';
19+
const VERSION = '1.8.2317';
2020

2121
/**
2222
* @param Event $event

0 commit comments

Comments
 (0)