|
@ -279,7 +279,7 @@ async function getThingMessages(ctx){ |
|
|
try{ |
|
|
try{ |
|
|
const {thingIds,device_meta_id,searchVal}=ctx.request.body |
|
|
const {thingIds,device_meta_id,searchVal}=ctx.request.body |
|
|
|
|
|
|
|
|
const res= await ctx.app.fs.craw.post(ApiTable.getThingMessages,{data:{thingIds,device_meta_id}}) |
|
|
const res= await ctx.app.fs.craw.post(ApiTable.getThingMessages,{query:{token:'22767e1f-db8d-4a1d-87d4-56347cf21247'},data:{thingIds,device_meta_id}}) |
|
|
// console.log('xxxxxx',res)
|
|
|
// console.log('xxxxxx',res)
|
|
|
let rslt=[] |
|
|
let rslt=[] |
|
|
if(res){ |
|
|
if(res){ |
|
|