Skip to content

Commit b631f1b

Browse files
committed
增加提示
1 parent 94d51c3 commit b631f1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/demo-sts-scope.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ var allowScope = function (scope) {
3131
var cos = new COS({
3232
getAuthorization: function (options, callback) {
3333

34+
// TODO 这里根据自己业务需要做好放行判断
3435
if (!allowScope()) {
3536
console.log('deny Scope');
3637
return;

0 commit comments

Comments
 (0)