Skip to content

Commit

Permalink
[UPDATE]更新工具类
Browse files Browse the repository at this point in the history
  • Loading branch information
Exrick committed Apr 20, 2018
1 parent 3fbfc09 commit c834e08
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 65 deletions.
90 changes: 31 additions & 59 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,10 @@ public class QiniuUtil {
/**
* 生成上传凭证,然后准备上传
*/
/*private static String accessKey = "你的ak";
private static String accessKey = "你的ak";
private static String secretKey = "你的sk";
private static String bucket = "你的存储空间,如新建xmall";
private static String origin="你的图片访问前部分链接,如http:https://ow2h3ee9w.bkt.clouddn.com/";*/
private static String accessKey = "_VKlMONYct_cXOibOAOQWukdZjHTd2p7J4NPjKn3";
private static String secretKey = "G4POT7bN4DM5rmirdXCyuPhBAOls2J6WWVKETrEa";
private static String bucket = "rent";
private static String origin="http:https://p77xsahe9.bkt.clouddn.com/";
private static String origin="你的图片访问前部分链接,如http:https://ow2h3ee9w.bkt.clouddn.com/";
private static Auth auth = Auth.create(accessKey, secretKey);


Expand Down

0 comments on commit c834e08

Please sign in to comment.