mirror of
https://github.com/YMFE/yapi.git
synced 2025-03-31 14:50:26 +08:00
fix: runCaseScript的第三个参数应该是接口id
This commit is contained in:
parent
1af4d10ef7
commit
2f8fdd1372
@ -372,7 +372,7 @@ class openController extends baseController {
|
||||
records: this.records,
|
||||
script: interfaceData.test_script,
|
||||
params: requestParams
|
||||
}, interfaceData.col_id, interfaceData._id, this.getUid());
|
||||
}, interfaceData.col_id, interfaceData.interface_id, this.getUid());
|
||||
if (test.errcode !== 0) {
|
||||
test.data.logs.forEach(item => {
|
||||
validRes.push({
|
||||
|
Loading…
x
Reference in New Issue
Block a user