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 8a488a2 + 40e8534 commit a7643baCopy full SHA for a7643ba
qiniu/rs.js
@@ -202,6 +202,7 @@ function PutPolicy2(putPolicyObj) {
202
this.callbackUrl = putPolicyObj.callbackUrl || null;
203
this.callbackHost = putPolicyObj.callbackHost || null;
204
this.callbackBody = putPolicyObj.callbackBody || null;
205
+ this.callbackBodyType = putPolicyObj.callbackBodyType || null;
206
207
this.persistentOps = putPolicyObj.persistentOps || null;
208
this.persistentNotifyUrl = putPolicyObj.persistentNotifyUrl || null;
0 commit comments