|
|
|
@ -321,7 +321,7 @@ namespace Shentun.Peis.ThirdBookingPushs |
|
|
|
var fileInputParm = new EncryDataRequstDto |
|
|
|
{ |
|
|
|
SIGN = fileSign, |
|
|
|
ICODE = thirdBookingEnt.ICode |
|
|
|
ICODE = iCode |
|
|
|
}; |
|
|
|
|
|
|
|
var fileResultEncry = await CallBookingFileAppServiceAsync<EncryDataResultDto>(baseApiAddress, fileUploadApiAddress, fileInputParm, fileDataEncrypt, $"{input.PatientRegisterId.ToString()}.pdf"); |
|
|
|
|