Skip to content

Commit a7643ba

Browse files
committed
Merge pull request #153 from NepLiang/addcallbackBodyType
addCallbackBodyType
2 parents 8a488a2 + 40e8534 commit a7643ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qiniu/rs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ function PutPolicy2(putPolicyObj) {
202202
this.callbackUrl = putPolicyObj.callbackUrl || null;
203203
this.callbackHost = putPolicyObj.callbackHost || null;
204204
this.callbackBody = putPolicyObj.callbackBody || null;
205+
this.callbackBodyType = putPolicyObj.callbackBodyType || null;
205206

206207
this.persistentOps = putPolicyObj.persistentOps || null;
207208
this.persistentNotifyUrl = putPolicyObj.persistentNotifyUrl || null;

0 commit comments

Comments
 (0)