中介新增 修改接口

This commit is contained in:
wkc
2026-01-29 22:03:42 +08:00
parent 1b043fa2d6
commit ac4e02e8c5
214 changed files with 9397 additions and 671 deletions

19
doc/scripts/package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "dpc-intermediary-dialog-tests",
"version": "1.0.0",
"description": "中介黑名单弹窗优化功能测试套件",
"scripts": {
"test": "node test_intermediary_dialog.js",
"test:report": "node test_intermediary_dialog.js > test_report.txt 2>&1"
},
"keywords": [
"中介黑名单",
"弹窗优化",
"功能测试"
],
"author": "System Test",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0"
}
}