傅行帆 5 years ago
parent
commit
f7b918fe36
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      src/services/apis.js

+ 5
- 0
src/services/apis.js View File

279
       url: `${prefix}/taCompanyList`,
279
       url: `${prefix}/taCompanyList`,
280
       method: 'GET',
280
       method: 'GET',
281
       action: 'channel',
281
       action: 'channel',
282
+    },
283
+    refresh: {
284
+      url: `${prefix}/company/fdd/:id`,
285
+      method: 'GET',
286
+      action: 'channel',
282
     }
287
     }
283
   },
288
   },
284
 
289