提交 d48e45cf 编写于 作者: VK1688's avatar VK1688

【优化】新版阿里云空间通过代理请求微信公众号API细节处理

上级 a4b8f1c1
......@@ -18,11 +18,11 @@
"cloudfunction-config": {
"concurrency": 1,
"memorySize": 256,
"keepRunningAfterReturn": false,
"path": "",
"timeout": 60,
"triggers": [],
"runtime": "Nodejs12"
"runtime": "Nodejs12",
"keepRunningAfterReturn": false
},
"extensions": {}
}
\ No newline at end of file
## 2.12.7(2022-11-30)
* 1、【优化】新版阿里云空间通过代理请求微信公众号API细节处理
* 完整框架项目地址:`https://ext.dcloud.net.cn/plugin?id=2204`[点击查看](https://ext.dcloud.net.cn/plugin?id=2204)
## 2.12.6(2022-11-24)
* 1、【优化】一些细节
* 完整框架项目地址:`https://ext.dcloud.net.cn/plugin?id=2204`[点击查看](https://ext.dcloud.net.cn/plugin?id=2204)
......
{
"id": "vk-unicloud",
"displayName": "vk-unicloud-router开发框架核心库 - 已集成uni-id 框架内置了众多API。",
"version": "2.12.6",
"version": "2.12.7",
"description": "此为vk-unicloud-router框架核心库(新手建议下载完整框架项目)已集成uni-id支持云函数url化。众多现成API,内置小白也能轻松上手的数据库API。使你项目刚起步进度就是百分之50",
"keywords": [
"vk-unicloud-router",
......
{
"name": "vk-unicloud",
"version": "2.12.5",
"version": "2.12.6",
"description": "【云函数端SDK】VK云函数路由模式uniCloud开发框架,在router目录下执行 npm i vk-unicloud 进行安装和升级",
"main": "index.js",
"homepage": "https://gitee.com/vk-uni/vk-uni-cloud-router.git",
......
......@@ -79,6 +79,7 @@ aliyunOSSUtil.uploadFile = function(obj) {
} else {
// 上传成功
res.fileID = fileNameObj.url;
res.url = fileNameObj.url;
Logger.result = res;
if (typeof obj.success === "function") obj.success(res);
resolve(res);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册