特易招,招聘小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
158 B

4 months ago
  1. // 配置相关接口
  2. const api = {
  3. // 查看配置信息
  4. getConfig: {
  5. url: '/employ/config/queryConfigList',
  6. method: 'GET',
  7. },
  8. }
  9. export default api