Closed jhyvictory closed 7 years ago
https://github.com/thinkjs/think-trace 先凑合看下这个文档
我这么用不是为了方便调试的,而是在错误的时候给用户一个简短提示。
简单设置 error
方法为 err =>{ err.message = 'Service Error'; }
即可。
这样不行,而且我也不想显示错误页面,而是返回json,像2里面的this.fail()
设置 content-type 为 application/json 即可。
https://github.com/thinkjs/think-trace#options 增加了 contentType
参数,用来设置 error 返回的 content-type
当设置为 application/json
的时候则返回 json
结果。
ok
DESC
这是在2中的使用方法
ENV
Platform:
Node.js Version:
ThinkJS Version: