基于又拍云 缓存刷新 API 接口 开发。
// 运行前先设置以下参数
private static final String BUCKET_NAME = "服务名称";
private static final String USER_NAME = "操作员名";
private static final String USER_PWD = "操作员密码";
// 要刷新的 URL
// URL 形式:http://ceshi-images.b0.upaiyun.com/100.jpg\nhttp://ceshi-images.b0.upaiyun.com/100.jpg\n
private static String URL = "";
填写以上信息,即可运行。