You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.4 KiB
59 lines
1.4 KiB
{
|
|
"timestamp": "2025-11-28T07:49:43.354Z",
|
|
"baseUrl": "http://localhost:3003",
|
|
"testData": {
|
|
"openid": "test_openid_1764316183092",
|
|
"userId": "test_user_id_1764316183092",
|
|
"collaborationid": "supplier",
|
|
"company": "测试供应商公司",
|
|
"province": "北京市",
|
|
"city": "北京市",
|
|
"district": "海淀区",
|
|
"detailedaddress": "中关村科技园区",
|
|
"cooperation": "wholesale",
|
|
"phone": "13800138000",
|
|
"applicationId": "mock_application_id_1764316183154"
|
|
},
|
|
"results": [
|
|
{
|
|
"name": "上传文件",
|
|
"status": "passed",
|
|
"data": "https://example.com/uploaded/test_business_license.jpg"
|
|
},
|
|
{
|
|
"name": "提交入驻申请",
|
|
"status": "passed",
|
|
"data": {
|
|
"success": true,
|
|
"data": {
|
|
"applicationId": "mock_application_id_1764316183154"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "获取入驻状态",
|
|
"status": "passed",
|
|
"data": {
|
|
"success": true,
|
|
"data": {
|
|
"partnerstatus": "underreview",
|
|
"id": "mock_application_id_1764316183154"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "撤回入驻申请",
|
|
"status": "passed",
|
|
"data": {
|
|
"success": true
|
|
}
|
|
},
|
|
{
|
|
"name": "重新提交入驻申请",
|
|
"status": "passed",
|
|
"data": {
|
|
"success": true
|
|
}
|
|
}
|
|
]
|
|
}
|