1
This commit is contained in:
@@ -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",
|
||||
},
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user