浏览代码

短地址接口更新

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');