vip功能

This commit is contained in:
liuyuan
2025-02-19 11:50:43 +08:00
parent 0b975c2418
commit 3afba2870e
34 changed files with 793 additions and 2303 deletions

View File

@@ -39,7 +39,8 @@ let $http = new request({
// 'Content-Type': 'application/json;charset=UTF-8',
'Content-Type': 'application/x-www-form-urlencoded',
// 'project_token': base.projectToken, //项目token可删除
}
},
timeout: '15000' // 15秒
});
// 添加获取七牛云token的方法
$http.getQnToken = function (callback) {