소스 검색

短地址接口更新

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