Commit bcef9cbf by Liu

fix: 工具接口

parent 04b4ce6e
...@@ -22,5 +22,5 @@ export function fetchToolList() { ...@@ -22,5 +22,5 @@ export function fetchToolList() {
* toolId: 工具id * toolId: 工具id
*/ */
export function fetchEfficiencyQuestionList(data: any) { export function fetchEfficiencyQuestionList(data: any) {
return http.post('/conversation/api/conversation/mobile/v1/generate_gueston', data) return http.post('/conversation/api/conversation/mobile/v1/generate_question', data)
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment