[我的资产新增已使用列表详情]

This commit is contained in:
2021-09-17 11:31:03 +08:00
parent 43d3210fa5
commit 1635540868
116 changed files with 868 additions and 66673 deletions

View File

@@ -60,7 +60,8 @@ const browsers = (page) => {
url: 'mall/goods/browsers',
method: 'get',
data: {
page:page
page:page,
page_size:20
}
})
}

View File

@@ -13,6 +13,7 @@ const mallWarrants = (data) => {
data: data
})
}
// 我的数权Id获取数权详情
const mallWarrantsList = (symbol) => {
return request({
@@ -23,6 +24,7 @@ const mallWarrantsList = (symbol) => {
}
})
}
// 确认提货
const mallWarrantsSure = (data) => {
return request({
@@ -31,6 +33,7 @@ const mallWarrantsSure = (data) => {
data: data
})
}
// 我的邮寄订单,我的提货单
const mallShipmentsPostShop = (apiUrl,data) => {
return request({
@@ -39,6 +42,7 @@ const mallShipmentsPostShop = (apiUrl,data) => {
data: data
})
}
// 根据提货单的no 获取提货单的详情
const mallShipmentsInfo = (no) => {
return request({
@@ -46,6 +50,7 @@ const mallShipmentsInfo = (no) => {
method: 'GET'
})
}
// 取消提货单
const mallShipmentsCancel = (shipmentNo) => {
return request({
@@ -103,6 +108,7 @@ const mallRefundsInfo = (no) => {
method: 'GET'
})
}
// 确认退货mall/refunds/{refund}/deliver
const mallRefundsDeliver = (data) => {
return request({