|
@ -25,7 +25,7 @@ module.exports = function (app, opts) { |
|
|
|
|
|
|
|
|
console.log(1111,data); |
|
|
console.log(1111,data); |
|
|
//获取所有泵站
|
|
|
//获取所有泵站
|
|
|
let structureList = await app.fs.anxinyun.get(`/organizations/${data.orgId}/structures?token=${data.token}`) || [] |
|
|
let structureList = await app.fs.anxinyun.get(`organizations/${data.orgId}/structures?token=${data.token}`) || [] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
console.log('获取所有泵站',structureList); |
|
|
console.log('获取所有泵站',structureList); |
|
|