实现结果总览详情资产和征信页签
This commit is contained in:
@@ -15,6 +15,7 @@ const source = fs.readFileSync(apiPath, "utf8");
|
||||
"/ccdi/creditInfo/upload",
|
||||
"/ccdi/creditInfo/list",
|
||||
"/ccdi/creditInfo/",
|
||||
"encodeURIComponent(personId)",
|
||||
].forEach((token) => {
|
||||
assert(source.includes(token), `征信维护 API 缺少关键契约: ${token}`);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user