特易招,招聘小程序
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
180 B

4 months ago
  1. // 考证咨询
  2. const api = {
  3. // 考证咨询-根据id查询证书详情
  4. queryCertById: {
  5. url: '/employ/examination/queryCertById',
  6. method: 'GET',
  7. },
  8. }
  9. export default api