//采样点接口 const config = require("../config") module.exports = { list: { url: config.base_url + "lz_sample/list", type: "post", }, }