src/modules/push/controller/app/open.ts
@@ -89,12 +89,12 @@ } @Post('/cameragps', { summary: '原始车载监控上报接口' }) async uploadCameraGps( @Post('/yingshiyun', { summary: '萤石云Webhook上报接口' }) async saveYingshiyunMessage( @Body() body: any ) { const result = await this.pushOpenService.receiveCameraGpsMessage(body); const result = await this.pushOpenService.saveYingshiyunMessage(body); //return this.ok(result); return { "messageId": result }