|
@@ -3,18 +3,18 @@ import { AddQuestionReportDataReq, PageQuestionReportDataReq, QuestionDetailRes,
|
|
import { ApiResponse, PageReq, PageResp } from '../types'
|
|
import { ApiResponse, PageReq, PageResp } from '../types'
|
|
export enum questionApi {
|
|
export enum questionApi {
|
|
/** 新增上报问题 */
|
|
/** 新增上报问题 */
|
|
- ADD_QUESTION_REPORT_DATA = '/ystlbusinessservice/questionReport/addQuestionReportData',
|
|
|
|
|
|
+ ADD_QUESTION_REPORT_DATA = '/questionReport/addQuestionReportData',
|
|
/** 上报问题列表 */
|
|
/** 上报问题列表 */
|
|
- QUESTION_REPORT_LIST = '/ystlbusinessservice/questionReport/pageQuestionReportData',
|
|
|
|
|
|
+ QUESTION_REPORT_LIST = '/questionReport/pageQuestionReportData',
|
|
/** 上报问题详情
|
|
/** 上报问题详情
|
|
* /questionReport/detailsQuestionReportData/{uuid}
|
|
* /questionReport/detailsQuestionReportData/{uuid}
|
|
*/
|
|
*/
|
|
- QUESTION_REPORT_DETAIL = '/ystlbusinessservice/questionReport/detailsQuestionReportData',
|
|
|
|
|
|
+ QUESTION_REPORT_DETAIL = '/questionReport/detailsQuestionReportData',
|
|
/**
|
|
/**
|
|
* 类型查询列表
|
|
* 类型查询列表
|
|
* 1知识库 2投诉 3建议 4问题 5服务
|
|
* 1知识库 2投诉 3建议 4问题 5服务
|
|
*/
|
|
*/
|
|
- QUESTION_TYPE_LIST = '/ystlbusinessservice/bTKnowledgeTypes/getPage',
|
|
|
|
|
|
+ QUESTION_TYPE_LIST = '/bTKnowledgeTypes/getPage',
|
|
}
|
|
}
|
|
|
|
|
|
/** 新增上报问题 */
|
|
/** 新增上报问题 */
|