问题反馈修改
This commit is contained in:
@@ -94,3 +94,16 @@ export function updateChatStatus(params) {
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 更新反馈状态
|
||||
*/
|
||||
|
||||
export function updateFeedBackStatus(params) {
|
||||
console.log(params);
|
||||
return request({
|
||||
url: '/cs-system-boot/feedback/auditFeedBack',
|
||||
method: 'post',
|
||||
data: params,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user