(ctx)
| 854 | } |
| 855 | |
| 856 | async runCaseScript(ctx) { |
| 857 | let params = ctx.request.body; |
| 858 | ctx.body = await yapi.commons.runCaseScript(params, params.col_id, params.interface_id, this.getUid()); |
| 859 | } |
| 860 | |
| 861 | // 数组去重 |
| 862 | unique(array, compare) { |
no test coverage detected