This commit is contained in:
van
2026-06-03 12:06:53 +08:00
parent de32ec4a93
commit 75f9a61654
3 changed files with 193 additions and 36 deletions

View File

@@ -27,6 +27,14 @@ export function listQuickRecordShopOptions() {
})
}
/** 一键迁移:拆分 model_number 末尾店铺前缀到 model_shop */
export function migrateModelShopSplit() {
return request({
url: '/system/jdorder/migrateModelShop',
method: 'post'
})
}
// JD订单详情
export function getJDOrder(id) {
return request({