Feat(云灵AI):送礼逻辑对接
This commit is contained in:
@@ -85,3 +85,7 @@ export function getCountyAiChatList(params) {
|
||||
export function getCountyAiHistoryChatMessage(params) {
|
||||
return request.get('/county-ai/chat/message', params, { login: true })
|
||||
}
|
||||
|
||||
export function getGiftRecommendPrompt(data) {
|
||||
return request.post('/ai/gift-recommend/build-prompt', data, { login: true })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user