更新
This commit is contained in:
17
api/packageIntegral/orderList.js
Normal file
17
api/packageIntegral/orderList.js
Normal file
@@ -0,0 +1,17 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
export default{
|
||||
getByPageCloudMini(data) {
|
||||
return request({
|
||||
url: `/oil-mall/mallOrderInfo/getByPageCloudMini`,
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
},
|
||||
get(id) {
|
||||
return request({
|
||||
url: `/oil-mall/mallOrderInfo/get/${id}`,
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user