Skip to content

Commit

Permalink
Update util.go
Browse files Browse the repository at this point in the history
  • Loading branch information
zengge99 authored Jun 17, 2024
1 parent 27edea7 commit 48425fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/quark_share/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func (d *QuarkShare) link(file model.Obj, fid string) (*model.Link, error) {
r, err := d.request("/file/v2/play", http.MethodPost, func(req *resty.Request) {
req.SetHeader("User-Agent", ua).
SetBody(data)
}, &resp)
}, nil)
fmt.Println("获取转码响应", file.GetName(), string(r))
if err != nil {
fmt.Println("获取夸克直链失败", file.GetName(), err)
Expand Down

0 comments on commit 48425fd

Please sign in to comment.