工单小程序2024-11-20
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.
 
 
 

30 lines
486 B

// 配置相关接口
const api = {
// 示例
getConfig: {
url: '/api/getConfig',
method: 'GET',
limit: 500,
},
//配置信息-查询工单状态配置
templateStatusInfo: {
url: '/workorder/config/templateStatusInfo',
method: 'GET',
},
// 配置信息-帮助中心
helpInfo: {
url: '/workorder/config/helpInfo',
method: 'GET',
},
// 配置信息-隐私协议
privacyInfo: {
url: '/workorder/config/privacyInfo',
method: 'GET',
},
}
export default api