1
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
|
||||
class ShpProfitServer {
|
||||
async report(param) {
|
||||
let res = await window.framework.http.post('/shpProfit/report', param)
|
||||
return res
|
||||
}
|
||||
|
||||
async list(param) {
|
||||
let res = await window.framework.http.post('/shpProfit/list', param)
|
||||
return res
|
||||
}
|
||||
}
|
||||
|
||||
const shpProfitServer = new ShpProfitServer()
|
||||
export default shpProfitServer
|
||||
Reference in New Issue
Block a user