This commit is contained in:
2025-10-23 23:28:19 +08:00
parent 399b31e8e0
commit 8c86983ace
2 changed files with 34 additions and 1 deletions

View File

@@ -17,6 +17,15 @@ export function getJDOrder(id) {
})
}
// 更新JD订单
export function updateJDOrder(data) {
return request({
url: '/system/jdorder',
method: 'put',
data: data
})
}
// 一键转链
export function generatePromotionContent(data) {
return request({