laiguoran 5 роки тому
батько
коміт
6ac48b980b
1 змінених файлів з 1 додано та 1 видалено
  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');