移动端V1.0
This commit is contained in:
10
api/good/lake.js
Normal file
10
api/good/lake.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
|
||||
export function listOwnApply(query) {
|
||||
return request({
|
||||
url: '/comprehensive/lakeapply/listOwnApply',
|
||||
method: 'get',
|
||||
query
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user