Skip to content

Commit

Permalink
去掉产品名称
Browse files Browse the repository at this point in the history
  • Loading branch information
hbh112233abc committed Aug 7, 2020
1 parent 5afb103 commit e5755cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $config = [
'region_id' => 'cn-hangzhou',
'access_key' => 'your aliyun accessKeyId',
'access_secret' => 'your aliyun accessSecret',
'product' => '海迈电子档案平台',
'product' => 'xxx平台',
'actions' => [
'register' => [
'sign_name' => '注册验证',
Expand Down Expand Up @@ -108,7 +108,7 @@ return [
'region_id' => 'cn-hangzhou',
'access_key' => '',
'access_secret' => '',
'product' => '海迈电子档案平台',
'product' => 'xxx平台',
'actions' => [
'register' => [
'sign_name' => '注册验证',
Expand Down
2 changes: 1 addition & 1 deletion src/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'region_id' => 'cn-hangzhou',
'access_key' => 'your aliyun accessKeyId',
'access_secret' => 'your aliyun accessSecret',
'product' => '海迈电子档案平台',
'product' => '产品名称(短信签名)',
'actions' => [
'register' => [
'sign_name' => '注册验证',
Expand Down

0 comments on commit e5755cb

Please sign in to comment.