1.完成ai聊天页面新
This commit is contained in:
@@ -15,9 +15,9 @@ export const getHistory = ({
|
||||
limit
|
||||
};
|
||||
|
||||
// 如果有beforeId参数,添加到请求中
|
||||
// 如果有beforeId参数,添加到请求中(后端参数名为firstId)
|
||||
if (beforeId) {
|
||||
params.beforeId = beforeId;
|
||||
params.firstId = beforeId;
|
||||
}
|
||||
|
||||
return request({
|
||||
|
Reference in New Issue
Block a user