Browse Source

短地址接口更新

laiguoran 5 years ago
parent
commit
6ac48b980b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/extend/helper.js

+ 1 - 1
app/extend/helper.js

@@ -967,7 +967,7 @@ module.exports = {
     async urlToShort(url) {
         const apiUrl = 'https://api.uomg.com/api/long2dwz';
         const data = {
-            dwzapi: 'tcn',
+            dwzapi: 'mrwso',
             url,
         };
         const result = await this.sendRequest(apiUrl, data, 'get');