Skip to content

Commit b1e511c

Browse files
committed
add comment for UploadBySelfDefiningParam to upload file with self define params [ci skip]
1 parent c00a3c5 commit b1e511c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

examples/UploadBySelfDefiningParam.java

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@
66
import com.qiniu.util.Auth;
77
import com.qiniu.util.StringMap;
88

9-
9+
/**
10+
* 设置自定义变量上传并接收自定义变量 demo
11+
*
12+
* 上传携带自定义变量参考文档
13+
* https://developer.qiniu.com/kodo/manual/1235/vars#2
14+
*
15+
* 接收自定义变量参考上传策略文档 -- returnBody
16+
* https://developer.qiniu.com/kodo/manual/1206/put-policy
17+
*
18+
* 服务端具体用法实例参考 UploadBySelfDefiningParam.upload()
19+
*/
1020
public class UploadBySelfDefiningParam {
1121

1222
private static final String ACCESS_KEY = "设置好你们自己的AK";

0 commit comments

Comments
 (0)