We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49b721e + 2182d42 commit 09e6376Copy full SHA for 09e6376
Qiniu/RS/Pfop.cs
@@ -80,7 +80,7 @@ public string Do(EntryPath entry, string[] fops, Uri notifyURL,string pipleline,
80
sb.Append(fops[i]);
81
}
82
83
- string body = string.Format("bucket={0}&key={1}&fops={2}¬ifyURL={3}&force={4}&pipeline={5}", entry.Bucket, StringEx.ToUrlEncode(entry.Key), sb.ToString(), notifyURL.ToString(), force, pipleline);
+ string body = string.Format("bucket={0}&key={1}&fops={2}¬ifyURL={3}&force={4}&pipeline={5}", entry.Bucket, StringEx.ToUrlEncode(entry.Key), Qiniu.Util.StringEx.ToUrlEncode(sb.ToString()), notifyURL.ToString(), force, pipleline);
84
CallRet ret = CallWithBinary(Config.API_HOST + "/pfop/", "application/x-www-form-urlencoded",StreamEx.ToStream(body), body.Length);
85
86
if (ret.OK)
0 commit comments