Browse Source

vcmpAppAuthToken debug

dev
巴林闲侠 2 years ago
parent
commit
dbf3425f50
  1. 2
      api/app/lib/controllers/alarm/video.js

2
api/app/lib/controllers/alarm/video.js

@ -294,7 +294,7 @@ async function vcmpAppAuthToken (ctx) {
ctx.status = 200;
ctx.body = { token }
} catch (error) {
ctx.fs.logger.error(`path: ${ctx.path}, error: error`);
ctx.fs.logger.error(`path: ${ctx.path}, error: ${error}`);
ctx.status = 400;
ctx.body = {
message: typeof error == 'string' ? error : undefined

Loading…
Cancel
Save