This commit is contained in:
邹宗楠
2025-08-28 18:00:43 +08:00
parent f51dd7226f
commit 8a0dae350b
3 changed files with 31 additions and 2 deletions

View File

@@ -122,3 +122,30 @@ func TestSeparateFallBack(t *testing.T) {
},
})
}
func TestApplyElectronicContractByPeople(t *testing.T) {
api.ApplyElectronicContractByPeople(&ApplyContractByPeople{
OrderNo: "202508281435228400125682",
OrgId: 983931,
ApplyDesc: "确认信息无误",
EcApplyId: 1013456771342118912,
FileData: []ApplyContractFileType{
{
AttachType: "FR_ID_CARD_FRONT",
AttachExtName: "png",
AttachName: "身份证正面.png",
AttachStorePath: "MMS/20250828/172420-865c8f87621149d7890296fa290586a2.png",
}, {
AttachType: "FR_ID_CARD_BEHIND",
AttachExtName: "png",
AttachName: "身份证反面.png",
AttachStorePath: "MMS/20250828/172445-b3394ff727464f309508df942644d89b.png",
}, {
AttachType: "BANK_CARD",
AttachName: "银行卡.jpg",
AttachExtName: "jpg",
AttachStorePath: "MMS/20250828/172508-318661b2a1f347efa0db764565efb45e.jpg",
},
},
})
}