picgo-plugin-smms-user
Advanced tools
Comparing version
{ | ||
"name": "picgo-plugin-smms-user", | ||
"version": "1.0.4", | ||
"description": "SM.MS-用户", | ||
"version": "1.0.5", | ||
"description": "SMMS-用户", | ||
"main": "src/index.js", | ||
@@ -6,0 +6,0 @@ "publishConfig": { |
@@ -5,3 +5,3 @@ module.exports = (ctx) => { | ||
handle, | ||
name: 'SM.MS-用户', | ||
name: 'SM.MS-登录用户', | ||
config: config | ||
@@ -13,6 +13,6 @@ }) | ||
method: 'POST', | ||
url: `https://sm.ms/api/upload`, | ||
url: `https://sm.ms/api/v2/upload`, | ||
headers: { | ||
contentType: 'multipart/form-data', | ||
Authorization: Authorization||undefined, | ||
'Authorization': Authorization||undefined, | ||
}, | ||
@@ -19,0 +19,0 @@ formData: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6910
0.51%