Merge branch 'xie'

This commit is contained in:
@fawn-nine
2024-06-25 17:07:51 +08:00
9 changed files with 487 additions and 196 deletions

View File

@@ -39,8 +39,10 @@ let $http = new request({
// 'Content-Type': 'application/json;charset=UTF-8',
'Content-Type': 'application/x-www-form-urlencoded',
// 'project_token': base.projectToken, //项目token可删除
}
});
},
// timeout:'360000'
});
// 添加获取七牛云token的方法
$http.getQnToken = function(callback) {
//该地址需要开发者自行配置(每个后台的接口风格都不一样)