This commit is contained in:
2025-08-19 01:28:04 +08:00
parent fd220a4038
commit 07c1a23a89
5 changed files with 509 additions and 206 deletions

View File

@@ -18,6 +18,15 @@ export function createProductByPromotion(data) {
})
}
// 上架商品
export function publishProduct(data) {
return request({
url: '/erp/product/publish',
method: 'post',
data
})
}
// 地区下拉
export function getProvinces() {
return request({