Skip to content

Commit

Permalink
refactor(uniCloud): rename alipay secretId to accessKey
Browse files Browse the repository at this point in the history
  • Loading branch information
Wangyaqi committed Sep 4, 2023
1 parent f49e458 commit b640deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-cli-plugin-uni/lib/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ if (!process.env.UNI_CLOUD_PROVIDER && process.env.UNI_CLOUD_SPACES) {
spaceName: space.name,
spaceId: space.id,
spaceAppId: space.spaceAppId,
secretId: space.secretId,
accessKey: space.accessKey,
secretKey: space.secretKey
}
}
Expand Down

0 comments on commit b640deb

Please sign in to comment.