Skip to content

Commit

Permalink
Publish sdk.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Oct 24, 2024
1 parent f544cfb commit b0c3487
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.8.2208 - 2024-10-24
- Publish sdk.


## 1.8.2207 - 2024-10-23
- Update Endpoint.

Expand Down
16 changes: 16 additions & 0 deletions src/Dypnsapi/V20170525/DypnsapiApiResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,14 @@ class CreateSchemeConfig extends Rpc
* @method $this withRouteName($value)
* @method string getEmail()
* @method $this withEmail($value)
* @method string getHmSignName()
* @method $this withHmSignName($value)
* @method string getPackSign()
* @method $this withPackSign($value)
* @method string getPackName()
* @method $this withPackName($value)
* @method string getHmAppIdentifier()
* @method $this withHmAppIdentifier($value)
* @method string getCuApiCode()
* @method $this withCuApiCode($value)
* @method string getSceneType()
Expand All @@ -145,6 +149,8 @@ class CreateSchemeConfig extends Rpc
* @method $this withSchemeName($value)
* @method string getSmsSignName()
* @method $this withSmsSignName($value)
* @method string getHmPackageName()
* @method $this withHmPackageName($value)
*/
class CreateVerifyScheme extends Rpc
{
Expand Down Expand Up @@ -207,12 +213,22 @@ class GetAuthorizationUrl extends Rpc
* @method $this withOrigin($value)
* @method string getSceneCode()
* @method $this withSceneCode($value)
* @method string getCuApiCode()
* @method $this withCuApiCode($value)
* @method string getResourceOwnerAccount()
* @method $this withResourceOwnerAccount($value)
* @method string getCtApiCode()
* @method $this withCtApiCode($value)
* @method string getOwnerId()
* @method $this withOwnerId($value)
* @method string getVersion()
* @method $this withVersion($value)
* @method string getUrl()
* @method $this withUrl($value)
* @method string getBizType()
* @method $this withBizType($value)
* @method string getCmApiCode()
* @method $this withCmApiCode($value)
*/
class GetAuthToken extends Rpc
{
Expand Down
2 changes: 1 addition & 1 deletion src/Release.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Release
/**
* Version of the SDK
*/
const VERSION = '1.8.2207';
const VERSION = '1.8.2208';

/**
* @param Event $event
Expand Down
2 changes: 1 addition & 1 deletion src/endpoints.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"endpoint_map":{},"endpoint_regional":"regional","standard":{"cn-wulanchabu":"gwlb.cn-wulanchabu.aliyuncs.com","cn-hangzhou":"gwlb.cn-hangzhou.aliyuncs.com","eu-central-1":"gwlb.eu-central-1.aliyuncs.com"},"regions":["cn-wulanchabu","cn-hangzhou","eu-central-1"],"endpoint_health":{"eu-central-1":"DomainNotFound"}}
{"endpoint_map":{},"endpoint_regional":"central","standard":{"ap-northeast-1":"dypnsapi.aliyuncs.com","ap-south-1":"dypnsapi.aliyuncs.com","ap-southeast-1":"dypnsapi.aliyuncs.com","ap-southeast-2":"dypnsapi.aliyuncs.com","ap-southeast-3":"dypnsapi.aliyuncs.com","ap-southeast-5":"dypnsapi.aliyuncs.com","cn-beijing":"dypnsapi.aliyuncs.com","cn-chengdu":"dypnsapi.aliyuncs.com","cn-hangzhou":"dypnsapi.aliyuncs.com","cn-hongkong":"dypnsapi.aliyuncs.com","cn-huhehaote":"dypnsapi.aliyuncs.com","cn-qingdao":"dypnsapi.aliyuncs.com","cn-shanghai":"dypnsapi.aliyuncs.com","cn-shenzhen":"dypnsapi.aliyuncs.com","cn-zhangjiakou":"dypnsapi.aliyuncs.com","eu-central-1":"dypnsapi.aliyuncs.com","eu-west-1":"dypnsapi.aliyuncs.com","me-east-1":"dypnsapi.aliyuncs.com","us-east-1":"dypnsapi.aliyuncs.com","us-west-1":"dypnsapi.aliyuncs.com","cn-hangzhou-finance":"dypnsapi.aliyuncs.com","cn-shenzhen-finance-1":"dypnsapi.aliyuncs.com","cn-shanghai-finance-1":"dypnsapi.aliyuncs.com","cn-north-2-gov-1":"dypnsapi.aliyuncs.com"},"regions":["ap-northeast-1","ap-south-1","ap-southeast-1","ap-southeast-2","ap-southeast-3","ap-southeast-5","cn-beijing","cn-chengdu","cn-hangzhou","cn-hongkong","cn-huhehaote","cn-qingdao","cn-shanghai","cn-shenzhen","cn-zhangjiakou","eu-central-1","eu-west-1","me-east-1","us-east-1","us-west-1","cn-hangzhou-finance","cn-shenzhen-finance-1","cn-shanghai-finance-1","cn-north-2-gov-1"],"endpoint_health":[]}

0 comments on commit b0c3487

Please sign in to comment.