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

12 lines
180 B

// 考证咨询
const api = {
// 考证咨询-根据id查询证书详情
queryCertById: {
url: '/employ/examination/queryCertById',
method: 'GET',
},
}
export default api