Skip to content

Commit 3b33a09

Browse files
author
frogcjn
committed
add callbackFetchKey
1 parent 63c3c0b commit 3b33a09

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
@@ -256,6 +256,7 @@ function PutPolicy2(putPolicyObj) {
256256
this.callbackHost = putPolicyObj.callbackHost || null;
257257
this.callbackBody = putPolicyObj.callbackBody || null;
258258
this.callbackBodyType = putPolicyObj.callbackBodyType || null;
259+
this.callbackFetchKey = putPolicyObj.callbackFetchKey || null;
259260

260261
this.persistentOps = putPolicyObj.persistentOps || null;
261262
this.persistentNotifyUrl = putPolicyObj.persistentNotifyUrl || null;

0 commit comments

Comments
 (0)