Skip to content

Commit

Permalink
增加文件下载的方法&修复metas request_id为str类型导致json解析错误的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jsyzchen committed Jan 16, 2021
1 parent 7856388 commit c65e1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### 使用Go mod
在您的项目中的`go.mod`文件内添加这行代码
```bash
require github.com/jsyzchen/pan v0.0.2
require github.com/jsyzchen/pan v0.0.3
```
并在项目中引入`github.com/jsyzchen/pan`
```go
Expand Down

0 comments on commit c65e1b5

Please sign in to comment.