pathing

Results 15 comments of pathing

+1, 请问这个问题解决了吗

找到问题了,可以用下面方法解决:

在文件:server/controllers/interface.js 中async up(ctx)函数最后(await this.autoAddTag(params);之前)添加一行: params.project_id = interfaceData.project_id

+1 请问这个问题解决了吗

找到问题了,可以用下面方法解决 在文件:server/controllers/interface.js 中async up(ctx)函数最后(await this.autoAddTag(params);之前)添加一行: params.project_id = interfaceData.project_id

Is this available as a public API now?Thanks

Any plans for this? > @pathing #777 was an internal-only change for performance improvements. There is no externally available bulk checking API as of right now