Files
tk-mini-program/unpackage/dist/build/mp-weixin/components/postFile.js
pengxiaolong c5042d08c3 优化页面
2025-06-09 19:18:38 +08:00

2 lines
422 B
JavaScript

"use strict";const e=new(require("../common/vendor.js").COS)({SecretId:"AKID4KPIyQgjjnkWJzSnwtfHj281tcBZo28v",SecretKey:"kQvMjuscBWgfSCqeHiGfx3vc7PUP7ctx"});exports.uploadFile=function(t){return new Promise(((n,c)=>{e.uploadFile({Bucket:"vv-1317974657",Region:"ap-shanghai",Key:"headerIcon/"+t.name,FilePath:t.path,FileSize:"",SliceSize:2097152,Headers:{"x-cos-meta-test":123}},(function(e,t){e?c(e):n(t.Location)}))}))};