Skip to content

Commit

Permalink
Merge pull request #199 from silenceper/develop
Browse files Browse the repository at this point in the history
fix tcb example
  • Loading branch information
silenceper committed Nov 26, 2019
2 parents cafb84d + ab39ec0 commit 08b69d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ wcTcb := wc.GetTcb()
### 举例
#### 触发云函数
```golang
res, err := wcTcb.UploadFile("test-6ku2s", "golang.png")
res, err := wcTcb.InvokeCloudFunction("test-xxxx", "add", `{"a":1,"b":2}`)
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 08b69d9

Please sign in to comment.