feat:apis
This commit is contained in:
parent
2f07977d96
commit
a2ecf7e438
11
src/apis/land.js
Normal file
11
src/apis/land.js
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
import request from '@/utils/axios';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Title: 获取土地信息
|
||||||
|
* https://doc.apipost.net/docs/detail/4516a8efdce0000?target_id=f010812312008&locale=zh-cn
|
||||||
|
*/
|
||||||
|
export function GetLandInfo(code) {
|
||||||
|
return request('/inputGoods/inputView/getData', {
|
||||||
|
method: 'GET',
|
||||||
|
});
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user