Skip to content

Commit

Permalink
Generated 2020-08-01 for SmartHosting.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Aug 25, 2020
1 parent 44a660a commit b34c216
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.8.453 - 2020-8-25
- Generated 2020-08-01 for `SmartHosting`.


## 1.8.452 - 2020-8-25
- Add list person visit count API.

Expand Down
2 changes: 1 addition & 1 deletion src/Release.php
Expand Up @@ -16,7 +16,7 @@ class Release
/**
* Version of the SDK
*/
const VERSION = '1.8.452';
const VERSION = '1.8.453';

/**
* @param Event $event
Expand Down
2 changes: 1 addition & 1 deletion src/SmartHosting/V20200801/SmartHostingApiResolver.php
Expand Up @@ -26,7 +26,7 @@ class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
public $method = 'POST';

/** @var string */
public $serviceCode = 'SmartHosting';
public $serviceCode = 'smarthosting';
}

/**
Expand Down

0 comments on commit b34c216

Please sign in to comment.