This commit is contained in:
van
2026-03-11 21:26:01 +08:00
parent 9f18f13607
commit 60c921ea28
2 changed files with 226 additions and 0 deletions

View File

@@ -27,3 +27,12 @@ export function generateComplete(data) {
})
}
// 闲鱼文案(手动):根据标题+可选型号生成代下单、教你下单文案
export function generateXianyuWenan(data) {
return request({
url: '/jarvis/social-media/xianyu-wenan/generate',
method: 'post',
data: data
})
}