Skip to content

Commit

Permalink
Update transfer.go
Browse files Browse the repository at this point in the history
  • Loading branch information
qjfoidnh committed Dec 11, 2024
1 parent 4304fac commit 6fdf803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pcscommand/transfer.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func RunShareTransfer(params []string, opt *baidupcs.TransferOption) {
featuremap["bdstoken"] = tokens["bdstoken"]
featuremap["root"] = "1"
featuremap["share_type"] = "100"
//featuremap["devuid"] = pcs.(pcs.GetBDUSS())
featuremap["devuid"] = "1B2F1B5433FA268A289BD8870EDC7222|0"
featuremap["timestamp"] = strconv.Itoa(int(time.Now().Unix()))
queryShareInfoUrl := pcs.GenerateShareQueryURL("list", featuremap).String()
//metajsonstr := tokens["metajson"]
Expand Down

0 comments on commit 6fdf803

Please sign in to comment.