This commit is contained in:
雷欧(林平凡)
2025-08-15 18:01:05 +08:00
parent 5f2fbe3412
commit 5508c72442
11 changed files with 916 additions and 174 deletions

10
src/api/system/jdorder.js Normal file
View File

@@ -0,0 +1,10 @@
import request from '@/utils/request'
// 一键转链
export function generatePromotionContent(data) {
return request({
url: '/jarvis/jdorder/generatePromotionContent',
method: 'post',
data: data
})
}