add
wangzhibo
2026-07-17 6e210cdaada04907dd127ce6db5a67f2e6e11f58
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 }