分销
This commit is contained in:
11
api/shop/profitLog.js
Normal file
11
api/shop/profitLog.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import http from '@/websoft/api/index.js';
|
||||
// api地址
|
||||
const api = {
|
||||
list: '/shop/profit-log/page',
|
||||
}
|
||||
|
||||
// 商品评价列表
|
||||
export const list = (params, option) => {
|
||||
return http.get(api.list, {params}, option)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user