feat(mock): initialize project structure and configuration

This commit is contained in:
wkc
2026-03-03 08:59:26 +08:00
parent 20a0ebfbef
commit aa17a14c4e
7 changed files with 248 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"success_response": {
"code": "200",
"data": {
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.mock_token_{project_id}",
"projectId": "{project_id}",
"projectNo": "{project_no}",
"entityName": "{entity_name}",
"analysisType": 0
},
"message": "create.token.success",
"status": "200",
"successResponse": true
}
}