Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu authored Jan 15, 2018
1 parent 3778977 commit dd53c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ var cos = new COS({
getAuthorization: function (options, callback) {
// 异步获取签名
wx.request({
           url: 'https://example.com/sign',
data: {
           url: 'https://example.com/sign', // 步骤二提供的签名接口
           data: {
Method: params.Method,
Key: params.Key
},
Expand Down

0 comments on commit dd53c88

Please sign in to comment.