From 3a9518a7e33811b8178dda7c4f98412da77f82e2 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Fri, 5 Jul 2024 14:16:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=EF=BC=9A=E6=B3=95=E5=A4=A7?= =?UTF-8?q?=E5=A4=A7=E5=90=88=E5=90=8C=E7=9B=B8=E5=85=B3=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=AF=B9=E6=8E=A5=20=E5=A2=9E=E5=8A=A0=EF=BC=9A=E5=90=88?= =?UTF-8?q?=E5=90=8C=E5=9F=BA=E6=9C=AC=E9=85=8D=E7=BD=AE=E7=AE=A1=E7=90=86?= =?UTF-8?q?=20=E5=A2=9E=E5=8A=A0=EF=BC=9A=E6=B3=95=E5=A4=A7=E5=A4=A7?= =?UTF-8?q?=E5=90=88=E5=90=8C=E6=8E=88=E6=9D=83=E4=BF=A1=E6=81=AF=E5=8F=8A?= =?UTF-8?q?=E5=90=88=E5=90=8C=E7=AD=BE=E7=BD=B2=E4=BF=A1=E6=81=AF=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/dao/common/ContractDao.php | 285 ++++++++++++++ app/common/model/common/Contract.php | 52 +++ .../common/ContractRepository.php | 231 +++++++++++ app/common/services/FaDaDaServices.php | 293 -------------- app/controller/admin/common/Contract.php | 78 ++++ app/controller/api/Common.php | 34 ++ app/controller/api/common/Contract.php | 55 +++ route/admin/marketing.php | 11 +- route/api.php | 13 +- vendor/fadada/fasc-openapi-php-sdk/.gitignore | 38 ++ vendor/fadada/fasc-openapi-php-sdk/README.md | 147 +++++++ .../fasc-openapi-php-sdk/api_config.php | 12 + .../fadada/fasc-openapi-php-sdk/composer.json | 25 ++ .../fasc-openapi-php-sdk/fddEventCallback.php | 59 +++ .../src/FddCloud/bean/message/MessageBase.php | 25 ++ .../approval/ApprovalChangeMessage.php | 218 +++++++++++ .../approval/ApprovalCreateMessage.php | 184 +++++++++ .../archives/PerformanceRemindMessage.php | 101 +++++ .../authorize/CorpAuthorizeMessage.php | 202 ++++++++++ .../CorpCancelAuthorizationMessage.php | 50 +++ .../authorize/UserAuthorizeMessage.php | 149 +++++++ .../UserCancelAuthorizationMessage.php | 50 +++ .../UserFourElementVerifyMessage.php | 141 +++++++ .../UserThreeElementVerifyMessage.php | 122 ++++++ .../bean/message/bill/BillMessage.php | 118 ++++++ .../OrganizationDeptCreateMessage.php | 66 ++++ .../OrganizationDeptDeleteMessage.php | 63 +++ .../OrganizationDeptModifyMessage.php | 66 ++++ .../draft/DraftContractConsultedMessage.php | 110 ++++++ .../draft/DraftContractFinalizeMessage.php | 110 ++++++ .../draft/DraftContractJoinedMessage.php | 111 ++++++ .../entityManage/EntityManageMessage.php | 85 ++++ .../FaceRecognitionMessage.php | 153 ++++++++ .../identity/UserFourElementVerifyMessage.php | 136 +++++++ .../UserThreeElementVerifyMessage.php | 119 ++++++ .../message/member/OrgMemberActiveMessage.php | 63 +++ .../message/member/OrgMemberCreateMessage.php | 65 ++++ .../message/member/OrgMemberDeleteMessage.php | 64 +++ .../member/OrgMemberDisableMessage.php | 64 +++ .../message/member/OrgMemberEnableMessage.php | 64 +++ .../member/OrgMemberModifyDeptMessage.php | 65 ++++ .../member/OrgMemberModifyInfoMessage.php | 65 ++++ ...onalSealAuthorizeFreeSignCancelMessage.php | 83 ++++ ...lSealAuthorizeFreeSignDueCancelMessage.php | 99 +++++ .../PersonalSealAuthorizeFreeSignMessage.php | 98 +++++ .../PersonalSealCreateMessage.php | 81 ++++ .../PersonalSealDeleteMessage.php | 64 +++ .../SealAuthorizeFreeSignCancelMessage.php | 81 ++++ .../SealAuthorizeFreeSignDueCancelMessage.php | 98 +++++ .../seal/SealAuthorizeFreeSignMessage.php | 98 +++++ .../seal/SealAuthorizeMemberCancelMessage.php | 81 ++++ .../seal/SealAuthorizeMemberMessage.php | 81 ++++ .../message/seal/SealCancellationMessage.php | 64 +++ .../bean/message/seal/SealCreateMessage.php | 99 +++++ .../bean/message/seal/SealDeleteMessage.php | 66 ++++ .../bean/message/seal/SealDisableMessage.php | 64 +++ .../bean/message/seal/SealEnableMessage.php | 64 +++ .../message/seal/SealModifyInfoMessage.php | 65 ++++ .../message/seal/SealVerifyCancelMessage.php | 64 +++ .../message/seal/SealVerifyFailedMessage.php | 81 ++++ .../seal/SealVerifySuccessedMessage.php | 82 ++++ .../signTask/SignTaskAbolishMessage.php | 81 ++++ .../signTask/SignTaskCanceledMessage.php | 98 +++++ .../signTask/SignTaskDownloadMessage.php | 63 +++ .../signTask/SignTaskExpireMessage.php | 64 +++ .../signTask/SignTaskExtensionMessage.php | 98 +++++ .../signTask/SignTaskFillRejectedMessage.php | 115 ++++++ .../signTask/SignTaskFilledMessage.php | 97 +++++ .../signTask/SignTaskFinalizeMessage.php | 66 ++++ .../signTask/SignTaskFinishedMessage.php | 64 +++ .../signTask/SignTaskIgnoreMessage.php | 80 ++++ .../signTask/SignTaskJoinFailedMessage.php | 97 +++++ .../signTask/SignTaskJoinedMessage.php | 100 +++++ .../signTask/SignTaskPendingMessage.php | 30 ++ .../message/signTask/SignTaskReadMessage.php | 84 ++++ .../signTask/SignTaskSignFailedMessage.php | 114 ++++++ .../signTask/SignTaskSignRejectedMessage.php | 114 ++++++ .../signTask/SignTaskSignedMessage.php | 114 ++++++ .../message/signTask/SignTaskStartMessage.php | 66 ++++ .../template/TemplateCreateMessage.php | 99 +++++ .../template/TemplateDeleteMessage.php | 81 ++++ .../template/TemplateDisableMessage.php | 80 ++++ .../template/TemplateEnableMessage.php | 81 ++++ .../src/FddCloud/bean/req/Actor.php | 338 ++++++++++++++++ .../src/FddCloud/bean/req/ActorCorp.php | 116 ++++++ .../src/FddCloud/bean/req/ActorUser.php | 62 +++ .../src/FddCloud/bean/req/FddApiReq.php | 9 + .../src/FddCloud/bean/req/Field.php | 366 ++++++++++++++++++ .../src/FddCloud/bean/req/FieldCorpSeal.php | 59 +++ .../src/FddCloud/bean/req/FieldDateSign.php | 42 ++ .../src/FddCloud/bean/req/FieldFillDate.php | 144 +++++++ .../src/FddCloud/bean/req/FieldIdCard.php | 161 ++++++++ .../FddCloud/bean/req/FieldMultiCheckbox.php | 61 +++ .../src/FddCloud/bean/req/FieldMultiRadio.php | 59 +++ .../src/FddCloud/bean/req/FieldNumber.php | 144 +++++++ .../src/FddCloud/bean/req/FieldPersonSign.php | 41 ++ .../src/FddCloud/bean/req/FieldPicture.php | 76 ++++ .../src/FddCloud/bean/req/FieldPosition.php | 132 +++++++ .../src/FddCloud/bean/req/FieldRemarkSign.php | 126 ++++++ .../src/FddCloud/bean/req/FieldSelectBox.php | 161 ++++++++ .../src/FddCloud/bean/req/FieldTable.php | 246 ++++++++++++ .../FddCloud/bean/req/FieldTextMultiLine.php | 144 +++++++ .../FddCloud/bean/req/FieldTextSingleLine.php | 178 +++++++++ .../src/FddCloud/bean/req/Notification.php | 62 +++ .../src/FddCloud/bean/req/OpenId.php | 44 +++ .../src/FddCloud/bean/req/UserInfoExtend.php | 44 +++ .../AppTemplateCreateGetUrlReq.php | 61 +++ .../appTemplate/AppTemplateEditGetUrlReq.php | 42 ++ .../AppTemplatePreviewGetUrlReq.php | 42 ++ .../appField/AppFieldCreateReq.php | 61 +++ .../appField/AppFieldGetListReq.php | 8 + .../appField/AppFieldModifyReq.php | 44 +++ .../appField/AppFieldSetStatusReq.php | 44 +++ .../docTemplate/AppDocTemplateDeleteReq.php | 26 ++ .../docTemplate/AppDocTemplateDetailReq.php | 25 ++ .../AppDocTemplateListFilterInfo.php | 26 ++ .../docTemplate/AppDocTemplateListReq.php | 61 +++ .../AppDocTemplateSetStatusReq.php | 44 +++ .../signTemplate/AppSignTemplateDeleteReq.php | 26 ++ .../signTemplate/AppSignTemplateDetailReq.php | 26 ++ .../AppSignTemplateListFilterInfo.php | 26 ++ .../signTemplate/AppSignTemplateListReq.php | 62 +++ .../AppSignTemplateSetStatusReq.php | 43 ++ .../req/approval/GetApprovalDetailReq.php | 61 +++ .../req/approval/GetApprovalFlowDetailReq.php | 61 +++ .../req/approval/GetApprovalFlowListReq.php | 43 ++ .../req/approval/GetApprovalInfoListReq.php | 93 +++++ .../bean/req/approval/GetApprovalUrlReq.php | 76 ++++ .../req/archives/ArchivesCatalogListReq.php | 40 ++ .../archives/ArchivesContactArchivedReq.php | 141 +++++++ .../archives/ArchivesPerformanceDeleteReq.php | 57 +++ .../archives/ArchivesPerformanceListReq.php | 57 +++ .../archives/ArchivesPerformanceModifyReq.php | 228 +++++++++++ .../FddCloud/bean/req/archives/Attachment.php | 41 ++ .../req/archives/GetArchivedDetailReq.php | 40 ++ .../bean/req/archives/GetArchivedListReq.php | 91 +++++ .../req/archives/GetArchivesManageUrlReq.php | 59 +++ .../FddCloud/bean/req/bill/GetBillListReq.php | 177 +++++++++ .../bean/req/bill/GetBillSummaryListReq.php | 125 ++++++ .../FddCloud/bean/req/bill/GetBillUrlReq.php | 77 ++++ .../bean/req/bill/GetOrderDetailReq.php | 40 ++ .../bean/req/bill/GetUsageAvailablenumReq.php | 40 ++ .../bean/req/bill/GetUsageListReq.php | 57 +++ .../bean/req/callback/GetCallBackListReq.php | 97 +++++ .../src/FddCloud/bean/req/corp/AddCorpReq.php | 45 +++ .../FddCloud/bean/req/corp/AppDevelopInfo.php | 75 ++++ .../bean/req/corp/AppGetOpenIdListReq.php | 76 ++++ .../FddCloud/bean/req/corp/CorpIdentInfo.php | 116 ++++++ .../FddCloud/bean/req/corp/DeleteCorpReq.php | 26 ++ .../FddCloud/bean/req/corp/DisableCorpReq.php | 26 ++ .../FddCloud/bean/req/corp/EnableCorpReq.php | 26 ++ .../bean/req/corp/GetCorpAuthUrlReq.php | 205 ++++++++++ .../req/corp/GetCorpIdentifiedStatusReq.php | 44 +++ .../bean/req/corp/GetCorpIdentityInfoReq.php | 25 ++ .../src/FddCloud/bean/req/corp/GetCorpReq.php | 63 +++ .../bean/req/corp/OperatorInfoExtend.php | 43 ++ .../FddCloud/bean/req/corp/OprIdentInfo.php | 116 ++++++ .../FddCloud/bean/req/corp/UnbindCorpReq.php | 26 ++ .../FddCloud/bean/req/corp/UpdateCorpReq.php | 62 +++ .../bean/req/corpManage/GetManageUrlReq.php | 80 ++++ .../bean/req/corpManage/GetTemplateUrlReq.php | 45 +++ .../src/FddCloud/bean/req/doc/FddFileUrl.php | 80 ++++ .../req/doc/FileGetKeywordPositionsReq.php | 43 ++ .../bean/req/doc/FileGetUploadUrlReq.php | 44 +++ .../FddCloud/bean/req/doc/FileProcessReq.php | 26 ++ .../bean/req/doc/FileUploadByUrlReq.php | 63 +++ .../FddCloud/bean/req/doc/FileUploadReq.php | 98 +++++ .../bean/req/doc/FileVerifySignReq.php | 43 ++ .../FddCloud/bean/req/doc/OfdFileMergeReq.php | 58 +++ .../bean/req/draft/DocFinalizeReq.php | 23 ++ .../bean/req/draft/DraftCreateReq.php | 75 ++++ .../bean/req/draft/DraftMembersAddReq.php | 75 ++++ .../req/draft/GetDraftInitiatedListReq.php | 93 +++++ .../bean/req/draft/GetDraftJoinedListReq.php | 92 +++++ .../FddCloud/bean/req/draft/GetEditUrlReq.php | 91 +++++ .../bean/req/draft/GetFinishedFileReq.php | 23 ++ .../bean/req/draft/GetInviteUrlReq.php | 114 ++++++ .../bean/req/draft/GetManageUrlReq.php | 57 +++ .../FddCloud/bean/req/draft/ListFilter.php | 92 +++++ .../bean/req/eui/AppPageResourceUrlReq.php | 44 +++ .../bean/req/eui/ComposeCorpAuthUrlReq.php | 80 ++++ .../src/FddCloud/bean/req/eui/Resource.php | 62 +++ .../bean/req/eui/TemplateGetManageUrlReq.php | 44 +++ .../bean/req/eui/UserPageResourceUrlReq.php | 63 +++ .../req/ocr/edit/GetCompareResultDataReq.php | 42 ++ .../req/ocr/edit/GetCompareResultUrlReq.php | 43 ++ .../bean/req/ocr/edit/GetCompareUrlReq.php | 61 +++ .../bean/req/ocr/edit/GetExamineDataReq.php | 42 ++ .../req/ocr/edit/GetExamineResultUrlReq.php | 44 +++ .../bean/req/ocr/edit/GetExamineUrlReq.php | 43 ++ .../req/org/CorpChangeIdentityInfoReq.php | 74 ++++ .../req/org/CorpOrganizationManageReq.php | 76 ++++ .../bean/req/org/GetCorpEntityListReq.php | 24 ++ .../req/org/GetCorpEntityManageUrlReq.php | 58 +++ .../org/counterpart/CounterpartListReq.php | 24 ++ .../bean/req/org/department/DeptCreateReq.php | 98 +++++ .../bean/req/org/department/DeptDeleteReq.php | 42 ++ .../req/org/department/DeptGetDetailReq.php | 44 +++ .../req/org/department/DeptGetListReq.php | 44 +++ .../bean/req/org/department/DeptModifyReq.php | 93 +++++ .../bean/req/org/member/EmployeeInfo.php | 98 +++++ .../bean/req/org/member/GetCorpRoleUrlReq.php | 24 ++ .../bean/req/org/member/MemberBaseReq.php | 43 ++ .../bean/req/org/member/MemberCreateReq.php | 47 +++ .../bean/req/org/member/MemberDeleteReq.php | 31 ++ .../req/org/member/MemberGetActiveUrlReq.php | 29 ++ .../req/org/member/MemberGetDetailReq.php | 45 +++ .../bean/req/org/member/MemberGetListReq.php | 66 ++++ .../req/org/member/MemberListFilterInfo.php | 64 +++ .../bean/req/org/member/MemberModifyReq.php | 117 ++++++ .../bean/req/org/member/MemberSetDeptReq.php | 65 ++++ .../req/org/member/MemberSetStatusReq.php | 47 +++ .../bean/req/org/member/OrgListFilterInfo.php | 60 +++ .../seal/CancelPersonalSealFreeSignReq.php | 59 +++ .../bean/req/seal/CancelSealFreeSignReq.php | 61 +++ ...reateLegalRepresentativeSealByImageReq.php | 177 +++++++++ ...teLegalRepresentativeSealByTemplateReq.php | 177 +++++++++ .../req/seal/CreatePersonalSealByImageReq.php | 126 ++++++ .../seal/CreatePersonalSealByTemplateReq.php | 108 ++++++ .../bean/req/seal/CreateSealByImageReq.php | 202 ++++++++++ .../bean/req/seal/CreateSealByTemplateReq.php | 202 ++++++++++ .../bean/req/seal/GetAppointedSealUrlReq.php | 79 ++++ .../req/seal/GetAppointedUserSealListReq.php | 42 ++ .../req/seal/GetPersonalSealCreateUrlReq.php | 79 ++++ .../seal/GetPersonalSealFreeSignUrlReq.php | 95 +++++ .../bean/req/seal/GetPersonalSealListReq.php | 24 ++ .../req/seal/GetPersonalSealManageUrlReq.php | 43 ++ .../bean/req/seal/GetSealCreateUrlReq.php | 132 +++++++ .../bean/req/seal/GetSealDetailReq.php | 42 ++ .../bean/req/seal/GetSealFreeSignUrlReq.php | 114 ++++++ .../bean/req/seal/GetSealGrantUrlReq.php | 96 +++++ .../FddCloud/bean/req/seal/GetSealListReq.php | 60 +++ .../bean/req/seal/GetSealManageUrlReq.php | 59 +++ .../bean/req/seal/GetSealTagListReq.php | 24 ++ .../bean/req/seal/GetSealUserListReq.php | 42 ++ .../bean/req/seal/GetVerifySealListReq.php | 24 ++ .../src/FddCloud/bean/req/seal/MemberInfo.php | 60 +++ .../bean/req/seal/PersonalSealDeleteReq.php | 41 ++ .../FddCloud/bean/req/seal/SealBaseReq.php | 24 ++ .../FddCloud/bean/req/seal/SealDeleteReq.php | 42 ++ .../bean/req/seal/SealGrantCancelReq.php | 60 +++ .../bean/req/seal/SealListFilterInfo.php | 43 ++ .../FddCloud/bean/req/seal/SealModifyReq.php | 78 ++++ .../bean/req/seal/SealSetStatusReq.php | 60 +++ .../bean/req/signTask/AbolishSignTaskReq.php | 296 ++++++++++++++ .../bean/req/signTask/AbolishedInitiator.php | 41 ++ .../bean/req/signTask/ActorAttachInfo.php | 42 ++ .../bean/req/signTask/ActorCorpMember.php | 26 ++ .../bean/req/signTask/ActorGetUrlReq.php | 62 +++ .../bean/req/signTask/ActorIgnoreInfo.php | 40 ++ .../bean/req/signTask/AddActorsReq.php | 27 ++ .../bean/req/signTask/AddAttachInfo.php | 62 +++ .../bean/req/signTask/AddAttachReq.php | 27 ++ .../FddCloud/bean/req/signTask/AddDocInfo.php | 98 +++++ .../FddCloud/bean/req/signTask/AddDocsReq.php | 30 ++ .../bean/req/signTask/AddFieldReq.php | 28 ++ .../src/FddCloud/bean/req/signTask/Attach.php | 62 +++ .../FddCloud/bean/req/signTask/AttachInfo.php | 41 ++ .../bean/req/signTask/BatchDownloadInfo.php | 45 +++ .../FddCloud/bean/req/signTask/BlockReq.php | 28 ++ .../bean/req/signTask/BusinessScene.php | 43 ++ .../bean/req/signTask/BusinessTypeListReq.php | 25 ++ .../bean/req/signTask/CreateActor.php | 80 ++++ .../req/signTask/CreateSignTaskBaseReq.php | 351 +++++++++++++++++ .../bean/req/signTask/CreateSignTaskReq.php | 95 +++++ .../req/signTask/CreateWithTemplateActor.php | 80 ++++ .../req/signTask/CreateWithTemplateReq.php | 30 ++ .../bean/req/signTask/DeleteActorReq.php | 45 +++ .../bean/req/signTask/DeleteAttachReq.php | 27 ++ .../bean/req/signTask/DeleteDocsReq.php | 27 ++ .../bean/req/signTask/DeleteFieldInfo.php | 44 +++ .../bean/req/signTask/DeleteFieldReq.php | 27 ++ .../src/FddCloud/bean/req/signTask/Doc.php | 98 +++++ .../bean/req/signTask/DocFieldFillValue.php | 60 +++ .../bean/req/signTask/DocFieldValue.php | 98 +++++ .../FddCloud/bean/req/signTask/DocInfo.php | 40 ++ .../bean/req/signTask/DownloadFilesReq.php | 90 +++++ .../signTask/EvidenceReportDownloadUrlReq.php | 9 + .../req/signTask/ExtensionSignTaskReq.php | 26 ++ .../src/FddCloud/bean/req/signTask/Fields.php | 44 +++ .../FddCloud/bean/req/signTask/FillField.php | 80 ++++ .../bean/req/signTask/FillFieldValuesReq.php | 27 ++ .../req/signTask/GetActorAudioVideoReq.php | 27 ++ .../bean/req/signTask/GetActorCerInfoReq.php | 24 ++ .../bean/req/signTask/GetBatchSignUrlReq.php | 167 ++++++++ .../bean/req/signTask/GetFacePictureReq.php | 26 ++ .../req/signTask/GetPicDownloadUrlReq.php | 25 ++ .../req/signTask/GetSignTaskEditUrlReq.php | 27 ++ .../req/signTask/GetSignTaskSlicingDocReq.php | 26 ++ .../FddCloud/bean/req/signTask/GetUrlReq.php | 63 +++ .../req/signTask/GetV3ActorSignTaskUrlReq.php | 62 +++ .../bean/req/signTask/ModifyActor.php | 75 ++++ .../bean/req/signTask/ModifyActorReq.php | 43 ++ .../bean/req/signTask/SignConfigInfo.php | 313 +++++++++++++++ .../FddCloud/bean/req/signTask/SignField.php | 96 +++++ .../req/signTask/SignTaskActorRemoveReq.php | 40 ++ .../req/signTask/SignTaskApplyReportReq.php | 59 +++ .../bean/req/signTask/SignTaskBaseReq.php | 44 +++ .../bean/req/signTask/SignTaskCancelReq.php | 27 ++ .../req/signTask/SignTaskCatalogListReq.php | 26 ++ .../signTask/SignTaskDownloadReportReq.php | 24 ++ .../bean/req/signTask/SignTaskGetFileReq.php | 24 ++ .../bean/req/signTask/SignTaskIgnoreReq.php | 26 ++ .../bean/req/signTask/SignTaskListFilter.php | 179 +++++++++ .../req/signTask/SignTaskOwnerListReq.php | 117 ++++++ .../FddCloud/bean/req/signTask/UnblockReq.php | 29 ++ .../FddCloud/bean/req/signTask/Watermark.php | 194 ++++++++++ .../req/template/TemplateCreateGetUrl.php | 80 ++++ .../bean/req/template/TemplateEditGetUrl.php | 62 +++ .../req/template/TemplateManageGetUrl.php | 44 +++ .../req/template/TemplatePreviewGetUrl.php | 61 +++ .../template/corpField/CreateCorpFieldReq.php | 42 ++ .../template/corpField/DeleteCorpFieldReq.php | 44 +++ .../corpField/GetCorpFieldListReq.php | 25 ++ .../docTemplate/CopyCreateDocTemplateReq.php | 79 ++++ .../docTemplate/CreateDocTemplateReq.php | 79 ++++ .../docTemplate/DeleteDocTemplateReq.php | 44 +++ .../docTemplate/DocTemplateDetailReq.php | 46 +++ .../docTemplate/DocTemplateListFilterInfo.php | 26 ++ .../docTemplate/FillValueDocTemplateReq.php | 79 ++++ .../docTemplate/GetDocTemplateListReq.php | 85 ++++ .../docTemplate/SetDocTemplateStatusReq.php | 62 +++ .../signTemplate/DeleteSignTemplateReq.php | 44 +++ .../signTemplate/GetSignTemplateListReq.php | 81 ++++ .../signTemplate/SetSignTemplateStatusReq.php | 61 +++ .../signTemplate/SignTemplateDetailReq.php | 44 +++ .../SignTemplateListFilterInfo.php | 26 ++ .../identity/BankFourElementVerifyReq.php | 79 ++++ .../identity/BankThreeElementVerifyReq.php | 61 +++ .../tool/identity/BusinessInfoQueryReq.php | 43 ++ .../BusinessThreeElementVerifyReq.php | 61 +++ .../identity/GetIdCardImageDownloadUrlReq.php | 26 ++ .../GetUserFourElementVerifyUrlReq.php | 162 ++++++++ .../GetUserThreeElementVerifyUrlReq.php | 151 ++++++++ .../identity/IdCardThreeElementVerifyReq.php | 60 +++ .../identity/IdentityTwoElementVerifyReq.php | 43 ++ .../identity/TelecomThreeElementVerifyReq.php | 61 +++ .../bean/req/tool/ocr/BankCardOcrReq.php | 25 ++ .../bean/req/tool/ocr/BizLicenseOcrReq.php | 25 ++ .../req/tool/ocr/DrivingLicenseOcrReq.php | 43 ++ .../bean/req/tool/ocr/IdCardOcrReq.php | 46 +++ .../req/tool/ocr/MainlandPermitOcrReq.php | 25 ++ .../req/tool/ocr/VehicleLicenseOcrReq.php | 43 ++ .../verify/GetFaceRecognitionStatusReq.php | 41 ++ .../tool/verify/GetFaceRecognitionUrlReq.php | 91 +++++ .../src/FddCloud/bean/req/user/AddUserReq.php | 50 +++ .../FddCloud/bean/req/user/DeleteUserReq.php | 25 ++ .../FddCloud/bean/req/user/DisableUserReq.php | 25 ++ .../FddCloud/bean/req/user/EnableUserReq.php | 25 ++ .../FddCloud/bean/req/user/FreeSignInfo.php | 25 ++ .../bean/req/user/GetUserAuthUrlReq.php | 166 ++++++++ .../bean/req/user/GetUserChangeUrlReq.php | 41 ++ .../bean/req/user/GetUserIdentityInfoReq.php | 25 ++ .../src/FddCloud/bean/req/user/GetUserReq.php | 44 +++ .../FddCloud/bean/req/user/UnbindUserReq.php | 43 ++ .../FddCloud/bean/req/user/UpdateUserReq.php | 62 +++ .../FddCloud/bean/req/user/UserIdentInfo.php | 115 ++++++ .../src/FddCloud/client/AppTemplateClient.php | 122 ++++++ .../src/FddCloud/client/ApprovalClient.php | 53 +++ .../client/ArchivesPerformanceClient.php | 74 ++++ .../src/FddCloud/client/CallbackClient.php | 25 ++ .../src/FddCloud/client/Client.php | 245 ++++++++++++ .../src/FddCloud/client/CorpClient.php | 81 ++++ .../src/FddCloud/client/DocClient.php | 66 ++++ .../src/FddCloud/client/DraftClient.php | 78 ++++ .../src/FddCloud/client/EUIClient.php | 89 +++++ .../src/FddCloud/client/IClient.php | 15 + .../src/FddCloud/client/OCRClient.php | 54 +++ .../src/FddCloud/client/OrgClient.php | 149 +++++++ .../src/FddCloud/client/SealClient.php | 213 ++++++++++ .../src/FddCloud/client/ServiceClient.php | 34 ++ .../src/FddCloud/client/SignTaskClient.php | 340 ++++++++++++++++ .../src/FddCloud/client/TemplateClient.php | 142 +++++++ .../src/FddCloud/client/ToolServiceClient.php | 154 ++++++++ .../src/FddCloud/client/UserClient.php | 65 ++++ .../src/FddCloud/client/VoucherClient.php | 17 + .../src/FddCloud/config.php.dist | 9 + .../src/FddCloud/constants/OpenApiConfig.php | 22 ++ .../constants/OpenApiUrlConstants.php | 345 +++++++++++++++++ .../src/FddCloud/utils/crypt/FddCryptUtil.php | 37 ++ .../fadada/fasc-openapi-php-sdk/testSdk.php | 53 +++ 381 files changed, 28581 insertions(+), 300 deletions(-) create mode 100644 app/common/dao/common/ContractDao.php create mode 100644 app/common/model/common/Contract.php create mode 100644 app/common/repositories/common/ContractRepository.php delete mode 100644 app/common/services/FaDaDaServices.php create mode 100644 app/controller/admin/common/Contract.php create mode 100644 app/controller/api/common/Contract.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/.gitignore create mode 100644 vendor/fadada/fasc-openapi-php-sdk/README.md create mode 100644 vendor/fadada/fasc-openapi-php-sdk/api_config.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/composer.json create mode 100644 vendor/fadada/fasc-openapi-php-sdk/fddEventCallback.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/MessageBase.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/approval/ApprovalChangeMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/approval/ApprovalCreateMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/archives/PerformanceRemindMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/authorize/CorpAuthorizeMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/authorize/CorpCancelAuthorizationMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/authorize/UserAuthorizeMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/authorize/UserCancelAuthorizationMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/authorize/UserFourElementVerifyMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/authorize/UserThreeElementVerifyMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/bill/BillMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/department/OrganizationDeptCreateMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/department/OrganizationDeptDeleteMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/department/OrganizationDeptModifyMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/draft/DraftContractConsultedMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/draft/DraftContractFinalizeMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/draft/DraftContractJoinedMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/entityManage/EntityManageMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/faceRecognition/FaceRecognitionMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/identity/UserFourElementVerifyMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/identity/UserThreeElementVerifyMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberActiveMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberCreateMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberDeleteMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberDisableMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberEnableMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberModifyDeptMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberModifyInfoMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/personalSeal/PersonalSealAuthorizeFreeSignCancelMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/personalSeal/PersonalSealAuthorizeFreeSignDueCancelMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/personalSeal/PersonalSealAuthorizeFreeSignMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/personalSeal/PersonalSealCreateMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/personalSeal/PersonalSealDeleteMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealAuthorizeFreeSignCancelMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealAuthorizeFreeSignDueCancelMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealAuthorizeFreeSignMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealAuthorizeMemberCancelMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealAuthorizeMemberMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealCancellationMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealCreateMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealDeleteMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealDisableMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealEnableMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealModifyInfoMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealVerifyCancelMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealVerifyFailedMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealVerifySuccessedMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskAbolishMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskCanceledMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskDownloadMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskExpireMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskExtensionMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskFillRejectedMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskFilledMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskFinalizeMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskFinishedMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskIgnoreMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskJoinFailedMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskJoinedMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskPendingMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskReadMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskSignFailedMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskSignRejectedMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskSignedMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskStartMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/template/TemplateCreateMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/template/TemplateDeleteMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/template/TemplateDisableMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/template/TemplateEnableMessage.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/Actor.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ActorCorp.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ActorUser.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FddApiReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/Field.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldCorpSeal.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldDateSign.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldFillDate.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldIdCard.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldMultiCheckbox.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldMultiRadio.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldNumber.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldPersonSign.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldPicture.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldPosition.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldRemarkSign.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldSelectBox.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldTable.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldTextMultiLine.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldTextSingleLine.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/Notification.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/OpenId.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/UserInfoExtend.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/AppTemplateCreateGetUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/AppTemplateEditGetUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/AppTemplatePreviewGetUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/appField/AppFieldCreateReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/appField/AppFieldGetListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/appField/AppFieldModifyReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/appField/AppFieldSetStatusReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/docTemplate/AppDocTemplateDeleteReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/docTemplate/AppDocTemplateDetailReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/docTemplate/AppDocTemplateListFilterInfo.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/docTemplate/AppDocTemplateListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/docTemplate/AppDocTemplateSetStatusReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/signTemplate/AppSignTemplateDeleteReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/signTemplate/AppSignTemplateDetailReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/signTemplate/AppSignTemplateListFilterInfo.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/signTemplate/AppSignTemplateListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/signTemplate/AppSignTemplateSetStatusReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/approval/GetApprovalDetailReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/approval/GetApprovalFlowDetailReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/approval/GetApprovalFlowListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/approval/GetApprovalInfoListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/approval/GetApprovalUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/ArchivesCatalogListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/ArchivesContactArchivedReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/ArchivesPerformanceDeleteReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/ArchivesPerformanceListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/ArchivesPerformanceModifyReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/Attachment.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/GetArchivedDetailReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/GetArchivedListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/GetArchivesManageUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/bill/GetBillListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/bill/GetBillSummaryListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/bill/GetBillUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/bill/GetOrderDetailReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/bill/GetUsageAvailablenumReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/bill/GetUsageListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/callback/GetCallBackListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/AddCorpReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/AppDevelopInfo.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/AppGetOpenIdListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/CorpIdentInfo.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/DeleteCorpReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/DisableCorpReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/EnableCorpReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/GetCorpAuthUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/GetCorpIdentifiedStatusReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/GetCorpIdentityInfoReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/GetCorpReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/OperatorInfoExtend.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/OprIdentInfo.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/UnbindCorpReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/UpdateCorpReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corpManage/GetManageUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corpManage/GetTemplateUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FddFileUrl.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FileGetKeywordPositionsReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FileGetUploadUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FileProcessReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FileUploadByUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FileUploadReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FileVerifySignReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/OfdFileMergeReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/DocFinalizeReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/DraftCreateReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/DraftMembersAddReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/GetDraftInitiatedListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/GetDraftJoinedListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/GetEditUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/GetFinishedFileReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/GetInviteUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/GetManageUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/ListFilter.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/eui/AppPageResourceUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/eui/ComposeCorpAuthUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/eui/Resource.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/eui/TemplateGetManageUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/eui/UserPageResourceUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ocr/edit/GetCompareResultDataReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ocr/edit/GetCompareResultUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ocr/edit/GetCompareUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ocr/edit/GetExamineDataReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ocr/edit/GetExamineResultUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ocr/edit/GetExamineUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/CorpChangeIdentityInfoReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/CorpOrganizationManageReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/GetCorpEntityListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/GetCorpEntityManageUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/counterpart/CounterpartListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/department/DeptCreateReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/department/DeptDeleteReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/department/DeptGetDetailReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/department/DeptGetListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/department/DeptModifyReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/EmployeeInfo.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/GetCorpRoleUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberBaseReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberCreateReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberDeleteReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberGetActiveUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberGetDetailReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberGetListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberListFilterInfo.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberModifyReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberSetDeptReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberSetStatusReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/OrgListFilterInfo.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CancelPersonalSealFreeSignReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CancelSealFreeSignReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CreateLegalRepresentativeSealByImageReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CreateLegalRepresentativeSealByTemplateReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CreatePersonalSealByImageReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CreatePersonalSealByTemplateReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CreateSealByImageReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CreateSealByTemplateReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetAppointedSealUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetAppointedUserSealListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetPersonalSealCreateUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetPersonalSealFreeSignUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetPersonalSealListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetPersonalSealManageUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealCreateUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealDetailReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealFreeSignUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealGrantUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealManageUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealTagListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealUserListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetVerifySealListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/MemberInfo.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/PersonalSealDeleteReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/SealBaseReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/SealDeleteReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/SealGrantCancelReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/SealListFilterInfo.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/SealModifyReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/SealSetStatusReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AbolishSignTaskReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AbolishedInitiator.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/ActorAttachInfo.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/ActorCorpMember.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/ActorGetUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/ActorIgnoreInfo.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AddActorsReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AddAttachInfo.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AddAttachReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AddDocInfo.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AddDocsReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AddFieldReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/Attach.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AttachInfo.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/BatchDownloadInfo.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/BlockReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/BusinessScene.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/BusinessTypeListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/CreateActor.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/CreateSignTaskBaseReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/CreateSignTaskReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/CreateWithTemplateActor.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/CreateWithTemplateReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DeleteActorReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DeleteAttachReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DeleteDocsReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DeleteFieldInfo.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DeleteFieldReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/Doc.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DocFieldFillValue.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DocFieldValue.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DocInfo.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DownloadFilesReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/EvidenceReportDownloadUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/ExtensionSignTaskReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/Fields.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/FillField.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/FillFieldValuesReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetActorAudioVideoReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetActorCerInfoReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetBatchSignUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetFacePictureReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetPicDownloadUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetSignTaskEditUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetSignTaskSlicingDocReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetV3ActorSignTaskUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/ModifyActor.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/ModifyActorReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignConfigInfo.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignField.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskActorRemoveReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskApplyReportReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskBaseReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskCancelReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskCatalogListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskDownloadReportReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskGetFileReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskIgnoreReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskListFilter.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskOwnerListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/UnblockReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/Watermark.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/TemplateCreateGetUrl.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/TemplateEditGetUrl.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/TemplateManageGetUrl.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/TemplatePreviewGetUrl.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/corpField/CreateCorpFieldReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/corpField/DeleteCorpFieldReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/corpField/GetCorpFieldListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/CopyCreateDocTemplateReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/CreateDocTemplateReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/DeleteDocTemplateReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/DocTemplateDetailReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/DocTemplateListFilterInfo.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/FillValueDocTemplateReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/GetDocTemplateListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/SetDocTemplateStatusReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/signTemplate/DeleteSignTemplateReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/signTemplate/GetSignTemplateListReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/signTemplate/SetSignTemplateStatusReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/signTemplate/SignTemplateDetailReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/signTemplate/SignTemplateListFilterInfo.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/BankFourElementVerifyReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/BankThreeElementVerifyReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/BusinessInfoQueryReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/BusinessThreeElementVerifyReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/GetIdCardImageDownloadUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/GetUserFourElementVerifyUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/GetUserThreeElementVerifyUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/IdCardThreeElementVerifyReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/IdentityTwoElementVerifyReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/TelecomThreeElementVerifyReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/ocr/BankCardOcrReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/ocr/BizLicenseOcrReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/ocr/DrivingLicenseOcrReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/ocr/IdCardOcrReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/ocr/MainlandPermitOcrReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/ocr/VehicleLicenseOcrReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/verify/GetFaceRecognitionStatusReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/verify/GetFaceRecognitionUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/AddUserReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/DeleteUserReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/DisableUserReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/EnableUserReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/FreeSignInfo.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/GetUserAuthUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/GetUserChangeUrlReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/GetUserIdentityInfoReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/GetUserReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/UnbindUserReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/UpdateUserReq.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/UserIdentInfo.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/AppTemplateClient.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/ApprovalClient.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/ArchivesPerformanceClient.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/CallbackClient.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/Client.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/CorpClient.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/DocClient.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/DraftClient.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/EUIClient.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/IClient.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/OCRClient.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/OrgClient.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/SealClient.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/ServiceClient.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/SignTaskClient.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/TemplateClient.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/ToolServiceClient.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/UserClient.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/VoucherClient.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/config.php.dist create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/constants/OpenApiConfig.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/constants/OpenApiUrlConstants.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/utils/crypt/FddCryptUtil.php create mode 100644 vendor/fadada/fasc-openapi-php-sdk/testSdk.php diff --git a/app/common/dao/common/ContractDao.php b/app/common/dao/common/ContractDao.php new file mode 100644 index 0000000..009963b --- /dev/null +++ b/app/common/dao/common/ContractDao.php @@ -0,0 +1,285 @@ +apiLink = env('fadada.fadada_link', ''); + } + protected function getModel(): string{ + return Contract::class; + } + /** + * Common: 公共搜索查询 + * Author: wu-hui + * Time: 2024/07/04 9:27 + * @param array $params + * @return Contract + */ + public function searchList(array $params){ + return (new Contract()) + ->when(isset($params['id']) && $params['id'] !== '',function($query) use ($params){ + $query->where('id', (int)$params['id']); + }) + ->when(isset($params['uid']) && $params['uid'] !== '',function($query) use ($params){ + $query->where('uid', (int)$params['uid']); + }) + ->when(isset($params['role_type']) && $params['role_type'] !== '',function($query) use ($params){ + $query->where('role_type', (int)$params['role_type']); + }) + ->when(isset($params['role_id']) && $params['role_id'] !== '',function($query) use ($params){ + $query->where('role_id', (int)$params['role_id']); + }) + ->with([ + 'user' => function($query){ + $query->field('uid,nickname,real_name,avatar,phone'); + }, + ]) + ->order('create_time DESC,id DESC') + ->append(['role_type_text']); + } + + + /** + * Common: 法大大 - 发起请求 + * Author: wu-hui + * Time: 2024/07/03 17:12 + * @param array $bizContent + * @param string $apiName + * @return mixed + */ + private function requestApi(array $bizContent = [],string $apiName = ''){ + try { + // 基本设置内容 + $client = $this->requestInit(); + $accessToken = $this->getAccessToken(); + // 发起请求 + $bizContent = json_encode($bizContent); + $result = $client->request($accessToken,$bizContent,$apiName); + return json_decode($result, true); + } catch (\Exception $e) { + // Log::info('法大大 - 错误: ' . $e->getMessage()); + throw new ValidateException('法大大请求失败:' . $e->getMessage()); + } + } + /** + * Common: 法大大 - 获取访问凭证 + * Author: wu-hui + * Time: 2024/07/03 16:47 + * @return mixed|string + */ + private function getAccessToken(){ + $cacheName = 'fadada_access_token'; + $cacheInfo = Cache::get($cacheName); + if($cacheInfo){ + // 未过期 直接获取缓存中的accessToken + + return $cacheInfo['accessToken'] ?? ''; + }else{ + // 请求获取accessToken + $client = $this->requestInit(); + $serviceClient = new ServiceClient($client); + $result = $serviceClient->getAccessToken(); + $result = json_decode($result, true); + if($result['code'] == 100000){ + // 成功 + Cache::set($cacheName, $result['data'],7000); + return $result['data']['accessToken']; + }else{ + // 失败 + throw new ValidateException($result['msg']); + } + } + } + /** + * Common: 法大大 - 配置初始化 + * Author: wu-hui + * Time: 2024/07/03 16:36 + * @return Client + */ + public function requestInit(){ + $millisecond = (string)round(microtime(true) * 1000); + $config = app()->make(ContractRepository::class)->getConfig(); + return new Client($config['appid'],$config['app_secret'],$this->apiLink,$millisecond, false); + } + + + /** + * Common: 法大大 - 接口请求 - 获取个人授权链接 + * Author: wu-hui + * Time: 2024/07/03 17:29 + * @param string $clientUserId + * @param string $redirectMiniAppUrl + * @return mixed + */ + public function getAuthUrl(string $clientUserId,string $redirectMiniAppUrl){ + $bizContent = [ + 'clientUserId' => $clientUserId,// 个人用户在应用中的唯一标识,由集成方自定义,长度最大64个字符。 + 'redirectMiniAppUrl' => $redirectMiniAppUrl + ]; + return $this->requestApi($bizContent, '/user/get-auth-url'); + } + /** + * Common: 法大大 - 接口请求 - 获取个人授权信息 + * Author: wu-hui + * Time: 2024/07/04 10:59 + * @param string $clientUserId + * @return mixed + */ + public function getAuthInfo(string $clientUserId){ + $bizContent = [ + 'clientUserId' => $clientUserId + ]; + + $result = $this->requestApi($bizContent, '/user/get'); + if($result['code'] == 100000){ + $data = $result['data'] ?? []; + // 用户授权范围列表(auth_scope): + // ident_info:授权允许获取个人身份信息 + // seal_info:授权允许获取个人用户的签名资源 + // signtask_init:授权允许代表个人发起签署 + // signtask_info:授权允许获取个人用户的签署任务 + // signtask_file:授权允许获取个人用户的签署文件 + (new Contract())->update([ + 'open_user_id' => $data['openUserId'] ?? '', + 'binding_status' => $data['bindingStatus'] == 'authorized' ? 1 : 0, + 'auth_scope' => implode(',',$data['authScope']), + 'id_ent_status' => $data['identStatus'] == 'identified' ? 1 : 0, + 'available_status' => $data['availableStatus'] == 'enable' ? 1 : 0, + ],['client_user_id' => $clientUserId]); + } + + return $result; + } + /** + * Common: 法大大 - 接口请求 - 创建签署任务(基于签署任务模板) + * Author: wu-hui + * Time: 2024/07/05 9:53 + * @param array $authInfo + */ + public function createWithTemplate(array $authInfo){ + // 配置信息获取 + $config = app()->make(ContractRepository::class)->getConfig(); + $tempInfo = $config['template_list'][$authInfo['role_type']] ?? []; + // 请求body配置 + $bizContent = [ + // 该签署任务的发起方(扣费主体),需检查授权 + 'initiator' => [ + // 主体类型:corp: 企业;person: 个人 + 'idType' => 'corp', + // 主体标识,长度最大64个字符 + // 如果idType为corp:代表应用系统上的企业用户,主体方是openCorpId所指定的企业 + // 如果idType为person:代表应用系统上的个人用户,主体方是openUserId所指定的个人; + 'openId' => $config['open_corp_id'], + ], + // 签署任务主题。长度最大100个字符 + 'signTaskSubject' => $tempInfo['sign_task_subject'], + // 指定签署任务模板ID + 'signTemplateId' => $tempInfo['sign_template_id'], + // 是否自动提交签署任务 + 'autoStart' => true, + // 是否自动定稿填写内容(在有填写参与方时生效) + 'autoFillFinalize' => true, + // 参与方列表 参与方信息 + 'actors' => [ + [ + 'actor' => [ + // 参与方标识。在同一个签署任务中,参与方标识唯一,不允许重复;例如:甲方、乙方、丙方 + 'actorId' => '乙方', + // 参与方主体类型: corp: 企业;person: 个人 + 'actorType' => 'person', + // 参与方具体名称。长度最大128个字符。 + 'actorName' => !empty($authInfo['user']['real_name']) ? $authInfo['user']['real_name'] : $authInfo['user']['nickname'], + // 参与方权限 fill:填写;sign:签署;cc:抄送 + 'permissions' => ['fill','sign'], + // 参与方主体在应用上的OpenId;openCorpId/openUserId + 'actorOpenId' => $authInfo['open_user_id'], + ], + ] + ], + ]; + $result = $this->requestApi($bizContent,'/sign-task/create-with-template'); + if($result['code'] == 100000){ + $data = $result['data'] ?? []; + (new Contract())->update([ + 'sign_task_id' => $data['signTaskId'] ?? '', + 'sign_task_subject' => $tempInfo['sign_task_subject'] ?? '', + 'sign_template_id' => $tempInfo['sign_template_id'] ?? '', + ],['id' => $authInfo['id']]); + }else{ + throw new ValidateException($result['msg']); + } + } + /** + * Common: 法大大 - 接口请求 - 获取参与方签署链接 + * Author: wu-hui + * Time: 2024/07/05 10:04 + * @param array $authInfo + * @return array|mixed + */ + public function actorGetUrl(array $authInfo){ + $redirectMiniAppUrl = "/pages/agent/contract/index?role_type={$authInfo['role_type']}&role_id={$authInfo['role_id']}"; + $bizContent = [ + // 签署任务ID + 'signTaskId' => $authInfo['sign_task_id'], + // 参与方标识。在同一个签署任务中,参与方标识唯一,不允许重复;例如:甲方、乙方、丙方 + 'actorId' => '乙方', + // 应用系统中唯一确定登录用户身份的标识 + 'clientUserId' => $authInfo['client_user_id'], + // 重定向地址,系统判断在非小程序环境下会跳转至该地址。 + // 'redirectUrl' => '', + // 小程序的重定向地址(微信和支付宝) + 'redirectMiniAppUrl' => $redirectMiniAppUrl, + ]; + $result = $this->requestApi($bizContent, '/sign-task/actor/get-url'); + if($result['code'] == 100000){ + return $result['data'] ?? []; + }else{ + throw new ValidateException($result['msg']); + } + } + /** + * Common: 法大大 - 接口请求 - 获取签署文档下载地址 + * Author: wu-hui + * Time: 2024/07/05 14:08 + * @param array $authInfo + * @return array|mixed + */ + public function ownerGetDownloadUrl(array $authInfo){ + $bizContent = [ + // 个人用户在应用中的唯一标识,由集成方自定义,长度最大64个字符。 + 'ownerId' => [ + // 主体类型:corp: 企业;person: 个人 + 'idType' => 'person', + // 主体标识,长度最大64个字符 + // 如果idType为corp:代表应用系统上的企业用户,主体方是openCorpId所指定的企业 + // 如果idType为person:代表应用系统上的个人用户,主体方是openUserId所指定的个人; + 'openId' => $authInfo['open_user_id'], + ], + // 签署任务ID。下载单个任务文档时传此参数,直接返回下载链接。 + 'signTaskId' => $authInfo['sign_task_id'], + ]; + $result = $this->requestApi($bizContent, '/sign-task/owner/get-download-url'); + if($result['code'] == 100000){ + return $result['data'] ?? []; + }else{ + throw new ValidateException($result['msg']); + } + } + + + + +} diff --git a/app/common/model/common/Contract.php b/app/common/model/common/Contract.php new file mode 100644 index 0000000..a808d77 --- /dev/null +++ b/app/common/model/common/Contract.php @@ -0,0 +1,52 @@ +role_type ?? -1; + switch((int)$agentType){ + case 1: return '总部发起人';break; + case 2: return '省公司发起人';break; + case 3: return '省公司外勤';break; + case 4: return '省公司内勤';break; + case 5: return '区县运营商';break; + case 6: return '区县合伙人';break; + case 7: return '餐厅';break; + case 8: return '配送商';break; + case 9: return '总部外勤';break; + case 10: return '总部内勤';break; + case 11: return '烟酒店代销商';break; + } + + return ''; + } + + + + public function user(){ + return $this->hasOne(User::class, 'uid', 'uid'); + } + + + + + + +} diff --git a/app/common/repositories/common/ContractRepository.php b/app/common/repositories/common/ContractRepository.php new file mode 100644 index 0000000..561d279 --- /dev/null +++ b/app/common/repositories/common/ContractRepository.php @@ -0,0 +1,231 @@ +dao = $dao; + $this->prefix = env('fadada.fadada_prefix', 'wmbtonly'); + } + /** + * Common: 公共查询模型 + * Author: wu-hui + * Time: 2024/07/04 9:30 + * @param $search + * @return \app\common\model\common\Contract + */ + public function getSearchModel($search){ + return $this->dao->searchList($search); + } + /** + * Common: 获取信息列表 + * Author: wu-hui + * Time: 2024/07/05 11:46 + * @param array $params + * @param int $page + * @param int $limit + * @return array + * @throws \think\db\exception\DataNotFoundException + * @throws \think\db\exception\DbException + * @throws \think\db\exception\ModelNotFoundException + */ + public function getList(array $params,int $page,int $limit):array{ + $query = $this->dao->searchList($params); + $count = $query->count(); + $list = $query->page($page,$limit)->select()->toArray(); + + return compact('count','list'); + } + + + /** + * Common: 增加合同基本信息 + * Author: wu-hui + * Time: 2024/07/04 10:33 + * @param int $uid + * @param int $roleType + * @param int $roleId + * @return int|string + */ + public function addBaseInfo(int $uid,int $roleType,int $roleId){ + $clientUserId = $this->getOnlyKey((int)$uid,(int)$roleType,(int)$roleId); + return Contract::insertGetId([ + 'uid' => $uid, + 'role_type' => $roleType, + 'role_id' => $roleId, + 'client_user_id' => $clientUserId + ]); + } + /** + * Common: 生成用户唯一key + * Author: wu-hui + * Time: 2024/07/04 15:20 + * @param int $uid + * @param int $roleType + * @param int $roleId + * @return string + */ + private function getOnlyKey(int $uid,int $roleType,int $roleId):string{ + return $this->prefix.'uid'.$uid.'type'.$roleType.'id'.$roleId; + } + /** + * Common: 配置获取 + * Author: wu-hui + * Time: 2024/07/04 17:38 + * @return mixed + */ + public function getConfig(){ + $config = systemConfig([ + 'appid', + 'app_secret', + 'open_corp_id', + 'template_list', + ]); + // 信息处理 + $config['template_list'] = $config['template_list'] ? (array)$config['template_list'] : []; + // 模板处理 + $templateList = [ + // 运营中心相关合同 + '1' => ['title' => '总部发起人','sign_task_subject' => '','sign_template_id' => ''], + '2' => ['title' => '省公司发起人','sign_task_subject' => '','sign_template_id' => ''], + '3' => ['title' => '省公司外勤','sign_task_subject' => '','sign_template_id' => ''], + '4' => ['title' => '省公司内勤','sign_task_subject' => '','sign_template_id' => ''], + '5' => ['title' => '区县运营商','sign_task_subject' => '','sign_template_id' => ''], + '6' => ['title' => '区县合伙人','sign_task_subject' => '','sign_template_id' => ''], + '7' => ['title' => '餐厅','sign_task_subject' => '','sign_template_id' => ''], + '8' => ['title' => '配送商','sign_task_subject' => '','sign_template_id' => ''], + '9' => ['title' => '总部外勤','sign_task_subject' => '','sign_template_id' => ''], + '10' => ['title' => '总部内勤','sign_task_subject' => '','sign_template_id' => ''], + '11' => ['title' => '烟酒店代销商','sign_task_subject' => '','sign_template_id' => ''], + ]; + foreach($templateList as $tempKey => $tempItem){ + $config['template_list'][$tempKey] = (array)$config['template_list'][$tempKey] ?? $tempItem; + } + + return $config; + } + + /** + * Common: 获取授权信息 + * Author: wu-hui + * Time: 2024/07/04 11:50 + * @param int $uid + * @param int $roleType + * @param int $roleId + * @return array + */ + public function getAuthInfo(int $uid,int $roleType,int $roleId){ + // 获取授权信息 + $info = $this->getSearchModel(['uid' => $uid,'role_type' => $roleType,'role_id' => $roleId])->findOrEmpty()->toArray(); + // 信息不存在 增加签约基本信息 + if(!$info){ + $id = $this->addBaseInfo($uid, $roleType, $roleId); + $info = $this->getSearchModel(['id' => $id])->findOrEmpty()->toArray(); + } + // 判断:根据信息内容进行对应的操作 + if($info['binding_status'] == 0){ + // 信息不存在 增加签约基本信息 并且返回签约链接信息 + $redirectMiniAppUrl = "/pages/agent/contract/index?role_type={$roleType}&role_id={$roleId}"; + $authUrlInfo = $this->dao->getAuthUrl((string)$info['client_user_id'],(string)$redirectMiniAppUrl); + if($authUrlInfo['code'] == 100000){ + $authUrlData = $authUrlInfo['data'] ?? []; + $info['authShortUrl'] = $authUrlData['authShortUrl'] ?? ''; + $info['authUrl'] = $authUrlData['authUrl'] ?? ''; + }else if($authUrlInfo['code'] == 210002){ + $this->dao->getAuthInfo((string)$info['client_user_id']); + $info = $this->getSearchModel(['id' => $info['id']])->findOrEmpty()->toArray(); + } + } + + return $info; + } + /** + * Common: 获取合同签署信息 + * Author: wu-hui + * Time: 2024/07/05 10:05 + * @param $id + * @return array + */ + public function getSignInfo($id){ + // 获取授权信息 + $authInfo = $this->getSearchModel(['id' => $id])->findOrEmpty()->toArray(); + if(!$authInfo) throw new ValidateException('授权信息不存在!'); + // 不存在签署任务 创建签署任务并且保存任务id + if(!$authInfo['sign_task_id']){ + $this->dao->createWithTemplate((array)$authInfo); + $authInfo = $this->getSearchModel(['id' => $id])->findOrEmpty()->toArray(); + } + // 获取参与方签署链接 + $actorUrlInfo = $this->dao->actorGetUrl((array)$authInfo); + return array_merge($authInfo,$actorUrlInfo); + } + /** + * Common: 获取合同下载地址 + * Author: wu-hui + * Time: 2024/07/05 14:10 + * @param $id + * @return array|mixed + */ + public function getDownloadInfo($id){ + $authInfo = $this->getSearchModel(['id' => $id])->findOrEmpty()->toArray(); + return $this->dao->ownerGetDownloadUrl((array)$authInfo); + } + + + /** + * Common: 异步通知 - 个人授权 + * Author: wu-hui + * Time: 2024/07/04 14:39 + * @param $bizContent + */ + public function notifyUserAuthorize($bizContent){ + $authResult = $bizContent['authResult'] ?? ''; + if($authResult == 'success'){ + (new Contract())->update([ + 'open_user_id' => $bizContent['openUserId'] ?? '', + 'auth_scope' => implode(',',$bizContent['authScope']), + 'available_status' => $bizContent['availableStatus'] == 'enable' ? 1 : 0, + ],['client_user_id' => $bizContent['clientUserId']]); + } + } + /** + * Common: 异步通知 - 拒绝签署合同 + * Author: wu-hui + * Time: 2024/07/05 10:39 + * @param $bizContent + */ + public function notifySignTaskFillRejected($bizContent){ + if($bizContent['actorId'] == '乙方'){ + (new Contract())->update([ + 'sign_status' => 2, + 'rejected_reason' => $bizContent['fillRejectReason'] + ],['sign_task_id' => $bizContent['signTaskId']]); + } + } + /** + * Common: 异步通知 - 合同签署成功 + * Author: wu-hui + * Time: 2024/07/05 11:09 + * @param $bizContent + */ + public function notifySignTaskSigned($bizContent){ + if($bizContent['actorId'] == '乙方'){ + (new Contract())->update([ + 'sign_status' => 1, + ],['sign_task_id' => $bizContent['signTaskId']]); + } + } + + + + +} diff --git a/app/common/services/FaDaDaServices.php b/app/common/services/FaDaDaServices.php deleted file mode 100644 index a76884d..0000000 --- a/app/common/services/FaDaDaServices.php +++ /dev/null @@ -1,293 +0,0 @@ - $this->appid, - 'X-FASC-Sign-Type' => 'HMAC-SHA256', - 'X-FASC-Timestamp' => $millisecond, - 'X-FASC-Nonce' => '1719570699896n667e910bdab4e',//uniqid($millisecond.'n'), - 'X-FASC-Api-SubVersion' => '5.1', - // 'bizContent' => $bizContent ? json_encode($bizContent) : '', - ]; - $header = [ - 'Content-Type:application/x-www-form-urlencoded', - 'Cache-Control:no-cache', - 'Pragma:no-cache', - // 文档要求信息 - 'X-FASC-App-Id:'.$signData['X-FASC-App-Id'], - 'X-FASC-Sign-Type:'.$signData['X-FASC-Sign-Type'], - 'X-FASC-Timestamp:'.$signData['X-FASC-Timestamp'], - 'X-FASC-Nonce:'.$signData['X-FASC-Nonce'], - 'X-FASC-Api-SubVersion:'.$signData['X-FASC-Api-SubVersion'] - ]; - // 根据请求类型 使用不同的header信息 - if($requestType == 'access_token') { - $header[] = 'X-FASC-Grant-Type:client_credential'; - $signData['X-FASC-Grant-Type'] = 'client_credential'; - } - else { - $accessToken = $this->getAccessToken(); - $header[] = 'X-FASC-AccessToken:'.$accessToken; - $signData['X-FASC-AccessToken'] = $accessToken; - } - // 获取签名 - $header[] = 'X-FASC-Sign:'.$this->getSign($signData, $millisecond); - // 发起请求 - $result = curlPost($this->apiLink.$apiName, [],30, $header); - - - - debug($result); - - return $result; - } catch (\Exception $e) { - // Log::info('法大大 - 错误: ' . $e->getMessage()); - throw new ValidateException('法大大请求失败:' . $e->getMessage()); - } - } - // 获取签名 - private function getSign($data, $millisecond){ - // 对排序后的参数字符串计算摘要,sha256Hex - krsort($data); - $signStr = ''; - foreach($data as $key => $value){ - if(!empty($value) && $value != '') $signStr .= $key . '=' . $value . '&'; - } - $signText = hash('sha256', $signStr); - - - - - debug([$signText,$data,$millisecond]); - - - $secretSigning = hash_hmac('sha256', $this->appSecret, $millisecond, true); - - - - // 用时间戳计算临时签名密钥 - // $secretSigning = hash_hmac('sha256', $millisecond, mb_convert_encoding($this->appSecret, 'UTF-8')); - // $signature = strtolower(bin2hex(hash_hmac('sha256', $signText, $secretSigning))); - - - return strtolower(bin2hex(hash_hmac('sha256', $secretSigning, $signText, TRUE))); - - -// // 对排序后的参数字符串计算摘要,sha256Hex -// String signText = sha256Hex(paramToSignStr); -// // 用时间戳计算临时签名密钥 -// byte[] secretSigning = hmac256((appSecret).getBytes(UTF8), timestamp); -// // 计算参数签名并统一转换成小写 -// String signature = DatatypeConverter.printHexBinary(hmac256(secretSigning, signText)).toLowerCase(); - - - - - - - - return $signature; - } - // 获取访问凭证 - private function getAccessToken(){ - $result = $this->requestApi([],'/service/get-access-token', 'access_token'); - - - debug(['access_token' => $result]); - - // debug("获取访问凭证"); - - return ''; - } - - - - - // 获取个人授权链接 - public function getAuthUrl(){ - $bizContent = [ - // 个人用户在应用中的唯一标识,由集成方自定义,长度最大64个字符。 - 'clientUserId' => '', - ]; - $result = $this->requestApi($bizContent); - - - - debug([ - '获取个人授权链接', - '请求信息'=>$bizContent, - '返回结果'=>$result, - ]); - - - } - // 创建签署任务(基于签署任务模板) - public function createWithTemplate(){ - $bizContent = [ - // 该签署任务的发起方(扣费主体),需检查授权 - 'initiator' => [ - // 主体类型:corp: 企业;person: 个人 - 'idType' => '', - // 主体标识,长度最大64个字符 - // 如果idType为corp:代表应用系统上的企业用户,主体方是openCorpId所指定的企业 - // 如果idType为person:代表应用系统上的个人用户,主体方是openUserId所指定的个人; - 'openId' => '', - ], - // 签署任务主题。长度最大100个字符 - 'signTaskSubject' => '', - // 指定签署任务模板ID - 'signTemplateId' => '', - // 是否自动提交签署任务 - 'autoStart' => true, - // 是否自动定稿填写内容(在有填写参与方时生效) - 'autoFillFinalize' => true, - // 参与方列表 参与方信息 - 'actors' => [ - [ - 'actor' => [ - // 参与方标识。在同一个签署任务中,参与方标识唯一,不允许重复;例如:甲方、乙方、丙方 - 'actorId' => '', - // 参与方主体类型: corp: 企业;person: 个人 - 'actorType' => '', - // 参与方具体名称。长度最大128个字符。 - 'actorName' => '', - // 参与方权限 fill:填写;sign:签署;cc:抄送 - 'permissions' => ['fill','sign'], - // 参与方主体在应用上的OpenId;openCorpId/openUserId - 'actorOpenId' => '', - ], - ] - ], - ]; - - - - - $result = $this->requestApi($bizContent); - - - - debug([ - '创建签署任务(基于签署任务模板)', - '请求信息'=>$bizContent, - '返回结果'=>$result, - ]); - } - // 获取参与方签署链接 - public function actorGetUrl(){ - $bizContent = [ - // 签署任务ID - 'signTaskId' => '', - // 参与方标识。在同一个签署任务中,参与方标识唯一,不允许重复;例如:甲方、乙方、丙方 - 'actorId' => '', - // 应用系统中唯一确定登录用户身份的标识 - 'clientUserId' => '', - // 重定向地址,系统判断在非小程序环境下会跳转至该地址。 - // 'redirectUrl' => '', - // 小程序的重定向地址(微信和支付宝) - 'redirectMiniAppUrl' => '', - ]; - - - $result = $this->requestApi($bizContent); - debug([ - '获取参与方签署链接', - '请求信息'=>$bizContent, - '返回结果'=>$result, - ]); - - } - // 查询签署任务列表 - public function ownerGetList(){ - $bizContent = [ - // 签署任务发起方或参与方主体 - 'ownerId' => [ - // 主体类型:corp: 企业;person: 个人 - 'idType' => '', - // 主体标识,长度最大64个字符 - // 如果idType为corp:代表应用系统上的企业用户,主体方是openCorpId所指定的企业 - // 如果idType为person:代表应用系统上的个人用户,主体方是openUserId所指定的个人; - 'openId' => '', - ], - // 指定第几页,如果不传默从第一页返回。页码从1开始,即首页为1。 - 'listPageNo' => '', - // 指定每页多少条数据,如果不传默认为100,单页最大100 - 'listPageSize' => '', - ]; - - - $result = $this->requestApi($bizContent); - debug([ - '查询签署任务列表', - '请求信息'=>$bizContent, - '返回结果'=>$result, - ]); - } - // 查询签署任务详情 - public function ownerGetDetail(){ - $bizContent = [ - // 个人用户在应用中的唯一标识,由集成方自定义,长度最大64个字符。 - 'signTaskId' => '', - ]; - - $result = $this->requestApi($bizContent); - debug([ - '查询签署任务详情', - '请求信息'=>$bizContent, - '返回结果'=>$result, - ]); - } - // 获取签署文档下载地址 - public function ownerGetDownloadUrl(){ - $bizContent = [ - // 个人用户在应用中的唯一标识,由集成方自定义,长度最大64个字符。 - 'ownerId' => [ - // 主体类型:corp: 企业;person: 个人 - 'idType' => '', - // 主体标识,长度最大64个字符 - // 如果idType为corp:代表应用系统上的企业用户,主体方是openCorpId所指定的企业 - // 如果idType为person:代表应用系统上的个人用户,主体方是openUserId所指定的个人; - 'openId' => '', - ], - // 签署任务ID。下载单个任务文档时传此参数,直接返回下载链接。 - 'signTaskId' => '', - ]; - - - - - $result = $this->requestApi($bizContent); - debug([ - '获取签署文档下载地址', - '请求信息'=>$bizContent, - '返回结果'=>$result, - ]); - } - - - - - - // 测试 - public function test(){ - - - $this->requestApi([]); - } - -} diff --git a/app/controller/admin/common/Contract.php b/app/controller/admin/common/Contract.php new file mode 100644 index 0000000..f8f2730 --- /dev/null +++ b/app/controller/admin/common/Contract.php @@ -0,0 +1,78 @@ +repository = $repository; + } + /** + * Common: 获取授权及签署列表 + * Author: wu-hui + * Time: 2024/07/05 11:45 + * @return mixed + * @throws \think\db\exception\DataNotFoundException + * @throws \think\db\exception\DbException + * @throws \think\db\exception\ModelNotFoundException + */ + public function getList(){ + [$page, $limit] = $this->getPage(); + $params = $this->request->params(['title']); + $data = $this->repository->getList((array)$params,(int)$page,(int)$limit); + + return app('json')->success($data); + } + /** + * Common: 配置信息 - 修改 + * Author: wu-hui + * Time: 2024/07/04 17:35 + * @return mixed + */ + public function setConfig(){ + $config = $this->request->params([ + ['appid', ''], + ['app_secret', ''], + ['open_corp_id', ''], + ['template_list', []], + ]); + // 保存信息 + $cid = app()->make(ConfigClassifyRepository::class)->getConfigClassifyKeyById('contract_config', '法大大合同配置'); + if (!$cid) return app('json')->fail('保存失败'); + app()->make(ConfigValueRepository::class)->setFormData($config,$this->request->merId()); + return app('json')->success('保存成功'); + } + /** + * Common: 配置获取 + * Author: wu-hui + * Time: 2024/07/04 17:38 + * @return mixed + */ + public function getConfig(){ + $config = $this->repository->getConfig(); + + return app('json')->success($config); + } + /** + * Common: 获取合同下载信息 + * Author: wu-hui + * Time: 2024/07/05 14:11 + * @param $id + * @return mixed + */ + public function downloadInfo($id){ + $result = $this->repository->getDownloadInfo($id); + + return app('json')->success($result); + } + + +} diff --git a/app/controller/api/Common.php b/app/controller/api/Common.php index 48f016d..960af4e 100644 --- a/app/controller/api/Common.php +++ b/app/controller/api/Common.php @@ -6,6 +6,7 @@ namespace app\controller\api; +use app\common\repositories\common\ContractRepository; use app\common\repositories\delivery\DeliveryOrderRepository; use app\common\repositories\store\product\ProductAssistSetRepository; use app\common\repositories\store\product\ProductGroupBuyingRepository; @@ -656,7 +657,40 @@ class Common extends BaseController Log::info('汇付天下 - 支付回调 - 失败:' . var_export([$e->getMessage(), $e->getFile() . ':' . $e->getLine()], true)); } } + /** + * Common: 法大大 异步通知 + * Author: wu-hui + * Time: 2024/07/04 16:22 + */ + public function notifyFaDaDa(){ + try { + // 参数获取 + $params = $this->request->post(); + $bizContent = $params['bizContent'] ?? []; + $bizContent = json_decode($bizContent, true) ?? []; + $notifyEvent = (string)request()->header('X-FASC-Event'); + // Log::info('法大大 - 异步通知:'.var_export(['header'=>$notifyEvent,'bizContent'=>$bizContent],TRUE)); + // 根据类型和结果进行对应的操作 + switch($notifyEvent){ + // 个人授权异步通知 + case 'user-authorize': + app()->make(ContractRepository::class)->notifyUserAuthorize($bizContent); + break; + // 合同拒绝签署通知 + case 'sign-task-fill-rejected': + app()->make(ContractRepository::class)->notifySignTaskFillRejected($bizContent); + break; + // 合同签署成功 + case 'sign-task-signed': + app()->make(ContractRepository::class)->notifySignTaskSigned($bizContent); + break; + } + return app('json')->success('success'); + } catch (Exception $e) { + Log::info('法大大 - 异步通知 - 失败:' . var_export([$e->getMessage(), $e->getFile() . ':' . $e->getLine()], true)); + } + } diff --git a/app/controller/api/common/Contract.php b/app/controller/api/common/Contract.php new file mode 100644 index 0000000..27a6f4f --- /dev/null +++ b/app/controller/api/common/Contract.php @@ -0,0 +1,55 @@ +repository = $contractRepository; + } + /** + * Common: 法大大 - 获取授权信息 + * Author: wu-hui + * Time: 2024/07/04 10:55 + * @return mixed + */ + public function authInfo(){ + $params = $this->request->params([ + ['role_type', 0], + ['role_id', 0] + ]); + $uid = $this->request->uid(); + $info = $this->repository->getAuthInfo((int)$uid,(int)$params['role_type'],(int)$params['role_id']); + + return app('json')->success($info); + } + /** + * Common: 法大大 - 获取合同签署信息 + * Author: wu-hui + * Time: 2024/07/05 10:06 + * @return mixed + */ + public function getSignInfo(){ + $id = $this->request->param('id', 0); + $info = $this->repository->getSignInfo((int)$id); + + return app('json')->success($info); + } + +} diff --git a/route/admin/marketing.php b/route/admin/marketing.php index d24dbdf..5622428 100644 --- a/route/admin/marketing.php +++ b/route/admin/marketing.php @@ -519,10 +519,6 @@ Route::group(function () { Route::get('delivery_mer','Delivery/merList'); Route::post('delivery_order_allocation','Delivery/orderAllocation'); - - - - })->prefix('admin.marketing.agent.'); // 活动相关 Route::group('marketing/activity', function () { @@ -563,7 +559,14 @@ Route::group(function () { '_path' => '/marketing/agent/list', '_auth' => true, ]); + // 合同管理 + Route::group('common/contract', function () { + Route::get('list','getList')->name('systemMarketingContractList'); + Route::get('get_config','getConfig')->name('systemMarketingContractConfigGet'); + Route::post('set_config','setConfig')->name('systemMarketingContractConfigSet'); + Route::get('download/:id','downloadInfo')->name('systemMarketingContractDownloadInfo'); + })->prefix('admin.common.Contract/'); diff --git a/route/api.php b/route/api.php index 1a87942..8a8abf6 100644 --- a/route/api.php +++ b/route/api.php @@ -413,9 +413,6 @@ Route::group('api/', function () { // 兑换码 Route::get('vipExchangeCodeInfo', '/vipExchangeCodeInfo'); Route::post('vipExchangeCodePayment', '/vipExchangeCodePayment'); - - - })->prefix('api.user.Svip'); // 运营中心 - 公共 Route::group('agent', function () { @@ -495,10 +492,18 @@ Route::group('api/', function () { Route::get('mer_list', 'merList'); })->prefix('api.store.merchant.Shareholder/'); + // 合同-法大大签约 + Route::group('contract', function () { + Route::get('auth_info', 'authInfo');// 获取个人授权信息 + Route::get('get_sign_info', 'getSignInfo');// 获取合同签署信息 + + })->prefix('api.common.Contract/'); + + })->middleware(UserTokenMiddleware::class, true); //非强制登录 Route::group(function () { @@ -722,6 +727,8 @@ Route::group('api/', function () { Route::any('getVersion', 'api.Common/getVersion')->name('getVersion'); // 汇付天下支付回调 Route::any('notify/hui_fu_tian_xia', 'api.Common/notifyHuiFu')->name('notifyHuiFu'); + // 法大大异步通知 + Route::any('notify/fadada', 'api.Common/notifyFaDaDa')->name('notifyFaDaDa'); //城市列表 diff --git a/vendor/fadada/fasc-openapi-php-sdk/.gitignore b/vendor/fadada/fasc-openapi-php-sdk/.gitignore new file mode 100644 index 0000000..9967a39 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/.gitignore @@ -0,0 +1,38 @@ +**/target/ +/logs +!.mvn/wrapper/maven-wrapper.jar +node_modules +/vendor/ +/test + +##前端打包生成文件需要忽略## +web/portal-h5/app +web/portal/portal +**/web/portal/config/* +web/admin/dist +web/api/api +package-lock.json + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr + +### NetBeans ### +/nbproject/private/ +/build/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +/target/ \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/README.md b/vendor/fadada/fasc-openapi-php-sdk/README.md new file mode 100644 index 0000000..1d82891 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/README.md @@ -0,0 +1,147 @@ +# FASC OpenApi SDK v5.1 for PHP说明 + +# 简介 + +欢迎使用法大大开发者工具套件(SDK),PHP SDK 是法大大电子合同和电子签云服务开放平台(FASC OPEN API)的配套工具。 + + + +# 版本说明 + +FASC.openAPI 产品目前存在两个子版本号:v5.0、v5.1, 均在持续迭代维护。 + +当前页面SDK基于FASC.openAPI v5.1子版本开发,如需使用FASC.openAPI v5.0版本SDK,请访问: + +https://gitee.com/fadada-cloud/fasc-openapi-php-sdk/tree/v5.0 + + + + +## 目录结构 + +- SDK项目层级 +```php +fasc-openapi-php-sdk + - src + - FddCloud + - bean //里面放的是所有API的对象参数 + - message //里面放的是所有事件回调的对象参数 + - req //里面放的是所有接口请求的对象参数 + - constants //里面放的是接口url地址和应用的配置信息 + - client //对应接口各个模块的client,接入方可以参考下面用例初始化client后调用 + - utils //里面是封装好工具类,接入方开发人员可以参考 + +``` +- SDK 目前支持以下模块,对应 client 可支持具体的业务方法: + +| 模块 | 模块中文名 | 模块说明 | +|---------------------------|-----------|-----------------------------| +| GetService | 服务访问凭证 | 获取服务访问凭证 | +| UserClient | 个人认证授权管理 | 包含个人用户认证、授权操作 | +| CorpClient | 企业认证授权管理 | 包含企业用户认证、授权操作 | +| OrgClient | 组织管理 | 包含部门、成员、相对方管理 | +| SealClient | 印章管理 | 包含企业印章、个人签名管理 | +| TemplateClient | 模板管理 | 包含模板、文档 增删改及自定义控件管理 | +| AppTemplateClient | 应用模板管理 | 包含应用的模板、文档 增删改及自定义控件管理 | +| DocClient | 文档处理 | 包含文件上传、文件处理、OFD文件追加、文档验签等 | +| SignTaskClient | 签署任务 | 包含签署任务创建、签署、任务查询、任务控制 | +| EUIClient | 计费管理 | 包含计费链接的获取 | +| ApprovalClient | 审批管理 | 包含审批流程、审批单据的查询和审批链接的获取 | +| DraftClient | 合同起草 | 包含发起合同协商、协商邀请、协商管理、合同定稿相关功能 | +| ArchivesPerformanceClient | 合同归档 | 包含合同归档、合同履约相关功能 | +| OCRClient | 智能审查和智能比对 | 包含智能审查和智能比对 | +| ToolServiceClient | 工具能力服务 | 包含信息比对校验、证照OCR、个人身份核验相关工具能力 | +| CallbackClient | 回调管理 | 包含智能审查和智能比对 | + + +## 安装 + +推荐使用 `composer` 进行安装。可以使用 composer.json 声明依赖,或者运行下面的命令。SDK 包已经放到这里 [`fadada/fasc-openapi-php-sdk`](https://packagist.org/packages/fadada/fasc-openapi-php-sdk) 。 + +```bash +$ composer require fadada/fasc-openapi-php-sdk +``` + +## 依赖环境 + +PHP 7.0.10 版本及以上 + +## 使用方法 +```php + /** 引入自动加载 */ + require_once __DIR__ . '/../vendor/fadada/fasc-openapi-php-sdk/autoload.php'; + +``` + +## 调用示例 +- 读取应用APP_ID的全局配置文件 + ```php + use FddCloud\constants\OpenApiConfig; + + /**读取配置文件**/ + $apiConfigFile = 'api_config.php'; + $openApiConfig = new OpenApiConfig($apiConfigFile); + $app_id = $openApiConfig->getConfig()['app_id']; + $app_secret = $openApiConfig->getConfig()['app_secret']; + $service_url = $openApiConfig->getConfig()['service_url']; + $time_out = $openApiConfig->getConfig()['time_out']; + $debug = $openApiConfig->getConfig()['debug']; + ``` + +- 接入方初始化一个client,比如调用账号相关,通过client来发起请求。 + ```php + use FddCloud\client\Client; + + $client = new Client( + $app_id,$app_secret,$service_url,$time_out,$debug + ); + ``` +- 接入方获取accessToken + ```php + /** 获取accessToken */ + $serviceClient = new ServiceClient($client); + $response = $serviceClient->getAccessToken(); + print_r($response . "\n"); + $res = json_decode($response); + ``` + +- 获取个人用户授权接口示例 + +```php + use FddCloud\bean\req\user\GetUserAuthUrlReq; + + /**获取userClient**/ + $userClient = new UserClient($client); + + $getUserAuthUrlReq = new GetUserAuthUrlReq(); + # 个人用户在应用中的唯一标识,长度最大64个字符 + $getUserAuthUrlReq->setClientUserId(""); + # 个人用户的法大大帐号,仅限手机号或邮箱,长度最大30个字符。如该手机号或邮箱未注册法大大,则用户会以此作为注册账号 + $getUserAuthUrlReq->setAccountName(""); + $getUserAuthUrlReq->setNonEditableInfo($nonEditableInfo); + $authScope = ["ident_info", "seal_info", "signtask_init", "signtask_info", "signtask_file","file_storage"]; + $getUserAuthUrlReq->setAuthScopes($authScope); + # 重定向地址,即用户在返回的页面上完成操作后重定向跳转到该地址,并且附带上参数。该地址是应用系统的地址,以实现用户交互在应用系统和法大大平台之间的连贯性。长度最大500个字符 + $getUserAuthUrlReq->setRedirectUrl(urlencode("https://www.163.com/")); + # 小程序的重定向地址(微信和支付宝),长度最大1000个字符。 + # 使用场景:小程序中集成该页面,操作完成后跳转地址为小程序原生页面路径,如"/pages/index/index",系统判断在小程序环境会跳转至该地址。 + # 注:需要进行编码,若非原生页面路径请使用redirectUrl字段 + $getUserAuthUrlReq->setRedirectMiniAppUrl(""); + $response = $client->getUserAuthUrl($accessToken, $getUserAuthUrlReq); + print_r($response . "\n"); +``` + + + +## 版本更新日志 + +https://dev.fadada.com/updata-log/ + + + +## 参考 + +FASC OpenAPI (服务端) 接口文档 v5.1 + +https://dev.fadada.com/api-doc/ALGPB7Z1FD/TA0WHTSXQYL0NQRB/5-1 + diff --git a/vendor/fadada/fasc-openapi-php-sdk/api_config.php b/vendor/fadada/fasc-openapi-php-sdk/api_config.php new file mode 100644 index 0000000..674d2f1 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/api_config.php @@ -0,0 +1,12 @@ + 'https://api.fadada.com/api/v5/', + 'app_id' => 'Please replace with your app_id', + 'app_secret' => 'Please replace with your app_secret', + 'debug' => false, + 'time_out' => 60 +]; + + + diff --git a/vendor/fadada/fasc-openapi-php-sdk/composer.json b/vendor/fadada/fasc-openapi-php-sdk/composer.json new file mode 100644 index 0000000..2baf633 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/composer.json @@ -0,0 +1,25 @@ +{ + "name": "fadada/fasc-openapi-php-sdk", + "version": "5.4.4.0510", + "description": "Fadada Agreement & Signature Cloud API PHP-SDK", + "type": "library", + "keywords": ["FASC","fadada","php","sdk","fdd"], + "homepage": "https://dev.fadada.com/api-sdk/YDRPIGLMHK/KPR2Z8LX64IET9Y9", + "authors": [ + { + "name": "Jiahao Li", + "email": "lijiahao@fadada.com" + } + ], + "license": "MIT", + "require": { + "php": ">=7.0.10", + "ext-curl": "*", + "ext-json": "*", + "ext-iconv": "*" + }, + "autoload": { + "psr-4": {"FddCloud\\": "src/FddCloud"} + }, + "minimum-stability": "stable" +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/fddEventCallback.php b/vendor/fadada/fasc-openapi-php-sdk/fddEventCallback.php new file mode 100644 index 0000000..57ec206 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/fddEventCallback.php @@ -0,0 +1,59 @@ +getConfig()['app_secret']; +header('Content-Type: application/x-www-form-urlencoded'); + +$headers = getallheaders(); + +//获取请求头参数 +$appId = $headers["X-FASC-App-Id"]; +$signType = $headers["X-FASC-Sign-Type"]; +$sign_in = $headers["X-FASC-Sign"]; +$timestamp = $headers["X-FASC-Timestamp"]; +//事件名称,开发者可以根据不同事件名称去解析bizContent的值,实现不同的逻辑 +$event = $headers["X-FASC-Event"]; +$nonce = $headers["X-FASC-Nonce"]; + +$data = file_get_contents('php://input'); + +parse_str($data, $post_data); + +$bizContent = $post_data['bizContent']; + +//组装需要去计算签名的参数 +$values = array(); +$values['X-FASC-App-Id'] = $appId; +$values['X-FASC-Timestamp'] = $timestamp; +$values['X-FASC-Sign-Type'] = $signType; +$values['X-FASC-Nonce'] = $nonce; +$values['X-FASC-Event'] = $event; +$values['bizContent'] = $bizContent; + +//计算签名值 +$fddCryptUtil= new FddCryptUtil(); + +$sign_out = $fddCryptUtil->signature($timestamp,$app_secret,$values); +print_r($sign_out."\n"); +if($sign_in == $sign_out){ + echo 'success'; +}else{ + echo 'is fail success'; +} + + + + +?> + + diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/MessageBase.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/MessageBase.php new file mode 100644 index 0000000..4b6f991 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/MessageBase.php @@ -0,0 +1,25 @@ +eventTime; + } + + /** + * @param mixed $eventTime + */ + public function setEventTime($eventTime) + { + $this->eventTime = $eventTime; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/approval/ApprovalChangeMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/approval/ApprovalChangeMessage.php new file mode 100644 index 0000000..ac93f20 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/approval/ApprovalChangeMessage.php @@ -0,0 +1,218 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getApprovalType() + { + return $this->approvalType; + } + + /** + * @param mixed $approvalType + */ + public function setApprovalType($approvalType) + { + $this->approvalType = $approvalType; + } + + /** + * @return mixed + */ + public function getTemplateId() + { + return $this->templateId; + } + + /** + * @param mixed $templateId + */ + public function setTemplateId($templateId) + { + $this->templateId = $templateId; + } + + /** + * @return mixed + */ + public function getSignTaskId() + { + return $this->signTaskId; + } + + /** + * @param mixed $signTaskId + */ + public function setSignTaskId($signTaskId) + { + $this->signTaskId = $signTaskId; + } + + /** + * @return mixed + */ + public function getApprovalId() + { + return $this->approvalId; + } + + /** + * @param mixed $approvalId + */ + public function setApprovalId($approvalId) + { + $this->approvalId = $approvalId; + } + + /** + * @return mixed + */ + public function getApprovalStatus() + { + return $this->approvalStatus; + } + + /** + * @param mixed $approvalStatus + */ + public function setApprovalStatus($approvalStatus) + { + $this->approvalStatus = $approvalStatus; + } + + /** + * @return mixed + */ + public function getOprMemberId() + { + return $this->oprMemberId; + } + + /** + * @param mixed $oprMemberId + */ + public function setOprMemberId($oprMemberId) + { + $this->oprMemberId = $oprMemberId; + } + + /** + * @return mixed + */ + public function getOprMemberName() + { + return $this->oprMemberName; + } + + /** + * @param mixed $oprMemberName + */ + public function setOprMemberName($oprMemberName) + { + $this->oprMemberName = $oprMemberName; + } + + /** + * @return mixed + */ + public function getApproverStatus() + { + return $this->approverStatus; + } + + /** + * @param mixed $approverStatus + */ + public function setApproverStatus($approverStatus) + { + $this->approverStatus = $approverStatus; + } + + /** + * @return mixed + */ + public function getNote() + { + return $this->note; + } + + /** + * @param mixed $note + */ + public function setNote($note) + { + $this->note = $note; + } + + /** + * @return mixed + */ + public function getNextNodeMemberIds() + { + return $this->nextNodeMemberIds; + } + + /** + * @param mixed $nextNodeMemberIds + */ + public function setNextNodeMemberIds($nextNodeMemberIds) + { + $this->nextNodeMemberIds = $nextNodeMemberIds; + } + + /** + * @return mixed + */ + public function getClientUserId() + { + return $this->clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/approval/ApprovalCreateMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/approval/ApprovalCreateMessage.php new file mode 100644 index 0000000..9c2758a --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/approval/ApprovalCreateMessage.php @@ -0,0 +1,184 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getApprovalType() + { + return $this->approvalType; + } + + /** + * @param mixed $approvalType + */ + public function setApprovalType($approvalType) + { + $this->approvalType = $approvalType; + } + + /** + * @return mixed + */ + public function getTemplateId() + { + return $this->templateId; + } + + /** + * @param mixed $templateId + */ + public function setTemplateId($templateId) + { + $this->templateId = $templateId; + } + + /** + * @return mixed + */ + public function getSignTaskId() + { + return $this->signTaskId; + } + + /** + * @param mixed $signTaskId + */ + public function setSignTaskId($signTaskId) + { + $this->signTaskId = $signTaskId; + } + + /** + * @return mixed + */ + public function getApprovalId() + { + return $this->approvalId; + } + + /** + * @param mixed $approvalId + */ + public function setApprovalId($approvalId) + { + $this->approvalId = $approvalId; + } + + /** + * @return mixed + */ + public function getApprovalStatus() + { + return $this->approvalStatus; + } + + /** + * @param mixed $approvalStatus + */ + public function setApprovalStatus($approvalStatus) + { + $this->approvalStatus = $approvalStatus; + } + + /** + * @return mixed + */ + public function getOprMemberId() + { + return $this->oprMemberId; + } + + /** + * @param mixed $oprMemberId + */ + public function setOprMemberId($oprMemberId) + { + $this->oprMemberId = $oprMemberId; + } + + /** + * @return mixed + */ + public function getOprMemberName() + { + return $this->oprMemberName; + } + + /** + * @param mixed $oprMemberName + */ + public function setOprMemberName($oprMemberName) + { + $this->oprMemberName = $oprMemberName; + } + + /** + * @return mixed + */ + public function getNextNodeMemberIds() + { + return $this->nextNodeMemberIds; + } + + /** + * @param mixed $nextNodeMemberIds + */ + public function setNextNodeMemberIds($nextNodeMemberIds) + { + $this->nextNodeMemberIds = $nextNodeMemberIds; + } + + /** + * @return mixed + */ + public function getClientUserId() + { + return $this->clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/archives/PerformanceRemindMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/archives/PerformanceRemindMessage.php new file mode 100644 index 0000000..25e23d5 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/archives/PerformanceRemindMessage.php @@ -0,0 +1,101 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getArchivesId() + { + return $this->archivesId; + } + + /** + * @param mixed $archivesId + */ + public function setArchivesId($archivesId) + { + $this->archivesId = $archivesId; + } + + /** + * @return mixed + */ + public function getPerformanceId() + { + return $this->performanceId; + } + + /** + * @param mixed $performanceId + */ + public function setPerformanceId($performanceId) + { + $this->performanceId = $performanceId; + } + + /** + * @return mixed + */ + public function getPerformanceType() + { + return $this->performanceType; + } + + /** + * @param mixed $performanceType + */ + public function setPerformanceType($performanceType) + { + $this->performanceType = $performanceType; + } + + /** + * @return mixed + */ + public function getReminder() + { + return $this->reminder; + } + + /** + * @param mixed $reminder + */ + public function setReminder($reminder) + { + $this->reminder = $reminder; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/authorize/CorpAuthorizeMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/authorize/CorpAuthorizeMessage.php new file mode 100644 index 0000000..de310e1 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/authorize/CorpAuthorizeMessage.php @@ -0,0 +1,202 @@ +clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + + /** + * @return mixed + */ + public function getOpenCorpId() + { + return $this->openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getExistClientCorpId() + { + return $this->existClientCorpId; + } + + /** + * @param mixed $existClientCorpId + */ + public function setExistClientCorpId($existClientCorpId) + { + $this->existClientCorpId = $existClientCorpId; + } + + /** + * @return mixed + */ + public function getExistOpenCorpId() + { + return $this->existOpenCorpId; + } + + /** + * @param mixed $existOpenCorpId + */ + public function setExistOpenCorpId($existOpenCorpId) + { + $this->existOpenCorpId = $existOpenCorpId; + } + + /** + * @return mixed + */ + public function getAuthResult() + { + return $this->authResult; + } + + /** + * @param mixed $authResult + */ + public function setAuthResult($authResult) + { + $this->authResult = $authResult; + } + + /** + * @return mixed + */ + public function getAuthFailedReason() + { + return $this->authFailedReason; + } + + /** + * @param mixed $authFailedReason + */ + public function setAuthFailedReason($authFailedReason) + { + $this->authFailedReason = $authFailedReason; + } + + /** + * @return mixed + */ + public function getAuthScope() + { + return $this->authScope; + } + + /** + * @param mixed $authScope + */ + public function setAuthScope($authScope) + { + $this->authScope = $authScope; + } + + /** + * @return mixed + */ + public function getCorpIdentProcessStatus() + { + return $this->corpIdentProcessStatus; + } + + /** + * @param mixed $corpIdentProcessStatus + */ + public function setCorpIdentProcessStatus($corpIdentProcessStatus) + { + $this->corpIdentProcessStatus = $corpIdentProcessStatus; + } + + /** + * @return mixed + */ + public function getCorpIdentFailedReason() + { + return $this->corpIdentFailedReason; + } + + /** + * @param mixed $corpIdentFailedReason + */ + public function setCorpIdentFailedReason($corpIdentFailedReason) + { + $this->corpIdentFailedReason = $corpIdentFailedReason; + } + + /** + * @return mixed + */ + public function getCorpIdentMethod() + { + return $this->corpIdentMethod; + } + + /** + * @param mixed $corpIdentMethod + */ + public function setCorpIdentMethod($corpIdentMethod) + { + $this->corpIdentMethod = $corpIdentMethod; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/authorize/CorpCancelAuthorizationMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/authorize/CorpCancelAuthorizationMessage.php new file mode 100644 index 0000000..8a93c48 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/authorize/CorpCancelAuthorizationMessage.php @@ -0,0 +1,50 @@ +clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getOpenCorpId() + { + return $this->openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/authorize/UserAuthorizeMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/authorize/UserAuthorizeMessage.php new file mode 100644 index 0000000..464200e --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/authorize/UserAuthorizeMessage.php @@ -0,0 +1,149 @@ +clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getOpenUserId() + { + return $this->openUserId; + } + + /** + * @param mixed $openUserId + */ + public function setOpenUserId($openUserId) + { + $this->openUserId = $openUserId; + } + + /** + * @return mixed + */ + public function getAuthResult() + { + return $this->authResult; + } + + /** + * @param mixed $authResult + */ + public function setAuthResult($authResult) + { + $this->authResult = $authResult; + } + + /** + * @return mixed + */ + public function getAuthFailedReason() + { + return $this->authFailedReason; + } + + /** + * @param mixed $authFailedReason + */ + public function setAuthFailedReason($authFailedReason) + { + $this->authFailedReason = $authFailedReason; + } + + /** + * @return mixed + */ + public function getAuthScope() + { + return $this->authScope; + } + + /** + * @param mixed $authScope + */ + public function setAuthScope($authScope) + { + $this->authScope = $authScope; + } + + /** + * @return mixed + */ + public function getIdentProcessStatus() + { + return $this->identProcessStatus; + } + + /** + * @param mixed $identProcessStatus + */ + public function setIdentProcessStatus($identProcessStatus) + { + $this->identProcessStatus = $identProcessStatus; + } + + /** + * @return mixed + */ + public function getIdentFailedReason() + { + return $this->identFailedReason; + } + + /** + * @param mixed $identFailedReason + */ + public function setIdentFailedReason($identFailedReason) + { + $this->identFailedReason = $identFailedReason; + } + + /** + * @return mixed + */ + public function getIdentMethod() + { + return $this->identMethod; + } + + /** + * @param mixed $identMethod + */ + public function setIdentMethod($identMethod) + { + $this->identMethod = $identMethod; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/authorize/UserCancelAuthorizationMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/authorize/UserCancelAuthorizationMessage.php new file mode 100644 index 0000000..30ee35a --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/authorize/UserCancelAuthorizationMessage.php @@ -0,0 +1,50 @@ +clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getOpenUserId() + { + return $this->openUserId; + } + + /** + * @param mixed $openUserId + */ + public function setOpenUserId($openUserId) + { + $this->openUserId = $openUserId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/authorize/UserFourElementVerifyMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/authorize/UserFourElementVerifyMessage.php new file mode 100644 index 0000000..c7b2a86 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/authorize/UserFourElementVerifyMessage.php @@ -0,0 +1,141 @@ +clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getVerifyResult() + { + return $this->verifyResult; + } + + /** + * @param mixed $verifyResult + */ + public function setVerifyResult($verifyResult) + { + $this->verifyResult = $verifyResult; + } + + /** + * @return mixed + */ + public function getUserName() + { + return $this->userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getUserIdentNo() + { + return $this->userIdentNo; + } + + /** + * @param mixed $userIdentNo + */ + public function setUserIdentNo($userIdentNo) + { + $this->userIdentNo = $userIdentNo; + } + + /** + * @return mixed + */ + public function getBankAccountNo() + { + return $this->bankAccountNo; + } + + /** + * @param mixed $bankAccountNo + */ + public function setBankAccountNo($bankAccountNo) + { + $this->bankAccountNo = $bankAccountNo; + } + + /** + * @return mixed + */ + public function getMobile() + { + return $this->mobile; + } + + /** + * @param mixed $mobile + */ + public function setMobile($mobile) + { + $this->mobile = $mobile; + } + + /** + * @return mixed + */ + public function getVerifyId() + { + return $this->verifyId; + } + + /** + * @param mixed $verifyId + */ + public function setVerifyId($verifyId) + { + $this->verifyId = $verifyId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/authorize/UserThreeElementVerifyMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/authorize/UserThreeElementVerifyMessage.php new file mode 100644 index 0000000..c55b0f9 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/authorize/UserThreeElementVerifyMessage.php @@ -0,0 +1,122 @@ +clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getVerifyResult() + { + return $this->verifyResult; + } + + /** + * @param mixed $verifyResult + */ + public function setVerifyResult($verifyResult) + { + $this->verifyResult = $verifyResult; + } + + /** + * @return mixed + */ + public function getUserName() + { + return $this->userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getUserIdentNo() + { + return $this->userIdentNo; + } + + /** + * @param mixed $userIdentNo + */ + public function setUserIdentNo($userIdentNo) + { + $this->userIdentNo = $userIdentNo; + } + + /** + * @return mixed + */ + public function getMobile() + { + return $this->mobile; + } + + /** + * @param mixed $mobile + */ + public function setMobile($mobile) + { + $this->mobile = $mobile; + } + + /** + * @return mixed + */ + public function getVerifyId() + { + return $this->verifyId; + } + + /** + * @param mixed $verifyId + */ + public function setVerifyId($verifyId) + { + $this->verifyId = $verifyId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/bill/BillMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/bill/BillMessage.php new file mode 100644 index 0000000..2f63474 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/bill/BillMessage.php @@ -0,0 +1,118 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getOrderNumber() + { + return $this->orderNumber; + } + + /** + * @param mixed $orderNumber + */ + public function setOrderNumber($orderNumber) + { + $this->orderNumber = $orderNumber; + } + + /** + * @return mixed + */ + public function getIdType() + { + return $this->idType; + } + + /** + * @param mixed $idType + */ + public function setIdType($idType) + { + $this->idType = $idType; + } + + /** + * @return mixed + */ + public function getOpenId() + { + return $this->openId; + } + + /** + * @param mixed $openId + */ + public function setOpenId($openId) + { + $this->openId = $openId; + } + + /** + * @return mixed + */ + public function getClientId() + { + return $this->clientId; + } + + /** + * @param mixed $clientId + */ + public function setClientId($clientId) + { + $this->clientId = $clientId; + } + + /** + * @return mixed + */ + public function getUserName() + { + return $this->userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/department/OrganizationDeptCreateMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/department/OrganizationDeptCreateMessage.php new file mode 100644 index 0000000..0acb3ec --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/department/OrganizationDeptCreateMessage.php @@ -0,0 +1,66 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getDeptId() + { + return $this->deptId; + } + + /** + * @param mixed $deptId + */ + public function setDeptId($deptId) + { + $this->deptId = $deptId; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/department/OrganizationDeptDeleteMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/department/OrganizationDeptDeleteMessage.php new file mode 100644 index 0000000..a94220f --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/department/OrganizationDeptDeleteMessage.php @@ -0,0 +1,63 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getDeptId() + { + return $this->deptId; + } + + /** + * @param mixed $deptId + */ + public function setDeptId($deptId) + { + $this->deptId = $deptId; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/department/OrganizationDeptModifyMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/department/OrganizationDeptModifyMessage.php new file mode 100644 index 0000000..4018649 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/department/OrganizationDeptModifyMessage.php @@ -0,0 +1,66 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getDeptId() + { + return $this->deptId; + } + + /** + * @param mixed $deptId + */ + public function setDeptId($deptId) + { + $this->deptId = $deptId; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/draft/DraftContractConsultedMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/draft/DraftContractConsultedMessage.php new file mode 100644 index 0000000..a6889f8 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/draft/DraftContractConsultedMessage.php @@ -0,0 +1,110 @@ +contractConsultId; + } + + /** + * @param mixed $contractConsultId + */ + public function setContractConsultId($contractConsultId) + { + $this->contractConsultId = $contractConsultId; + } + + /** + * @return mixed + */ + public function getContractStatus() + { + return $this->contractStatus; + } + + /** + * @param mixed $contractStatus + */ + public function setContractStatus($contractStatus) + { + $this->contractStatus = $contractStatus; + } + + /** + * @return mixed + */ + public function getUserName() + { + return $this->userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getMemberId() + { + return $this->memberId; + } + + /** + * @param mixed $memberId + */ + public function setMemberId($memberId) + { + $this->memberId = $memberId; + } + + /** + * @return mixed + */ + public function getCorpName() + { + return $this->corpName; + } + + /** + * @param mixed $corpName + */ + public function setCorpName($corpName) + { + $this->corpName = $corpName; + } + + /** + * @return mixed + */ + public function getOpenCorpid() + { + return $this->openCorpid; + } + + /** + * @param mixed $openCorpid + */ + public function setOpenCorpid($openCorpid) + { + $this->openCorpid = $openCorpid; + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/draft/DraftContractFinalizeMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/draft/DraftContractFinalizeMessage.php new file mode 100644 index 0000000..69ca161 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/draft/DraftContractFinalizeMessage.php @@ -0,0 +1,110 @@ +contractConsultId; + } + + /** + * @param mixed $contractConsultId + */ + public function setContractConsultId($contractConsultId) + { + $this->contractConsultId = $contractConsultId; + } + + /** + * @return mixed + */ + public function getContractStatus() + { + return $this->contractStatus; + } + + /** + * @param mixed $contractStatus + */ + public function setContractStatus($contractStatus) + { + $this->contractStatus = $contractStatus; + } + + /** + * @return mixed + */ + public function getUserName() + { + return $this->userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getMenberId() + { + return $this->menberId; + } + + /** + * @param mixed $menberId + */ + public function setMenberId($menberId) + { + $this->menberId = $menberId; + } + + /** + * @return mixed + */ + public function getCorpName() + { + return $this->corpName; + } + + /** + * @param mixed $corpName + */ + public function setCorpName($corpName) + { + $this->corpName = $corpName; + } + + /** + * @return mixed + */ + public function getOpenCorpid() + { + return $this->openCorpid; + } + + /** + * @param mixed $openCorpid + */ + public function setOpenCorpid($openCorpid) + { + $this->openCorpid = $openCorpid; + } +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/draft/DraftContractJoinedMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/draft/DraftContractJoinedMessage.php new file mode 100644 index 0000000..5259bca --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/draft/DraftContractJoinedMessage.php @@ -0,0 +1,111 @@ +contractConsultId; + } + + /** + * @param mixed $contractConsultId + */ + public function setContractConsultId($contractConsultId) + { + $this->contractConsultId = $contractConsultId; + } + + /** + * @return mixed + */ + public function getContractStatus() + { + return $this->contractStatus; + } + + /** + * @param mixed $contractStatus + */ + public function setContractStatus($contractStatus) + { + $this->contractStatus = $contractStatus; + } + + /** + * @return mixed + */ + public function getUserName() + { + return $this->userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getMemberId() + { + return $this->memberId; + } + + /** + * @param mixed $memberId + */ + public function setMemberId($memberId) + { + $this->memberId = $memberId; + } + + /** + * @return mixed + */ + public function getCorpName() + { + return $this->corpName; + } + + /** + * @param mixed $corpName + */ + public function setCorpName($corpName) + { + $this->corpName = $corpName; + } + + /** + * @return mixed + */ + public function getOpenCorpid() + { + return $this->openCorpid; + } + + /** + * @param mixed $openCorpid + */ + public function setOpenCorpid($openCorpid) + { + $this->openCorpid = $openCorpid; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/entityManage/EntityManageMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/entityManage/EntityManageMessage.php new file mode 100644 index 0000000..cf991f9 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/entityManage/EntityManageMessage.php @@ -0,0 +1,85 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getEntityId() + { + return $this->entityId; + } + + /** + * @param mixed $entityId + */ + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + + /** + * @return mixed + */ + public function getManageType() + { + return $this->manageType; + } + + /** + * @param mixed $manageType + */ + public function setManageType($manageType) + { + $this->manageType = $manageType; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/faceRecognition/FaceRecognitionMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/faceRecognition/FaceRecognitionMessage.php new file mode 100644 index 0000000..f118cb5 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/faceRecognition/FaceRecognitionMessage.php @@ -0,0 +1,153 @@ +userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getUserIdentNo() + { + return $this->userIdentNo; + } + + /** + * @param mixed $userIdentNo + */ + public function setUserIdentNo($userIdentNo) + { + $this->userIdentNo = $userIdentNo; + } + + /** + * @return mixed + */ + public function getFaceauthMode() + { + return $this->faceauthMode; + } + + /** + * @param mixed $faceauthMode + */ + public function setFaceauthMode($faceauthMode) + { + $this->faceauthMode = $faceauthMode; + } + + /** + * @return mixed + */ + public function getResultStatus() + { + return $this->resultStatus; + } + + /** + * @param mixed $resultStatus + */ + public function setResultStatus($resultStatus) + { + $this->resultStatus = $resultStatus; + } + + /** + * @return mixed + */ + public function getResultTime() + { + return $this->resultTime; + } + + /** + * @param mixed $resultTime + */ + public function setResultTime($resultTime) + { + $this->resultTime = $resultTime; + } + + /** + * @return mixed + */ + public function getFailedReason() + { + return $this->failedReason; + } + + /** + * @param mixed $failedReason + */ + public function setFailedReason($failedReason) + { + $this->failedReason = $failedReason; + } + + /** + * @return mixed + */ + public function getUrlStatus() + { + return $this->urlStatus; + } + + /** + * @param mixed $urlStatus + */ + public function setUrlStatus($urlStatus) + { + $this->urlStatus = $urlStatus; + } + + /** + * @return mixed + */ + public function getCreateSerialNo() + { + return $this->createSerialNo; + } + + /** + * @param mixed $createSerialNo + */ + public function setCreateSerialNo($createSerialNo) + { + $this->createSerialNo = $createSerialNo; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/identity/UserFourElementVerifyMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/identity/UserFourElementVerifyMessage.php new file mode 100644 index 0000000..6619f51 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/identity/UserFourElementVerifyMessage.php @@ -0,0 +1,136 @@ +clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getVerifyResult() + { + return $this->verifyResult; + } + + /** + * @param mixed $verifyResult + */ + public function setVerifyResult($verifyResult) + { + $this->verifyResult = $verifyResult; + } + + /** + * @return mixed + */ + public function getUserName() + { + return $this->userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getUserIdentNo() + { + return $this->userIdentNo; + } + + /** + * @param mixed $userIdentNo + */ + public function setUserIdentNo($userIdentNo) + { + $this->userIdentNo = $userIdentNo; + } + + /** + * @return mixed + */ + public function getBankAccountNo() + { + return $this->bankAccountNo; + } + + /** + * @param mixed $bankAccountNo + */ + public function setBankAccountNo($bankAccountNo) + { + $this->bankAccountNo = $bankAccountNo; + } + + /** + * @return mixed + */ + public function getMobile() + { + return $this->mobile; + } + + /** + * @param mixed $mobile + */ + public function setMobile($mobile) + { + $this->mobile = $mobile; + } + + /** + * @return mixed + */ + public function getVerifyId() + { + return $this->verifyId; + } + + /** + * @param mixed $verifyId + */ + public function setVerifyId($verifyId) + { + $this->verifyId = $verifyId; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/identity/UserThreeElementVerifyMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/identity/UserThreeElementVerifyMessage.php new file mode 100644 index 0000000..88fc19a --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/identity/UserThreeElementVerifyMessage.php @@ -0,0 +1,119 @@ +clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getVerifyResult() + { + return $this->verifyResult; + } + + /** + * @param mixed $verifyResult + */ + public function setVerifyResult($verifyResult) + { + $this->verifyResult = $verifyResult; + } + + /** + * @return mixed + */ + public function getUserName() + { + return $this->userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getUserIdentNo() + { + return $this->userIdentNo; + } + + /** + * @param mixed $userIdentNo + */ + public function setUserIdentNo($userIdentNo) + { + $this->userIdentNo = $userIdentNo; + } + + /** + * @return mixed + */ + public function getMobile() + { + return $this->mobile; + } + + /** + * @param mixed $mobile + */ + public function setMobile($mobile) + { + $this->mobile = $mobile; + } + + /** + * @return mixed + */ + public function getVerifyId() + { + return $this->verifyId; + } + + /** + * @param mixed $verifyId + */ + public function setVerifyId($verifyId) + { + $this->verifyId = $verifyId; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberActiveMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberActiveMessage.php new file mode 100644 index 0000000..39349b2 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberActiveMessage.php @@ -0,0 +1,63 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getMemberId() + { + return $this->memberId; + } + + /** + * @param mixed $memberId + */ + public function setMemberId($memberId) + { + $this->memberId = $memberId; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberCreateMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberCreateMessage.php new file mode 100644 index 0000000..5ef8c43 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberCreateMessage.php @@ -0,0 +1,65 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getMemberId() + { + return $this->memberId; + } + + /** + * @param mixed $memberId + */ + public function setMemberId($memberId) + { + $this->memberId = $memberId; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberDeleteMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberDeleteMessage.php new file mode 100644 index 0000000..a0eed9e --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberDeleteMessage.php @@ -0,0 +1,64 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getMemberId() + { + return $this->memberId; + } + + /** + * @param mixed $memberId + */ + public function setMemberId($memberId) + { + $this->memberId = $memberId; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberDisableMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberDisableMessage.php new file mode 100644 index 0000000..dcc4164 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberDisableMessage.php @@ -0,0 +1,64 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getMemberId() + { + return $this->memberId; + } + + /** + * @param mixed $memberId + */ + public function setMemberId($memberId) + { + $this->memberId = $memberId; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberEnableMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberEnableMessage.php new file mode 100644 index 0000000..3e41c3f --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberEnableMessage.php @@ -0,0 +1,64 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getMemberId() + { + return $this->memberId; + } + + /** + * @param mixed $memberId + */ + public function setMemberId($memberId) + { + $this->memberId = $memberId; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberModifyDeptMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberModifyDeptMessage.php new file mode 100644 index 0000000..bd89847 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberModifyDeptMessage.php @@ -0,0 +1,65 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getMemberId() + { + return $this->memberId; + } + + /** + * @param mixed $memberId + */ + public function setMemberId($memberId) + { + $this->memberId = $memberId; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberModifyInfoMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberModifyInfoMessage.php new file mode 100644 index 0000000..32c2ea8 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/member/OrgMemberModifyInfoMessage.php @@ -0,0 +1,65 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getMemberId() + { + return $this->memberId; + } + + /** + * @param mixed $memberId + */ + public function setMemberId($memberId) + { + $this->memberId = $memberId; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/personalSeal/PersonalSealAuthorizeFreeSignCancelMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/personalSeal/PersonalSealAuthorizeFreeSignCancelMessage.php new file mode 100644 index 0000000..1f1988b --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/personalSeal/PersonalSealAuthorizeFreeSignCancelMessage.php @@ -0,0 +1,83 @@ +openUserId; + } + + /** + * @param mixed $openUserId + */ + public function setOpenUserId($openUserId) + { + $this->openUserId = $openUserId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + /** + * @return mixed + */ + public function getBusinessId() + { + return $this->businessId; + } + + /** + * @param mixed $businessId + */ + public function setBusinessId($businessId) + { + $this->businessId = $businessId; + } + + /** + * @return mixed + */ + public function getClientUserId() + { + return $this->clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + +} + + diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/personalSeal/PersonalSealAuthorizeFreeSignDueCancelMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/personalSeal/PersonalSealAuthorizeFreeSignDueCancelMessage.php new file mode 100644 index 0000000..e1cc9e0 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/personalSeal/PersonalSealAuthorizeFreeSignDueCancelMessage.php @@ -0,0 +1,99 @@ +openUserId; + } + + /** + * @param mixed $openUserId + */ + public function setOpenUserId($openUserId) + { + $this->openUserId = $openUserId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + /** + * @return mixed + */ + public function getBusinessId() + { + return $this->businessId; + } + + /** + * @param mixed $businessId + */ + public function setBusinessId($businessId) + { + $this->businessId = $businessId; + } + + /** + * @return mixed + */ + public function getClientUserId() + { + return $this->clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getGrantEndTime() + { + return $this->grantEndTime; + } + + /** + * @param mixed $grantEndTime + */ + public function setGrantEndTime($grantEndTime) + { + $this->grantEndTime = $grantEndTime; + } + +} + diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/personalSeal/PersonalSealAuthorizeFreeSignMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/personalSeal/PersonalSealAuthorizeFreeSignMessage.php new file mode 100644 index 0000000..8c5d380 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/personalSeal/PersonalSealAuthorizeFreeSignMessage.php @@ -0,0 +1,98 @@ +openUserId; + } + + /** + * @param mixed $openUserId + */ + public function setOpenUserId($openUserId) + { + $this->openUserId = $openUserId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + /** + * @return mixed + */ + public function getBusinessId() + { + return $this->businessId; + } + + /** + * @param mixed $businessId + */ + public function setBusinessId($businessId) + { + $this->businessId = $businessId; + } + + /** + * @return mixed + */ + public function getExpiresTime() + { + return $this->expiresTime; + } + + /** + * @param mixed $expiresTime + */ + public function setExpiresTime($expiresTime) + { + $this->expiresTime = $expiresTime; + } + + /** + * @return mixed + */ + public function getClientUserId() + { + return $this->clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/personalSeal/PersonalSealCreateMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/personalSeal/PersonalSealCreateMessage.php new file mode 100644 index 0000000..cf99983 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/personalSeal/PersonalSealCreateMessage.php @@ -0,0 +1,81 @@ +openUserId; + } + + /** + * @param mixed $openUserId + */ + public function setOpenUserId($openUserId) + { + $this->openUserId = $openUserId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + /** + * @return mixed + */ + public function getCreateSerialNo() + { + return $this->createSerialNo; + } + + /** + * @param mixed $createSerialNo + */ + public function setCreateSerialNo($createSerialNo) + { + $this->createSerialNo = $createSerialNo; + } + + /** + * @return mixed + */ + public function getClientUserId() + { + return $this->clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/personalSeal/PersonalSealDeleteMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/personalSeal/PersonalSealDeleteMessage.php new file mode 100644 index 0000000..6c2bbc5 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/personalSeal/PersonalSealDeleteMessage.php @@ -0,0 +1,64 @@ +openUserId; + } + + /** + * @param mixed $openUserId + */ + public function setOpenUserId($openUserId) + { + $this->openUserId = $openUserId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + /** + * @return mixed + */ + public function getClientUserId() + { + return $this->clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealAuthorizeFreeSignCancelMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealAuthorizeFreeSignCancelMessage.php new file mode 100644 index 0000000..606b100 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealAuthorizeFreeSignCancelMessage.php @@ -0,0 +1,81 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + /** + * @return mixed + */ + public function getBusinessId() + { + return $this->businessId; + } + + /** + * @param mixed $businessId + */ + public function setBusinessId($businessId) + { + $this->businessId = $businessId; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealAuthorizeFreeSignDueCancelMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealAuthorizeFreeSignDueCancelMessage.php new file mode 100644 index 0000000..4c74629 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealAuthorizeFreeSignDueCancelMessage.php @@ -0,0 +1,98 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + /** + * @return mixed + */ + public function getBusinessId() + { + return $this->businessId; + } + + /** + * @param mixed $businessId + */ + public function setBusinessId($businessId) + { + $this->businessId = $businessId; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + + /** + * @return mixed + */ + public function getGrantEndTime() + { + return $this->grantEndTime; + } + + /** + * @param mixed $grantEndTime + */ + public function setGrantEndTime($grantEndTime) + { + $this->grantEndTime = $grantEndTime; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealAuthorizeFreeSignMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealAuthorizeFreeSignMessage.php new file mode 100644 index 0000000..39b865d --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealAuthorizeFreeSignMessage.php @@ -0,0 +1,98 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + /** + * @return mixed + */ + public function getBusinessId() + { + return $this->businessId; + } + + /** + * @param mixed $businessId + */ + public function setBusinessId($businessId) + { + $this->businessId = $businessId; + } + + /** + * @return mixed + */ + public function getExpiresTime() + { + return $this->expiresTime; + } + + /** + * @param mixed $expiresTime + */ + public function setExpiresTime($expiresTime) + { + $this->expiresTime = $expiresTime; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealAuthorizeMemberCancelMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealAuthorizeMemberCancelMessage.php new file mode 100644 index 0000000..e20900f --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealAuthorizeMemberCancelMessage.php @@ -0,0 +1,81 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + /** + * @return mixed + */ + public function getMemberIds() + { + return $this->memberIds; + } + + /** + * @param mixed $memberIds + */ + public function setMemberIds($memberIds) + { + $this->memberIds = $memberIds; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealAuthorizeMemberMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealAuthorizeMemberMessage.php new file mode 100644 index 0000000..c2b4ec7 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealAuthorizeMemberMessage.php @@ -0,0 +1,81 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getSealIds() + { + return $this->sealIds; + } + + /** + * @param mixed $sealIds + */ + public function setSealIds($sealIds) + { + $this->sealIds = $sealIds; + } + + /** + * @return mixed + */ + public function getMemberIds() + { + return $this->memberIds; + } + + /** + * @param mixed $memberIds + */ + public function setMemberIds($memberIds) + { + $this->memberIds = $memberIds; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealCancellationMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealCancellationMessage.php new file mode 100644 index 0000000..4a15c7b --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealCancellationMessage.php @@ -0,0 +1,64 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealCreateMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealCreateMessage.php new file mode 100644 index 0000000..9ab7256 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealCreateMessage.php @@ -0,0 +1,99 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + /** + * @return mixed + */ + public function getVerifyId() + { + return $this->verifyId; + } + + /** + * @param mixed $verifyId + */ + public function setVerifyId($verifyId) + { + $this->verifyId = $verifyId; + } + + /** + * @return mixed + */ + public function getCreateSerialNo() + { + return $this->createSerialNo; + } + + /** + * @param mixed $createSerialNo + */ + public function setCreateSerialNo($createSerialNo) + { + $this->createSerialNo = $createSerialNo; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealDeleteMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealDeleteMessage.php new file mode 100644 index 0000000..a23b174 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealDeleteMessage.php @@ -0,0 +1,66 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + +} + + diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealDisableMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealDisableMessage.php new file mode 100644 index 0000000..16d0b5a --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealDisableMessage.php @@ -0,0 +1,64 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealEnableMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealEnableMessage.php new file mode 100644 index 0000000..123fa32 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealEnableMessage.php @@ -0,0 +1,64 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealModifyInfoMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealModifyInfoMessage.php new file mode 100644 index 0000000..752e1ee --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealModifyInfoMessage.php @@ -0,0 +1,65 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealVerifyCancelMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealVerifyCancelMessage.php new file mode 100644 index 0000000..d04e9ee --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealVerifyCancelMessage.php @@ -0,0 +1,64 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getVerifyId() + { + return $this->verifyId; + } + + /** + * @param mixed $verifyId + */ + public function setVerifyId($verifyId) + { + $this->verifyId = $verifyId; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealVerifyFailedMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealVerifyFailedMessage.php new file mode 100644 index 0000000..63573dc --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealVerifyFailedMessage.php @@ -0,0 +1,81 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getVerifyId() + { + return $this->verifyId; + } + + /** + * @param mixed $verifyId + */ + public function setVerifyId($verifyId) + { + $this->verifyId = $verifyId; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + + /** + * @return mixed + */ + public function getReason() + { + return $this->reason; + } + + /** + * @param mixed $reason + */ + public function setReason($reason) + { + $this->reason = $reason; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealVerifySuccessedMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealVerifySuccessedMessage.php new file mode 100644 index 0000000..cb168a9 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/seal/SealVerifySuccessedMessage.php @@ -0,0 +1,82 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + /** + * @return mixed + */ + public function getVerifyId() + { + return $this->verifyId; + } + + /** + * @param mixed $verifyId + */ + public function setVerifyId($verifyId) + { + $this->verifyId = $verifyId; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskAbolishMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskAbolishMessage.php new file mode 100644 index 0000000..4b58da1 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskAbolishMessage.php @@ -0,0 +1,81 @@ +signTaskId; + } + + /** + * @param mixed $signTaskId + */ + public function setSignTaskId($signTaskId) + { + $this->signTaskId = $signTaskId; + } + + /** + * @return mixed + */ + public function getSignTaskStatus() + { + return $this->signTaskStatus; + } + + /** + * @param mixed $signTaskStatus + */ + public function setSignTaskStatus($signTaskStatus) + { + $this->signTaskStatus = $signTaskStatus; + } + + /** + * @return mixed + */ + public function getAbolishedSignTaskId() + { + return $this->abolishedSignTaskId; + } + + /** + * @param mixed $abolishedSignTaskId + */ + public function setAbolishedSignTaskId($abolishedSignTaskId) + { + $this->abolishedSignTaskId = $abolishedSignTaskId; + } + + /** + * @return mixed + */ + public function getTransReferenceId() + { + return $this->transReferenceId; + } + + /** + * @param mixed $transReferenceId + */ + public function setTransReferenceId($transReferenceId) + { + $this->transReferenceId = $transReferenceId; + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskCanceledMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskCanceledMessage.php new file mode 100644 index 0000000..4b2229e --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskCanceledMessage.php @@ -0,0 +1,98 @@ +signTaskId; + } + + /** + * @param mixed $signTaskId + */ + public function setSignTaskId($signTaskId) + { + $this->signTaskId = $signTaskId; + } + + /** + * @return mixed + */ + public function getSignTaskStatus() + { + return $this->signTaskStatus; + } + + /** + * @param mixed $signTaskStatus + */ + public function setSignTaskStatus($signTaskStatus) + { + $this->signTaskStatus = $signTaskStatus; + } + + /** + * @return mixed + */ + public function getTransReferenceId() + { + return $this->transReferenceId; + } + + /** + * @param mixed $transReferenceId + */ + public function setTransReferenceId($transReferenceId) + { + $this->transReferenceId = $transReferenceId; + } + + /** + * @return mixed + */ + public function getUserName() + { + return $this->userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getTerminationNote() + { + return $this->terminationNote; + } + + /** + * @param mixed $terminationNote + */ + public function setTerminationNote($terminationNote) + { + $this->terminationNote = $terminationNote; + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskDownloadMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskDownloadMessage.php new file mode 100644 index 0000000..9b6ed9b --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskDownloadMessage.php @@ -0,0 +1,63 @@ +downloadId; + } + + /** + * @param mixed $downloadId + */ + public function setDownloadId($downloadId) + { + $this->downloadId = $downloadId; + } + + /** + * @return mixed + */ + public function getDownloadUrl() + { + return $this->downloadUrl; + } + + /** + * @param mixed $downloadUrl + */ + public function setDownloadUrl($downloadUrl) + { + $this->downloadUrl = $downloadUrl; + } + + /** + * @return mixed + */ + public function getStatus() + { + return $this->status; + } + + /** + * @param mixed $status + */ + public function setStatus($status) + { + $this->status = $status; + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskExpireMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskExpireMessage.php new file mode 100644 index 0000000..afef098 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskExpireMessage.php @@ -0,0 +1,64 @@ +signTaskId; + } + + /** + * @param mixed $signTaskId + */ + public function setSignTaskId($signTaskId) + { + $this->signTaskId = $signTaskId; + } + + /** + * @return mixed + */ + public function getSignTaskStatus() + { + return $this->signTaskStatus; + } + + /** + * @param mixed $signTaskStatus + */ + public function setSignTaskStatus($signTaskStatus) + { + $this->signTaskStatus = $signTaskStatus; + } + + /** + * @return mixed + */ + public function getTransReferenceId() + { + return $this->transReferenceId; + } + + /** + * @param mixed $transReferenceId + */ + public function setTransReferenceId($transReferenceId) + { + $this->transReferenceId = $transReferenceId; + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskExtensionMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskExtensionMessage.php new file mode 100644 index 0000000..d489040 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskExtensionMessage.php @@ -0,0 +1,98 @@ +signTaskId; + } + + /** + * @param mixed $signTaskId + */ + public function setSignTaskId($signTaskId) + { + $this->signTaskId = $signTaskId; + } + + /** + * @return mixed + */ + public function getSignTaskStatus() + { + return $this->signTaskStatus; + } + + /** + * @param mixed $signTaskStatus + */ + public function setSignTaskStatus($signTaskStatus) + { + $this->signTaskStatus = $signTaskStatus; + } + + /** + * @return mixed + */ + public function getExpiresTime() + { + return $this->expiresTime; + } + + /** + * @param mixed $expiresTime + */ + public function setExpiresTime($expiresTime) + { + $this->expiresTime = $expiresTime; + } + + /** + * @return mixed + */ + public function getUserName() + { + return $this->userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getTransReferenceId() + { + return $this->transReferenceId; + } + + /** + * @param mixed $transReferenceId + */ + public function setTransReferenceId($transReferenceId) + { + $this->transReferenceId = $transReferenceId; + } +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskFillRejectedMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskFillRejectedMessage.php new file mode 100644 index 0000000..975b61c --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskFillRejectedMessage.php @@ -0,0 +1,115 @@ +signTaskId; + } + + /** + * @param mixed $signTaskId + */ + public function setSignTaskId($signTaskId) + { + $this->signTaskId = $signTaskId; + } + + /** + * @return mixed + */ + public function getSignTaskStatus() + { + return $this->signTaskStatus; + } + + /** + * @param mixed $signTaskStatus + */ + public function setSignTaskStatus($signTaskStatus) + { + $this->signTaskStatus = $signTaskStatus; + } + + /** + * @return mixed + */ + public function getActorId() + { + return $this->actorId; + } + + /** + * @param mixed $actorId + */ + public function setActorId($actorId) + { + $this->actorId = $actorId; + } + + /** + * @return mixed + */ + public function getFillRejectReason() + { + return $this->fillRejectReason; + } + + /** + * @param mixed $fillRejectReason + */ + public function setFillRejectReason($fillRejectReason) + { + $this->fillRejectReason = $fillRejectReason; + } + + /** + * @return mixed + */ + public function getUserName() + { + return $this->userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getTransReferenceId() + { + return $this->transReferenceId; + } + + /** + * @param mixed $transReferenceId + */ + public function setTransReferenceId($transReferenceId) + { + $this->transReferenceId = $transReferenceId; + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskFilledMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskFilledMessage.php new file mode 100644 index 0000000..7512cda --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskFilledMessage.php @@ -0,0 +1,97 @@ +signTaskId; + } + + /** + * @param mixed $signTaskId + */ + public function setSignTaskId($signTaskId) + { + $this->signTaskId = $signTaskId; + } + + /** + * @return mixed + */ + public function getSignTaskStatus() + { + return $this->signTaskStatus; + } + + /** + * @param mixed $signTaskStatus + */ + public function setSignTaskStatus($signTaskStatus) + { + $this->signTaskStatus = $signTaskStatus; + } + + /** + * @return mixed + */ + public function getActorId() + { + return $this->actorId; + } + + /** + * @param mixed $actorId + */ + public function setActorId($actorId) + { + $this->actorId = $actorId; + } + + /** + * @return mixed + */ + public function getUserName() + { + return $this->userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getTransReferenceId() + { + return $this->transReferenceId; + } + + /** + * @param mixed $transReferenceId + */ + public function setTransReferenceId($transReferenceId) + { + $this->transReferenceId = $transReferenceId; + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskFinalizeMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskFinalizeMessage.php new file mode 100644 index 0000000..482a16d --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskFinalizeMessage.php @@ -0,0 +1,66 @@ +signTaskId; + } + + /** + * @param mixed $signTaskId + */ + public function setSignTaskId($signTaskId) + { + $this->signTaskId = $signTaskId; + } + + /** + * @return mixed + */ + public function getSignTaskStatus() + { + return $this->signTaskStatus; + } + + /** + * @param mixed $signTaskStatus + */ + public function setSignTaskStatus($signTaskStatus) + { + $this->signTaskStatus = $signTaskStatus; + } + + /** + * @return mixed + */ + public function getTransReferenceId() + { + return $this->transReferenceId; + } + + /** + * @param mixed $transReferenceId + */ + public function setTransReferenceId($transReferenceId) + { + $this->transReferenceId = $transReferenceId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskFinishedMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskFinishedMessage.php new file mode 100644 index 0000000..057edf8 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskFinishedMessage.php @@ -0,0 +1,64 @@ +signTaskId; + } + + /** + * @param mixed $signTaskId + */ + public function setSignTaskId($signTaskId) + { + $this->signTaskId = $signTaskId; + } + + /** + * @return mixed + */ + public function getSignTaskStatus() + { + return $this->signTaskStatus; + } + + /** + * @param mixed $signTaskStatus + */ + public function setSignTaskStatus($signTaskStatus) + { + $this->signTaskStatus = $signTaskStatus; + } + + /** + * @return mixed + */ + public function getTransReferenceId() + { + return $this->transReferenceId; + } + + /** + * @param mixed $transReferenceId + */ + public function setTransReferenceId($transReferenceId) + { + $this->transReferenceId = $transReferenceId; + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskIgnoreMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskIgnoreMessage.php new file mode 100644 index 0000000..3876eda --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskIgnoreMessage.php @@ -0,0 +1,80 @@ +signTaskId; + } + + /** + * @param mixed $signTaskId + */ + public function setSignTaskId($signTaskId) + { + $this->signTaskId = $signTaskId; + } + + /** + * @return mixed + */ + public function getSignTaskStatus() + { + return $this->signTaskStatus; + } + + /** + * @param mixed $signTaskStatus + */ + public function setSignTaskStatus($signTaskStatus) + { + $this->signTaskStatus = $signTaskStatus; + } + + /** + * @return mixed + */ + public function getUserName() + { + return $this->userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getTransReferenceId() + { + return $this->transReferenceId; + } + + /** + * @param mixed $transReferenceId + */ + public function setTransReferenceId($transReferenceId) + { + $this->transReferenceId = $transReferenceId; + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskJoinFailedMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskJoinFailedMessage.php new file mode 100644 index 0000000..bd3aed6 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskJoinFailedMessage.php @@ -0,0 +1,97 @@ +signTaskId; + } + + /** + * @param mixed $signTaskId + */ + public function setSignTaskId($signTaskId) + { + $this->signTaskId = $signTaskId; + } + + /** + * @return mixed + */ + public function getSignTaskStatus() + { + return $this->signTaskStatus; + } + + /** + * @param mixed $signTaskStatus + */ + public function setSignTaskStatus($signTaskStatus) + { + $this->signTaskStatus = $signTaskStatus; + } + + /** + * @return mixed + */ + public function getActorId() + { + return $this->actorId; + } + + /** + * @param mixed $actorId + */ + public function setActorId($actorId) + { + $this->actorId = $actorId; + } + + /** + * @return mixed + */ + public function getReason() + { + return $this->reason; + } + + /** + * @param mixed $reason + */ + public function setReason($reason) + { + $this->reason = $reason; + } + + /** + * @return mixed + */ + public function getTransReferenceId() + { + return $this->transReferenceId; + } + + /** + * @param mixed $transReferenceId + */ + public function setTransReferenceId($transReferenceId) + { + $this->transReferenceId = $transReferenceId; + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskJoinedMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskJoinedMessage.php new file mode 100644 index 0000000..84cc469 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskJoinedMessage.php @@ -0,0 +1,100 @@ +signTaskId; + } + + /** + * @param mixed $signTaskId + */ + public function setSignTaskId($signTaskId) + { + $this->signTaskId = $signTaskId; + } + + /** + * @return mixed + */ + public function getSignTaskStatus() + { + return $this->signTaskStatus; + } + + /** + * @param mixed $signTaskStatus + */ + public function setSignTaskStatus($signTaskStatus) + { + $this->signTaskStatus = $signTaskStatus; + } + + /** + * @return mixed + */ + public function getActorId() + { + return $this->actorId; + } + + /** + * @param mixed $actorId + */ + public function setActorId($actorId) + { + $this->actorId = $actorId; + } + + /** + * @return mixed + */ + public function getUserName() + { + return $this->userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getTransReferenceId() + { + return $this->transReferenceId; + } + + /** + * @param mixed $transReferenceId + */ + public function setTransReferenceId($transReferenceId) + { + $this->transReferenceId = $transReferenceId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskPendingMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskPendingMessage.php new file mode 100644 index 0000000..b4355fe --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskPendingMessage.php @@ -0,0 +1,30 @@ +signTaskId; + } + + /** + * @param mixed $signTaskId + */ + public function setSignTaskId($signTaskId) + { + $this->signTaskId = $signTaskId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskReadMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskReadMessage.php new file mode 100644 index 0000000..5128597 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskReadMessage.php @@ -0,0 +1,84 @@ +signTaskId; + } + + /** + * @param mixed $signTaskId + */ + public function setSignTaskId($signTaskId) + { + $this->signTaskId = $signTaskId; + } + + /** + * @return mixed + */ + public function getSignTaskStatus() + { + return $this->signTaskStatus; + } + + /** + * @param mixed $signTaskStatus + */ + public function setSignTaskStatus($signTaskStatus) + { + $this->signTaskStatus = $signTaskStatus; + } + + /** + * @return mixed + */ + public function getActorId() + { + return $this->actorId; + } + + /** + * @param mixed $actorId + */ + public function setActorId($actorId) + { + $this->actorId = $actorId; + } + + /** + * @return mixed + */ + public function getTransReferenceId() + { + return $this->transReferenceId; + } + + /** + * @param mixed $transReferenceId + */ + public function setTransReferenceId($transReferenceId) + { + $this->transReferenceId = $transReferenceId; + } + +} + + + diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskSignFailedMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskSignFailedMessage.php new file mode 100644 index 0000000..b2dff5d --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskSignFailedMessage.php @@ -0,0 +1,114 @@ +signTaskId; + } + + /** + * @param mixed $signTaskId + */ + public function setSignTaskId($signTaskId) + { + $this->signTaskId = $signTaskId; + } + + /** + * @return mixed + */ + public function getSignTaskStatus() + { + return $this->signTaskStatus; + } + + /** + * @param mixed $signTaskStatus + */ + public function setSignTaskStatus($signTaskStatus) + { + $this->signTaskStatus = $signTaskStatus; + } + + /** + * @return mixed + */ + public function getActorId() + { + return $this->actorId; + } + + /** + * @param mixed $actorId + */ + public function setActorId($actorId) + { + $this->actorId = $actorId; + } + + /** + * @return mixed + */ + public function getVerifyFreeSign() + { + return $this->verifyFreeSign; + } + + /** + * @param mixed $verifyFreeSign + */ + public function setVerifyFreeSign($verifyFreeSign) + { + $this->verifyFreeSign = $verifyFreeSign; + } + + /** + * @return mixed + */ + public function getSignFailedReason() + { + return $this->signFailedReason; + } + + /** + * @param mixed $signFailedReason + */ + public function setSignFailedReason($signFailedReason) + { + $this->signFailedReason = $signFailedReason; + } + + /** + * @return mixed + */ + public function getTransReferenceId() + { + return $this->transReferenceId; + } + + /** + * @param mixed $transReferenceId + */ + public function setTransReferenceId($transReferenceId) + { + $this->transReferenceId = $transReferenceId; + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskSignRejectedMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskSignRejectedMessage.php new file mode 100644 index 0000000..8b0cf44 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskSignRejectedMessage.php @@ -0,0 +1,114 @@ +signTaskId; + } + + /** + * @param mixed $signTaskId + */ + public function setSignTaskId($signTaskId) + { + $this->signTaskId = $signTaskId; + } + + /** + * @return mixed + */ + public function getSignTaskStatus() + { + return $this->signTaskStatus; + } + + /** + * @param mixed $signTaskStatus + */ + public function setSignTaskStatus($signTaskStatus) + { + $this->signTaskStatus = $signTaskStatus; + } + + /** + * @return mixed + */ + public function getActorId() + { + return $this->actorId; + } + + /** + * @param mixed $actorId + */ + public function setActorId($actorId) + { + $this->actorId = $actorId; + } + + /** + * @return mixed + */ + public function getSignRejectReason() + { + return $this->signRejectReason; + } + + /** + * @param mixed $signRejectReason + */ + public function setSignRejectReason($signRejectReason) + { + $this->signRejectReason = $signRejectReason; + } + + /** + * @return mixed + */ + public function getUserName() + { + return $this->userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getTransReferenceId() + { + return $this->transReferenceId; + } + + /** + * @param mixed $transReferenceId + */ + public function setTransReferenceId($transReferenceId) + { + $this->transReferenceId = $transReferenceId; + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskSignedMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskSignedMessage.php new file mode 100644 index 0000000..3e0eca6 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskSignedMessage.php @@ -0,0 +1,114 @@ +signTaskId; + } + + /** + * @param mixed $signTaskId + */ + public function setSignTaskId($signTaskId) + { + $this->signTaskId = $signTaskId; + } + + /** + * @return mixed + */ + public function getSignTaskStatus() + { + return $this->signTaskStatus; + } + + /** + * @param mixed $signTaskStatus + */ + public function setSignTaskStatus($signTaskStatus) + { + $this->signTaskStatus = $signTaskStatus; + } + + /** + * @return mixed + */ + public function getActorId() + { + return $this->actorId; + } + + /** + * @param mixed $actorId + */ + public function setActorId($actorId) + { + $this->actorId = $actorId; + } + + /** + * @return mixed + */ + public function getVerifyFreeSign() + { + return $this->verifyFreeSign; + } + + /** + * @param mixed $verifyFreeSign + */ + public function setVerifyFreeSign($verifyFreeSign) + { + $this->verifyFreeSign = $verifyFreeSign; + } + + /** + * @return mixed + */ + public function getUserName() + { + return $this->userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getTransReferenceId() + { + return $this->transReferenceId; + } + + /** + * @param mixed $transReferenceId + */ + public function setTransReferenceId($transReferenceId) + { + $this->transReferenceId = $transReferenceId; + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskStartMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskStartMessage.php new file mode 100644 index 0000000..28064ad --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/signTask/SignTaskStartMessage.php @@ -0,0 +1,66 @@ +signTaskId; + } + + /** + * @param mixed $signTaskId + */ + public function setSignTaskId($signTaskId) + { + $this->signTaskId = $signTaskId; + } + + /** + * @return mixed + */ + public function getSignTaskStatus() + { + return $this->signTaskStatus; + } + + /** + * @param mixed $signTaskStatus + */ + public function setSignTaskStatus($signTaskStatus) + { + $this->signTaskStatus = $signTaskStatus; + } + + /** + * @return mixed + */ + public function getTransReferenceId() + { + return $this->transReferenceId; + } + + /** + * @param mixed $transReferenceId + */ + public function setTransReferenceId($transReferenceId) + { + $this->transReferenceId = $transReferenceId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/template/TemplateCreateMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/template/TemplateCreateMessage.php new file mode 100644 index 0000000..f891401 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/template/TemplateCreateMessage.php @@ -0,0 +1,99 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getTemplateId() + { + return $this->templateId; + } + + /** + * @param mixed $templateId + */ + public function setTemplateId($templateId) + { + $this->templateId = $templateId; + } + + /** + * @return mixed + */ + public function getType() + { + return $this->type; + } + + /** + * @param mixed $type + */ + public function setType($type) + { + $this->type = $type; + } + + /** + * @return mixed + */ + public function getCreateSerialNo() + { + return $this->createSerialNo; + } + + /** + * @param mixed $createSerialNo + */ + public function setCreateSerialNo($createSerialNo) + { + $this->createSerialNo = $createSerialNo; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/template/TemplateDeleteMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/template/TemplateDeleteMessage.php new file mode 100644 index 0000000..2389ebb --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/template/TemplateDeleteMessage.php @@ -0,0 +1,81 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getTemplateId() + { + return $this->templateId; + } + + /** + * @param mixed $templateId + */ + public function setTemplateId($templateId) + { + $this->templateId = $templateId; + } + + /** + * @return mixed + */ + public function getType() + { + return $this->type; + } + + /** + * @param mixed $type + */ + public function setType($type) + { + $this->type = $type; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/template/TemplateDisableMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/template/TemplateDisableMessage.php new file mode 100644 index 0000000..b138fcd --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/template/TemplateDisableMessage.php @@ -0,0 +1,80 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getTemplateId() + { + return $this->templateId; + } + + /** + * @param mixed $templateId + */ + public function setTemplateId($templateId) + { + $this->templateId = $templateId; + } + + /** + * @return mixed + */ + public function getType() + { + return $this->type; + } + + /** + * @param mixed $type + */ + public function setType($type) + { + $this->type = $type; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/template/TemplateEnableMessage.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/template/TemplateEnableMessage.php new file mode 100644 index 0000000..b262fb9 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/message/template/TemplateEnableMessage.php @@ -0,0 +1,81 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getTemplateId() + { + return $this->templateId; + } + + /** + * @param mixed $templateId + */ + public function setTemplateId($templateId) + { + $this->templateId = $templateId; + } + + /** + * @return mixed + */ + public function getType() + { + return $this->type; + } + + /** + * @param mixed $type + */ + public function setType($type) + { + $this->type = $type; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/Actor.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/Actor.php new file mode 100644 index 0000000..49cc6a3 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/Actor.php @@ -0,0 +1,338 @@ +actorId; + } + + /** + * @param mixed $actorId + */ + public function setActorId($actorId) + { + $this->actorId = $actorId; + } + + /** + * @return mixed + */ + public function getActorType() + { + return $this->actorType; + } + + /** + * @param mixed $actorType + */ + public function setActorType($actorType) + { + $this->actorType = $actorType; + } + + /** + * @return mixed + */ + public function getActorName() + { + return $this->actorName; + } + + /** + * @param mixed $actorName + */ + public function setActorName($actorName) + { + $this->actorName = $actorName; + } + + /** + * @return mixed + */ + public function getPermissions() + { + return $this->permissions; + } + + /** + * @param mixed $permissions + */ + public function setPermissions($permissions) + { + $this->permissions = $permissions; + } + + /** + * @return mixed + */ + public function getActorOpenId() + { + return $this->actorOpenId; + } + + /** + * @param mixed $actorOpenId + */ + public function setActorOpenId($actorOpenId) + { + $this->actorOpenId = $actorOpenId; + } + + /** + * @return mixed + */ + public function getActorFDDId() + { + return $this->actorFDDId; + } + + /** + * @param mixed $actorFDDId + */ + public function setActorFDDId($actorFDDId) + { + $this->actorFDDId = $actorFDDId; + } + + /** + * @return mixed + */ + public function getActorEntityId() + { + return $this->actorEntityId; + } + + /** + * @param mixed $actorEntityId + */ + public function setActorEntityId($actorEntityId) + { + $this->actorEntityId = $actorEntityId; + } + + /** + * @return mixed + */ + public function getActorCorpMembers() + { + return $this->actorCorpMembers; + } + + /** + * @param mixed $actorCorpMembers + */ + public function setActorCorpMembers($actorCorpMembers) + { + $this->actorCorpMembers = $actorCorpMembers; + } + + /** + * @return mixed + */ + public function getIdentNameForMatch() + { + return $this->identNameForMatch; + } + + /** + * @param mixed $identNameForMatch + */ + public function setIdentNameForMatch($identNameForMatch) + { + $this->identNameForMatch = $identNameForMatch; + } + + /** + * @return mixed + */ + public function getCertType() + { + return $this->certType; + } + + /** + * @param mixed $certType + */ + public function setCertType($certType) + { + $this->certType = $certType; + } + + /** + * @return mixed + */ + public function getCertNoForMatch() + { + return $this->certNoForMatch; + } + + /** + * @param mixed $certNoForMatch + */ + public function setCertNoForMatch($certNoForMatch) + { + $this->certNoForMatch = $certNoForMatch; + } + + /** + * @return mixed + */ + public function getAccountName() + { + return $this->accountName; + } + + /** + * @param mixed $accountName + */ + public function setAccountName($accountName) + { + $this->accountName = $accountName; + } + + /** + * @return mixed + */ + public function getClientUserId() + { + return $this->clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getAuthScopes() + { + return $this->authScopes; + } + + /** + * @param mixed $authScopes + */ + public function setAuthScopes($authScopes) + { + $this->authScopes = $authScopes; + } + + /** + * @return mixed + */ + public function getSendNotification() + { + return $this->sendNotification; + } + + /** + * @param mixed $sendNotification + */ + public function setSendNotification($sendNotification) + { + $this->sendNotification = $sendNotification; + } + + /** + * @return mixed + */ + public function getNotifyType() + { + return $this->notifyType; + } + + /** + * @param mixed $notifyType + */ + public function setNotifyType($notifyType) + { + $this->notifyType = $notifyType; + } + + /** + * @return mixed + */ + public function getNotifyAddress() + { + return $this->notifyAddress; + } + + /** + * @param mixed $notifyAddress + */ + public function setNotifyAddress($notifyAddress) + { + $this->notifyAddress = $notifyAddress; + } + + /** + * @return mixed + */ + public function getNotification() + { + return $this->notification; + } + + /** + * @param mixed $notification + */ + public function setNotification($notification) + { + $this->notification = $notification; + } + + + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ActorCorp.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ActorCorp.php new file mode 100644 index 0000000..631a951 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ActorCorp.php @@ -0,0 +1,116 @@ +actorCorpId; + } + + /** + * @param mixed $actorCorpId + */ + public function setActorCorpId($actorCorpId) + { + $this->actorCorpId = $actorCorpId; + } + + /** + * @return mixed + */ + public function getCorpIdentInfo() + { + return $this->corpIdentInfo; + } + + /** + * @param mixed $corpIdentInfo + */ + public function setCorpIdentInfo($corpIdentInfo) + { + $this->corpIdentInfo = $corpIdentInfo; + } + + /** + * @return mixed + */ + public function getCorpInfoExtend() + { + return $this->corpInfoExtend; + } + + /** + * @param mixed $corpInfoExtend + */ + public function setCorpInfoExtend($corpInfoExtend) + { + $this->corpInfoExtend = $corpInfoExtend; + } + + /** + * @return mixed + */ + public function getOperatorId() + { + return $this->operatorId; + } + + /** + * @param mixed $operatorId + */ + public function setOperatorId($operatorId) + { + $this->operatorId = $operatorId; + } + + /** + * @return mixed + */ + public function getOperatorIdentInfo() + { + return $this->operatorIdentInfo; + } + + /** + * @param mixed $operatorIdentInfo + */ + public function setOperatorIdentInfo($operatorIdentInfo) + { + $this->operatorIdentInfo = $operatorIdentInfo; + } + + /** + * @return mixed + */ + public function getOperatorInfoExtend() + { + return $this->operatorInfoExtend; + } + + /** + * @param mixed $operatorInfoExtend + */ + public function setOperatorInfoExtend($operatorInfoExtend) + { + $this->operatorInfoExtend = $operatorInfoExtend; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ActorUser.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ActorUser.php new file mode 100644 index 0000000..5805df2 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ActorUser.php @@ -0,0 +1,62 @@ +actorUserId; + } + + /** + * @param mixed $actorUserId + */ + public function setActorUserId($actorUserId) + { + $this->actorUserId = $actorUserId; + } + + /** + * @return mixed + */ + public function getUserIdentInfo() + { + return $this->userIdentInfo; + } + + /** + * @param mixed $userIdentInfo + */ + public function setUserIdentInfo($userIdentInfo) + { + $this->userIdentInfo = $userIdentInfo; + } + + /** + * @return mixed + */ + public function getUserInfoExtend() + { + return $this->userInfoExtend; + } + + /** + * @param mixed $userInfoExtend + */ + public function setUserInfoExtend($userInfoExtend) + { + $this->userInfoExtend = $userInfoExtend; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FddApiReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FddApiReq.php new file mode 100644 index 0000000..2654720 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FddApiReq.php @@ -0,0 +1,9 @@ +fieldId; + } + + /** + * @param mixed $fieldId + */ + public function setFieldId($fieldId) + { + $this->fieldId = $fieldId; + } + + /** + * @return mixed + */ + public function getFieldName() + { + return $this->fieldName; + } + + /** + * @param mixed $fieldName + */ + public function setFieldName($fieldName) + { + $this->fieldName = $fieldName; + } + + /** + * @return mixed + */ + public function getFieldKey() + { + return $this->fieldKey; + } + + /** + * @param mixed $fieldKey + */ + public function setFieldKey($fieldKey) + { + $this->fieldKey = $fieldKey; + } + + /** + * @return mixed + */ + public function getPosition() + { + return $this->position; + } + + /** + * @param mixed $position + */ + public function setPosition($position) + { + $this->position = $position; + } + + /** + * @return mixed + */ + public function getFieldType() + { + return $this->fieldType; + } + + /** + * @param mixed $fieldType + */ + public function setFieldType($fieldType) + { + $this->fieldType = $fieldType; + } + + /** + * @return mixed + */ + public function getFieldTextSingleLine() + { + return $this->fieldTextSingleLine; + } + + /** + * @param mixed $fieldTextSingleLine + */ + public function setFieldTextSingleLine($fieldTextSingleLine) + { + $this->fieldTextSingleLine = $fieldTextSingleLine; + } + + /** + * @return mixed + */ + public function getFieldTextMultiLine() + { + return $this->fieldTextMultiLine; + } + + /** + * @param mixed $fieldTextMultiLine + */ + public function setFieldTextMultiLine($fieldTextMultiLine) + { + $this->fieldTextMultiLine = $fieldTextMultiLine; + } + + /** + * @return mixed + */ + public function getFieldNumber() + { + return $this->fieldNumber; + } + + /** + * @param mixed $fieldNumber + */ + public function setFieldNumber($fieldNumber) + { + $this->fieldNumber = $fieldNumber; + } + + /** + * @return mixed + */ + public function getFieldIdCard() + { + return $this->fieldIdCard; + } + + /** + * @param mixed $fieldIdCard + */ + public function setFieldIdCard($fieldIdCard) + { + $this->fieldIdCard = $fieldIdCard; + } + + /** + * @return mixed + */ + public function getFieldFillDate() + { + return $this->fieldFillDate; + } + + /** + * @param mixed $fieldFillDate + */ + public function setFieldFillDate($fieldFillDate) + { + $this->fieldFillDate = $fieldFillDate; + } + + /** + * @return mixed + */ + public function getFieldMultiRadio() + { + return $this->fieldMultiRadio; + } + + /** + * @param mixed $fieldMultiRadio + */ + public function setFieldMultiRadio($fieldMultiRadio) + { + $this->fieldMultiRadio = $fieldMultiRadio; + } + + /** + * @return mixed + */ + public function getFieldMultiCheckbox() + { + return $this->fieldMultiCheckbox; + } + + /** + * @param mixed $fieldMultiCheckbox + */ + public function setFieldMultiCheckbox($fieldMultiCheckbox) + { + $this->fieldMultiCheckbox = $fieldMultiCheckbox; + } + + /** + * @return mixed + */ + public function getFieldSelectBox() + { + return $this->fieldSelectBox; + } + + /** + * @param mixed $fieldSelectBox + */ + public function setFieldSelectBox($fieldSelectBox) + { + $this->fieldSelectBox = $fieldSelectBox; + } + + /** + * @return mixed + */ + public function getMoveable() + { + return $this->moveable; + } + + /** + * @param mixed $moveable + */ + public function setMoveable($moveable) + { + $this->moveable = $moveable; + } + + /** + * @return mixed + */ + public function getFieldPersonSign() + { + return $this->fieldPersonSign; + } + + /** + * @param mixed $fieldPersonSign + */ + public function setFieldPersonSign($fieldPersonSign) + { + $this->fieldPersonSign = $fieldPersonSign; + } + + /** + * @return mixed + */ + public function getFieldCorpSeal() + { + return $this->fieldCorpSeal; + } + + /** + * @param mixed $fieldCorpSeal + */ + public function setFieldCorpSeal($fieldCorpSeal) + { + $this->fieldCorpSeal = $fieldCorpSeal; + } + + /** + * @return mixed + */ + public function getFieldDateSeal() + { + return $this->fieldDateSeal; + } + + /** + * @param mixed $fieldDateSeal + */ + public function setFieldDateSeal($fieldDateSeal) + { + $this->fieldDateSeal = $fieldDateSeal; + } + + /** + * @return mixed + */ + public function getFieldRemarkSign() + { + return $this->fieldRemarkSign; + } + + /** + * @param mixed $fieldRemarkSign + */ + public function setFieldRemarkSign($fieldRemarkSign) + { + $this->fieldRemarkSign = $fieldRemarkSign; + } + + /** + * @return mixed + */ + public function getFieldPicture() + { + return $this->fieldPicture; + } + + /** + * @param mixed $fieldPicture + */ + public function setFieldPicture($fieldPicture) + { + $this->fieldPicture = $fieldPicture; + } + + /** + * @return mixed + */ + public function getFieldTable() + { + return $this->fieldTable; + } + + /** + * @param mixed $fieldTable + */ + public function setFieldTable($fieldTable) + { + $this->fieldTable = $fieldTable; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldCorpSeal.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldCorpSeal.php new file mode 100644 index 0000000..6ebe263 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldCorpSeal.php @@ -0,0 +1,59 @@ +width; + } + + /** + * @param mixed $width + */ + public function setWidth($width) + { + $this->width = $width; + } + + /** + * @return mixed + */ + public function getHeight() + { + return $this->height; + } + + /** + * @param mixed $height + */ + public function setHeight($height) + { + $this->height = $height; + } + + /** + * @return mixed + */ + public function getCategoryType() + { + return $this->categoryType; + } + + /** + * @param mixed $categoryType + */ + public function setCategoryType($categoryType) + { + $this->categoryType = $categoryType; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldDateSign.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldDateSign.php new file mode 100644 index 0000000..b160a84 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldDateSign.php @@ -0,0 +1,42 @@ +dateFormat; + } + + /** + * @param mixed $dateFormat + */ + public function setDateFormat($dateFormat) + { + $this->dateFormat = $dateFormat; + } + + /** + * @return mixed + */ + public function getFontSize() + { + return $this->fontSize; + } + + /** + * @param mixed $fontSize + */ + public function setFontSize($fontSize) + { + $this->fontSize = $fontSize; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldFillDate.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldFillDate.php new file mode 100644 index 0000000..dbe67a4 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldFillDate.php @@ -0,0 +1,144 @@ +required; + } + + /** + * @param mixed $required + */ + public function setRequired($required) + { + $this->required = $required; + } + + /** + * @return mixed + */ + public function getDefaultValue() + { + return $this->defaultValue; + } + + /** + * @param mixed $defaultValue + */ + public function setDefaultValue($defaultValue) + { + $this->defaultValue = $defaultValue; + } + + /** + * @return mixed + */ + public function getDateFormat() + { + return $this->dateFormat; + } + + /** + * @param mixed $dateFormat + */ + public function setDateFormat($dateFormat) + { + $this->dateFormat = $dateFormat; + } + + /** + * @return mixed + */ + public function getWidth() + { + return $this->width; + } + + /** + * @param mixed $width + */ + public function setWidth($width) + { + $this->width = $width; + } + + /** + * @return mixed + */ + public function getHeight() + { + return $this->height; + } + + /** + * @param mixed $height + */ + public function setHeight($height) + { + $this->height = $height; + } + + /** + * @return mixed + */ + public function getFontType() + { + return $this->fontType; + } + + /** + * @param mixed $fontType + */ + public function setFontType($fontType) + { + $this->fontType = $fontType; + } + + /** + * @return mixed + */ + public function getFontSize() + { + return $this->fontSize; + } + + /** + * @param mixed $fontSize + */ + public function setFontSize($fontSize) + { + $this->fontSize = $fontSize; + } + + /** + * @return mixed + */ + public function getAlignment() + { + return $this->alignment; + } + + /** + * @param mixed $alignment + */ + public function setAlignment($alignment) + { + $this->alignment = $alignment; + } + +} + diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldIdCard.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldIdCard.php new file mode 100644 index 0000000..fd0c2a2 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldIdCard.php @@ -0,0 +1,161 @@ +required; + } + + /** + * @param mixed $required + */ + public function setRequired($required) + { + $this->required = $required; + } + + /** + * @return mixed + */ + public function getDefaultValue() + { + return $this->defaultValue; + } + + /** + * @param mixed $defaultValue + */ + public function setDefaultValue($defaultValue) + { + $this->defaultValue = $defaultValue; + } + + /** + * @return mixed + */ + public function getAutofill() + { + return $this->autofill; + } + + /** + * @param mixed $autofill + */ + public function setAutofill($autofill) + { + $this->autofill = $autofill; + } + + /** + * @return mixed + */ + public function getTips() + { + return $this->tips; + } + + /** + * @param mixed $tips + */ + public function setTips($tips) + { + $this->tips = $tips; + } + + /** + * @return mixed + */ + public function getWidth() + { + return $this->width; + } + + /** + * @param mixed $width + */ + public function setWidth($width) + { + $this->width = $width; + } + + /** + * @return mixed + */ + public function getHeight() + { + return $this->height; + } + + /** + * @param mixed $height + */ + public function setHeight($height) + { + $this->height = $height; + } + + /** + * @return mixed + */ + public function getFontType() + { + return $this->fontType; + } + + /** + * @param mixed $fontType + */ + public function setFontType($fontType) + { + $this->fontType = $fontType; + } + + /** + * @return mixed + */ + public function getFontSize() + { + return $this->fontSize; + } + + /** + * @param mixed $fontSize + */ + public function setFontSize($fontSize) + { + $this->fontSize = $fontSize; + } + + /** + * @return mixed + */ + public function getAlignment() + { + return $this->alignment; + } + + /** + * @param mixed $alignment + */ + public function setAlignment($alignment) + { + $this->alignment = $alignment; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldMultiCheckbox.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldMultiCheckbox.php new file mode 100644 index 0000000..988b673 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldMultiCheckbox.php @@ -0,0 +1,61 @@ +required; + } + + /** + * @param mixed $required + */ + public function setRequired($required) + { + $this->required = $required; + } + + /** + * @return mixed + */ + public function getOption() + { + return $this->option; + } + + /** + * @param mixed $option + */ + public function setOption($option) + { + $this->option = $option; + } + + /** + * @return mixed + */ + public function getDefaultValue() + { + return $this->defaultValue; + } + + /** + * @param mixed $defaultValue + */ + public function setDefaultValue($defaultValue) + { + $this->defaultValue = $defaultValue; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldMultiRadio.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldMultiRadio.php new file mode 100644 index 0000000..b4ed245 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldMultiRadio.php @@ -0,0 +1,59 @@ +required; + } + + /** + * @param mixed $required + */ + public function setRequired($required) + { + $this->required = $required; + } + + /** + * @return mixed + */ + public function getOption() + { + return $this->option; + } + + /** + * @param mixed $option + */ + public function setOption($option) + { + $this->option = $option; + } + + /** + * @return mixed + */ + public function getDefaultValue() + { + return $this->defaultValue; + } + + /** + * @param mixed $defaultValue + */ + public function setDefaultValue($defaultValue) + { + $this->defaultValue = $defaultValue; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldNumber.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldNumber.php new file mode 100644 index 0000000..02990c7 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldNumber.php @@ -0,0 +1,144 @@ +required; + } + + /** + * @param mixed $required + */ + public function setRequired($required) + { + $this->required = $required; + } + + /** + * @return mixed + */ + public function getDefaultValue() + { + return $this->defaultValue; + } + + /** + * @param mixed $defaultValue + */ + public function setDefaultValue($defaultValue) + { + $this->defaultValue = $defaultValue; + } + + /** + * @return mixed + */ + public function getTips() + { + return $this->tips; + } + + /** + * @param mixed $tips + */ + public function setTips($tips) + { + $this->tips = $tips; + } + + /** + * @return mixed + */ + public function getWidth() + { + return $this->width; + } + + /** + * @param mixed $width + */ + public function setWidth($width) + { + $this->width = $width; + } + + /** + * @return mixed + */ + public function getHeight() + { + return $this->height; + } + + /** + * @param mixed $height + */ + public function setHeight($height) + { + $this->height = $height; + } + + /** + * @return mixed + */ + public function getFontType() + { + return $this->fontType; + } + + /** + * @param mixed $fontType + */ + public function setFontType($fontType) + { + $this->fontType = $fontType; + } + + /** + * @return mixed + */ + public function getFontSize() + { + return $this->fontSize; + } + + /** + * @param mixed $fontSize + */ + public function setFontSize($fontSize) + { + $this->fontSize = $fontSize; + } + + /** + * @return mixed + */ + public function getAlignment() + { + return $this->alignment; + } + + /** + * @param mixed $alignment + */ + public function setAlignment($alignment) + { + $this->alignment = $alignment; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldPersonSign.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldPersonSign.php new file mode 100644 index 0000000..fcc2d96 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldPersonSign.php @@ -0,0 +1,41 @@ +width; + } + + /** + * @param mixed $width + */ + public function setWidth($width) + { + $this->width = $width; + } + + /** + * @return mixed + */ + public function getHeight() + { + return $this->height; + } + + /** + * @param mixed $height + */ + public function setHeight($height) + { + $this->height = $height; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldPicture.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldPicture.php new file mode 100644 index 0000000..1cb3e6d --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldPicture.php @@ -0,0 +1,76 @@ +required; + } + + /** + * @param mixed $required + */ + public function setRequired($required) + { + $this->required = $required; + } + + /** + * @return mixed + */ + public function getDefaultValue() + { + return $this->defaultValue; + } + + /** + * @param mixed $defaultValue + */ + public function setDefaultValue($defaultValue) + { + $this->defaultValue = $defaultValue; + } + + /** + * @return mixed + */ + public function getWidth() + { + return $this->width; + } + + /** + * @param mixed $width + */ + public function setWidth($width) + { + $this->width = $width; + } + + /** + * @return mixed + */ + public function getHeight() + { + return $this->height; + } + + /** + * @param mixed $height + */ + public function setHeight($height) + { + $this->height = $height; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldPosition.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldPosition.php new file mode 100644 index 0000000..25b3d2e --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldPosition.php @@ -0,0 +1,132 @@ +positionMode; + } + + /** + * @param mixed $positionMode + */ + public function setPositionMode($positionMode) + { + $this->positionMode = $positionMode; + } + + /** + * @return mixed + */ + public function getPositionPageNo() + { + return $this->positionPageNo; + } + + /** + * @param mixed $positionPageNo + */ + public function setPositionPageNo($positionPageNo) + { + $this->positionPageNo = $positionPageNo; + } + + /** + * @return mixed + */ + public function getPositionX() + { + return $this->positionX; + } + + /** + * @param mixed $positionX + */ + public function setPositionX($positionX) + { + $this->positionX = $positionX; + } + + /** + * @return mixed + */ + public function getPositionY() + { + return $this->positionY; + } + + /** + * @param mixed $positionY + */ + public function setPositionY($positionY) + { + $this->positionY = $positionY; + } + + /** + * @return mixed + */ + public function getPositionKeyword() + { + return $this->positionKeyword; + } + + /** + * @param mixed $positionKeyword + */ + public function setPositionKeyword($positionKeyword) + { + $this->positionKeyword = $positionKeyword; + } + + /** + * @return mixed + */ + public function getKeywordOffsetX() + { + return $this->keywordOffsetX; + } + + /** + * @param mixed $keywordOffsetX + */ + public function setKeywordOffsetX($keywordOffsetX) + { + $this->keywordOffsetX = $keywordOffsetX; + } + + /** + * @return mixed + */ + public function getKeywordOffsetY() + { + return $this->keywordOffsetY; + } + + /** + * @param mixed $keywordOffsetY + */ + public function setKeywordOffsetY($keywordOffsetY) + { + $this->keywordOffsetY = $keywordOffsetY; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldRemarkSign.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldRemarkSign.php new file mode 100644 index 0000000..9429b1e --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldRemarkSign.php @@ -0,0 +1,126 @@ +defaultValue; + } + + /** + * @param mixed $defaultValue + */ + public function setDefaultValue($defaultValue) + { + $this->defaultValue = $defaultValue; + } + + /** + * @return mixed + */ + public function getTips() + { + return $this->tips; + } + + /** + * @param mixed $tips + */ + public function setTips($tips) + { + $this->tips = $tips; + } + + /** + * @return mixed + */ + public function getEditable() + { + return $this->editable; + } + + /** + * @param mixed $editable + */ + public function setEditable($editable) + { + $this->editable = $editable; + } + + /** + * @return mixed + */ + public function getWidth() + { + return $this->width; + } + + /** + * @param mixed $width + */ + public function setWidth($width) + { + $this->width = $width; + } + + /** + * @return mixed + */ + public function getHeight() + { + return $this->height; + } + + /** + * @param mixed $height + */ + public function setHeight($height) + { + $this->height = $height; + } + + /** + * @return mixed + */ + public function getFontType() + { + return $this->fontType; + } + + /** + * @param mixed $fontType + */ + public function setFontType($fontType) + { + $this->fontType = $fontType; + } + + /** + * @return mixed + */ + public function getFontSize() + { + return $this->fontSize; + } + + /** + * @param mixed $fontSize + */ + public function setFontSize($fontSize) + { + $this->fontSize = $fontSize; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldSelectBox.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldSelectBox.php new file mode 100644 index 0000000..a192c2d --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldSelectBox.php @@ -0,0 +1,161 @@ +required; + } + + /** + * @param mixed $required + */ + public function setRequired($required) + { + $this->required = $required; + } + + /** + * @return mixed + */ + public function getOption() + { + return $this->option; + } + + /** + * @param mixed $option + */ + public function setOption($option) + { + $this->option = $option; + } + + /** + * @return mixed + */ + public function getDefaultValue() + { + return $this->defaultValue; + } + + /** + * @param mixed $defaultValue + */ + public function setDefaultValue($defaultValue) + { + $this->defaultValue = $defaultValue; + } + + /** + * @return mixed + */ + public function getTips() + { + return $this->tips; + } + + /** + * @param mixed $tips + */ + public function setTips($tips) + { + $this->tips = $tips; + } + + /** + * @return mixed + */ + public function getWidth() + { + return $this->width; + } + + /** + * @param mixed $width + */ + public function setWidth($width) + { + $this->width = $width; + } + + /** + * @return mixed + */ + public function getHeight() + { + return $this->height; + } + + /** + * @param mixed $height + */ + public function setHeight($height) + { + $this->height = $height; + } + + /** + * @return mixed + */ + public function getFontType() + { + return $this->fontType; + } + + /** + * @param mixed $fontType + */ + public function setFontType($fontType) + { + $this->fontType = $fontType; + } + + /** + * @return mixed + */ + public function getFontSize() + { + return $this->fontSize; + } + + /** + * @param mixed $fontSize + */ + public function setFontSize($fontSize) + { + $this->fontSize = $fontSize; + } + + /** + * @return mixed + */ + public function getAlignment() + { + return $this->alignment; + } + + /** + * @param mixed $alignment + */ + public function setAlignment($alignment) + { + $this->alignment = $alignment; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldTable.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldTable.php new file mode 100644 index 0000000..a21313c --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldTable.php @@ -0,0 +1,246 @@ +required; + } + + /** + * @param mixed $required + */ + public function setRequired($required) + { + $this->required = $required; + } + + /** + * @return mixed + */ + public function getHeader() + { + return $this->header; + } + + /** + * @param mixed $header + */ + public function setHeader($header) + { + $this->header = $header; + } + + /** + * @return mixed + */ + public function getRequiredCount() + { + return $this->requiredCount; + } + + /** + * @param mixed $requiredCount + */ + public function setRequiredCount($requiredCount) + { + $this->requiredCount = $requiredCount; + } + + /** + * @return mixed + */ + public function getFontType() + { + return $this->fontType; + } + + /** + * @param mixed $fontType + */ + public function setFontType($fontType) + { + $this->fontType = $fontType; + } + + /** + * @return mixed + */ + public function getFontSize() + { + return $this->fontSize; + } + + /** + * @param mixed $fontSize + */ + public function setFontSize($fontSize) + { + $this->fontSize = $fontSize; + } + + /** + * @return mixed + */ + public function getAlignment() + { + return $this->alignment; + } + + /** + * @param mixed $alignment + */ + public function setAlignment($alignment) + { + $this->alignment = $alignment; + } + + /** + * @return mixed + */ + public function getHeaderPosition() + { + return $this->headerPosition; + } + + /** + * @param mixed $headerPosition + */ + public function setHeaderPosition($headerPosition) + { + $this->headerPosition = $headerPosition; + } + + /** + * @return mixed + */ + public function getRows() + { + return $this->rows; + } + + /** + * @param mixed $rows + */ + public function setRows($rows) + { + $this->rows = $rows; + } + + /** + * @return mixed + */ + public function getCols() + { + return $this->cols; + } + + /** + * @param mixed $cols + */ + public function setCols($cols) + { + $this->cols = $cols; + } + + /** + * @return mixed + */ + public function getRowHeight() + { + return $this->rowHeight; + } + + /** + * @param mixed $rowHeight + */ + public function setRowHeight($rowHeight) + { + $this->rowHeight = $rowHeight; + } + + /** + * @return mixed + */ + public function getWidths() + { + return $this->widths; + } + + /** + * @param mixed $widths + */ + public function setWidths($widths) + { + $this->widths = $widths; + } + + /** + * @return mixed + */ + public function getDynamicFilling() + { + return $this->dynamicFilling; + } + + /** + * @param mixed $dynamicFilling + */ + public function setDynamicFilling($dynamicFilling) + { + $this->dynamicFilling = $dynamicFilling; + } + + /** + * @return mixed + */ + public function getDefaultValue() + { + return $this->defaultValue; + } + + /** + * @param mixed $defaultValue + */ + public function setDefaultValue($defaultValue) + { + $this->defaultValue = $defaultValue; + } + + /** + * @return mixed + */ + public function getHideHeader() + { + return $this->hideHeader; + } + + /** + * @param mixed $hideHeader + */ + public function setHideHeader($hideHeader) + { + $this->hideHeader = $hideHeader; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldTextMultiLine.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldTextMultiLine.php new file mode 100644 index 0000000..05f3667 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldTextMultiLine.php @@ -0,0 +1,144 @@ +required; + } + + /** + * @param mixed $required + */ + public function setRequired($required) + { + $this->required = $required; + } + + /** + * @return mixed + */ + public function getDefaultValue() + { + return $this->defaultValue; + } + + /** + * @param mixed $defaultValue + */ + public function setDefaultValue($defaultValue) + { + $this->defaultValue = $defaultValue; + } + + /** + * @return mixed + */ + public function getTips() + { + return $this->tips; + } + + /** + * @param mixed $tips + */ + public function setTips($tips) + { + $this->tips = $tips; + } + + /** + * @return mixed + */ + public function getWidth() + { + return $this->width; + } + + /** + * @param mixed $width + */ + public function setWidth($width) + { + $this->width = $width; + } + + /** + * @return mixed + */ + public function getHeight() + { + return $this->height; + } + + /** + * @param mixed $height + */ + public function setHeight($height) + { + $this->height = $height; + } + + /** + * @return mixed + */ + public function getFontType() + { + return $this->fontType; + } + + /** + * @param mixed $fontType + */ + public function setFontType($fontType) + { + $this->fontType = $fontType; + } + + /** + * @return mixed + */ + public function getFontSize() + { + return $this->fontSize; + } + + /** + * @param mixed $fontSize + */ + public function setFontSize($fontSize) + { + $this->fontSize = $fontSize; + } + + /** + * @return mixed + */ + public function getAlignment() + { + return $this->alignment; + } + + /** + * @param mixed $alignment + */ + public function setAlignment($alignment) + { + $this->alignment = $alignment; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldTextSingleLine.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldTextSingleLine.php new file mode 100644 index 0000000..9d5612b --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/FieldTextSingleLine.php @@ -0,0 +1,178 @@ +required; + } + + /** + * @param mixed $required + */ + public function setRequired($required) + { + $this->required = $required; + } + + /** + * @return mixed + */ + public function getDefaultValue() + { + return $this->defaultValue; + } + + /** + * @param mixed $defaultValue + */ + public function setDefaultValue($defaultValue) + { + $this->defaultValue = $defaultValue; + } + + /** + * @return mixed + */ + public function getAutofill() + { + return $this->autofill; + } + + /** + * @param mixed $autofill + */ + public function setAutofill($autofill) + { + $this->autofill = $autofill; + } + + /** + * @return mixed + */ + public function getAutofillInfo() + { + return $this->autofillInfo; + } + + /** + * @param mixed $autofillInfo + */ + public function setAutofillInfo($autofillInfo) + { + $this->autofillInfo = $autofillInfo; + } + + /** + * @return mixed + */ + public function getTips() + { + return $this->tips; + } + + /** + * @param mixed $tips + */ + public function setTips($tips) + { + $this->tips = $tips; + } + + /** + * @return mixed + */ + public function getWidth() + { + return $this->width; + } + + /** + * @param mixed $width + */ + public function setWidth($width) + { + $this->width = $width; + } + + /** + * @return mixed + */ + public function getHeight() + { + return $this->height; + } + + /** + * @param mixed $height + */ + public function setHeight($height) + { + $this->height = $height; + } + + /** + * @return mixed + */ + public function getFontType() + { + return $this->fontType; + } + + /** + * @param mixed $fontType + */ + public function setFontType($fontType) + { + $this->fontType = $fontType; + } + + /** + * @return mixed + */ + public function getFontSize() + { + return $this->fontSize; + } + + /** + * @param mixed $fontSize + */ + public function setFontSize($fontSize) + { + $this->fontSize = $fontSize; + } + + /** + * @return mixed + */ + public function getAlignment() + { + return $this->alignment; + } + + /** + * @param mixed $alignment + */ + public function setAlignment($alignment) + { + $this->alignment = $alignment; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/Notification.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/Notification.php new file mode 100644 index 0000000..1a754e3 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/Notification.php @@ -0,0 +1,62 @@ +sendNotification; + } + + /** + * @param mixed $sendNotification + */ + public function setSendNotification($sendNotification) + { + $this->sendNotification = $sendNotification; + } + + /** + * @return mixed + */ + public function getNotifyWay() + { + return $this->notifyWay; + } + + /** + * @param mixed $notifyWay + */ + public function setNotifyWay($notifyWay) + { + $this->notifyWay = $notifyWay; + } + + /** + * @return mixed + */ + public function getNotifyAddress() + { + return $this->notifyAddress; + } + + /** + * @param mixed $notifyAddress + */ + public function setNotifyAddress($notifyAddress) + { + $this->notifyAddress = $notifyAddress; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/OpenId.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/OpenId.php new file mode 100644 index 0000000..0b571ac --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/OpenId.php @@ -0,0 +1,44 @@ +idType; + } + + /** + * @param mixed $idType + */ + public function setIdType($idType) + { + $this->idType = $idType; + } + + /** + * @return mixed + */ + public function getOpenId() + { + return $this->openId; + } + + /** + * @param mixed $openId + */ + public function setOpenId($openId) + { + $this->openId = $openId; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/UserInfoExtend.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/UserInfoExtend.php new file mode 100644 index 0000000..4a2131b --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/UserInfoExtend.php @@ -0,0 +1,44 @@ +bankAccountNo; + } + + /** + * @param mixed $bankAccountNo + */ + public function setBankAccountNo($bankAccountNo) + { + $this->bankAccountNo = $bankAccountNo; + } + + /** + * @return mixed + */ + public function getMobile() + { + return $this->mobile; + } + + /** + * @param mixed $mobile + */ + public function setMobile($mobile) + { + $this->mobile = $mobile; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/AppTemplateCreateGetUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/AppTemplateCreateGetUrlReq.php new file mode 100644 index 0000000..9e8816a --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/AppTemplateCreateGetUrlReq.php @@ -0,0 +1,61 @@ +type; + } + + /** + * @param mixed $type + */ + public function setType($type) + { + $this->type = $type; + } + + /** + * @return mixed + */ + public function getCreateSerialNo() + { + return $this->createSerialNo; + } + + /** + * @param mixed $createSerialNo + */ + public function setCreateSerialNo($createSerialNo) + { + $this->createSerialNo = $createSerialNo; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/AppTemplateEditGetUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/AppTemplateEditGetUrlReq.php new file mode 100644 index 0000000..70d1877 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/AppTemplateEditGetUrlReq.php @@ -0,0 +1,42 @@ +appTemplateId; + } + + /** + * @param mixed $appTemplateId + */ + public function setAppTemplateId($appTemplateId) + { + $this->appTemplateId = $appTemplateId; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/AppTemplatePreviewGetUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/AppTemplatePreviewGetUrlReq.php new file mode 100644 index 0000000..635f5fd --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/AppTemplatePreviewGetUrlReq.php @@ -0,0 +1,42 @@ +appTemplateId; + } + + /** + * @param mixed $appTemplateId + */ + public function setAppTemplateId($appTemplateId) + { + $this->appTemplateId = $appTemplateId; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/appField/AppFieldCreateReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/appField/AppFieldCreateReq.php new file mode 100644 index 0000000..aab32f8 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/appField/AppFieldCreateReq.php @@ -0,0 +1,61 @@ +fieldKey; + } + + /** + * @param mixed $fieldKey + */ + public function setFieldKey($fieldKey) + { + $this->fieldKey = $fieldKey; + } + + /** + * @return mixed + */ + public function getFieldName() + { + return $this->fieldName; + } + + /** + * @param mixed $fieldName + */ + public function setFieldName($fieldName) + { + $this->fieldName = $fieldName; + } + + /** + * @return mixed + */ + public function getFieldType() + { + return $this->fieldType; + } + + /** + * @param mixed $fieldType + */ + public function setFieldType($fieldType) + { + $this->fieldType = $fieldType; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/appField/AppFieldGetListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/appField/AppFieldGetListReq.php new file mode 100644 index 0000000..4842399 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/appField/AppFieldGetListReq.php @@ -0,0 +1,8 @@ +fieldKey; + } + + /** + * @param mixed $fieldKey + */ + public function setFieldKey($fieldKey) + { + $this->fieldKey = $fieldKey; + } + + /** + * @return mixed + */ + public function getFieldName() + { + return $this->fieldName; + } + + /** + * @param mixed $fieldName + */ + public function setFieldName($fieldName) + { + $this->fieldName = $fieldName; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/appField/AppFieldSetStatusReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/appField/AppFieldSetStatusReq.php new file mode 100644 index 0000000..9a69676 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/appField/AppFieldSetStatusReq.php @@ -0,0 +1,44 @@ +fieldKey; + } + + /** + * @param mixed $fieldKey + */ + public function setFieldKey($fieldKey) + { + $this->fieldKey = $fieldKey; + } + + /** + * @return mixed + */ + public function getFieldStatus() + { + return $this->fieldStatus; + } + + /** + * @param mixed $fieldStatus + */ + public function setFieldStatus($fieldStatus) + { + $this->fieldStatus = $fieldStatus; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/docTemplate/AppDocTemplateDeleteReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/docTemplate/AppDocTemplateDeleteReq.php new file mode 100644 index 0000000..44cbc07 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/docTemplate/AppDocTemplateDeleteReq.php @@ -0,0 +1,26 @@ +appDocTemplateId; + } + + /** + * @param mixed $appDocTemplateId + */ + public function setAppDocTemplateId($appDocTemplateId) + { + $this->appDocTemplateId = $appDocTemplateId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/docTemplate/AppDocTemplateDetailReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/docTemplate/AppDocTemplateDetailReq.php new file mode 100644 index 0000000..095d530 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/docTemplate/AppDocTemplateDetailReq.php @@ -0,0 +1,25 @@ +appDocTemplateId; + } + + /** + * @param mixed $appDocTemplateId + */ + public function setAppDocTemplateId($appDocTemplateId) + { + $this->appDocTemplateId = $appDocTemplateId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/docTemplate/AppDocTemplateListFilterInfo.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/docTemplate/AppDocTemplateListFilterInfo.php new file mode 100644 index 0000000..a6a75f5 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/docTemplate/AppDocTemplateListFilterInfo.php @@ -0,0 +1,26 @@ +appDocTemplateName; + } + + /** + * @param mixed $appDocTemplateName + */ + public function setAppDocTemplateName($appDocTemplateName) + { + $this->appDocTemplateName = $appDocTemplateName; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/docTemplate/AppDocTemplateListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/docTemplate/AppDocTemplateListReq.php new file mode 100644 index 0000000..3a2b42c --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/docTemplate/AppDocTemplateListReq.php @@ -0,0 +1,61 @@ +listFilter; + } + + /** + * @param mixed $listFilter + */ + public function setListFilter($listFilter) + { + $this->listFilter = $listFilter; + } + + /** + * @return mixed + */ + public function getListPageNo() + { + return $this->listPageNo; + } + + /** + * @param mixed $listPageNo + */ + public function setListPageNo($listPageNo) + { + $this->listPageNo = $listPageNo; + } + + /** + * @return mixed + */ + public function getListPageSize() + { + return $this->listPageSize; + } + + /** + * @param mixed $listPageSize + */ + public function setListPageSize($listPageSize) + { + $this->listPageSize = $listPageSize; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/docTemplate/AppDocTemplateSetStatusReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/docTemplate/AppDocTemplateSetStatusReq.php new file mode 100644 index 0000000..a31cfe9 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/docTemplate/AppDocTemplateSetStatusReq.php @@ -0,0 +1,44 @@ +appDocTemplateId; + } + + /** + * @param mixed $appDocTemplateId + */ + public function setAppDocTemplateId($appDocTemplateId) + { + $this->appDocTemplateId = $appDocTemplateId; + } + + /** + * @return mixed + */ + public function getAppDocTemplateStatus() + { + return $this->appDocTemplateStatus; + } + + /** + * @param mixed $appDocTemplateStatus + */ + public function setAppDocTemplateStatus($appDocTemplateStatus) + { + $this->appDocTemplateStatus = $appDocTemplateStatus; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/signTemplate/AppSignTemplateDeleteReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/signTemplate/AppSignTemplateDeleteReq.php new file mode 100644 index 0000000..f68b985 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/signTemplate/AppSignTemplateDeleteReq.php @@ -0,0 +1,26 @@ +appSignTemplateId; + } + + /** + * @param mixed $appSignTemplateId + */ + public function setAppSignTemplateId($appSignTemplateId) + { + $this->appSignTemplateId = $appSignTemplateId; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/signTemplate/AppSignTemplateDetailReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/signTemplate/AppSignTemplateDetailReq.php new file mode 100644 index 0000000..08e81ca --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/signTemplate/AppSignTemplateDetailReq.php @@ -0,0 +1,26 @@ +appSignTemplateId; + } + + /** + * @param mixed $appSignTemplateId + */ + public function setAppSignTemplateId($appSignTemplateId) + { + $this->appSignTemplateId = $appSignTemplateId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/signTemplate/AppSignTemplateListFilterInfo.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/signTemplate/AppSignTemplateListFilterInfo.php new file mode 100644 index 0000000..a186737 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/signTemplate/AppSignTemplateListFilterInfo.php @@ -0,0 +1,26 @@ +appSignTemplateName; + } + + /** + * @param mixed $appSignTemplateName + */ + public function setAppSignTemplateName($appSignTemplateName) + { + $this->appSignTemplateName = $appSignTemplateName; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/signTemplate/AppSignTemplateListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/signTemplate/AppSignTemplateListReq.php new file mode 100644 index 0000000..d6ffb36 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/signTemplate/AppSignTemplateListReq.php @@ -0,0 +1,62 @@ +listFilter; + } + + /** + * @param mixed $listFilter + */ + public function setListFilter($listFilter) + { + $this->listFilter = $listFilter; + } + + /** + * @return mixed + */ + public function getListPageNo() + { + return $this->listPageNo; + } + + /** + * @param mixed $listPageNo + */ + public function setListPageNo($listPageNo) + { + $this->listPageNo = $listPageNo; + } + + /** + * @return mixed + */ + public function getListPageSize() + { + return $this->listPageSize; + } + + /** + * @param mixed $listPageSize + */ + public function setListPageSize($listPageSize) + { + $this->listPageSize = $listPageSize; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/signTemplate/AppSignTemplateSetStatusReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/signTemplate/AppSignTemplateSetStatusReq.php new file mode 100644 index 0000000..20b81bc --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/appTemplate/signTemplate/AppSignTemplateSetStatusReq.php @@ -0,0 +1,43 @@ +appSignTemplateId; + } + + /** + * @param mixed $appSignTemplateId + */ + public function setAppSignTemplateId($appSignTemplateId) + { + $this->appSignTemplateId = $appSignTemplateId; + } + + /** + * @return mixed + */ + public function getAppSignTemplateStatus() + { + return $this->appSignTemplateStatus; + } + + /** + * @param mixed $appSignTemplateStatus + */ + public function setAppSignTemplateStatus($appSignTemplateStatus) + { + $this->appSignTemplateStatus = $appSignTemplateStatus; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/approval/GetApprovalDetailReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/approval/GetApprovalDetailReq.php new file mode 100644 index 0000000..2ec6c02 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/approval/GetApprovalDetailReq.php @@ -0,0 +1,61 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getApprovalType() + { + return $this->approvalType; + } + + /** + * @param mixed $approvalType + */ + public function setApprovalType($approvalType) + { + $this->approvalType = $approvalType; + } + + /** + * @return mixed + */ + public function getApprovalId() + { + return $this->approvalId; + } + + /** + * @param mixed $approvalId + */ + public function setApprovalId($approvalId) + { + $this->approvalId = $approvalId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/approval/GetApprovalFlowDetailReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/approval/GetApprovalFlowDetailReq.php new file mode 100644 index 0000000..08801b8 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/approval/GetApprovalFlowDetailReq.php @@ -0,0 +1,61 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getApprovalFlowId() + { + return $this->approvalFlowId; + } + + /** + * @param mixed $approvalFlowId + */ + public function setApprovalFlowId($approvalFlowId) + { + $this->approvalFlowId = $approvalFlowId; + } + + /** + * @return mixed + */ + public function getApprovalType() + { + return $this->approvalType; + } + + /** + * @param mixed $approvalType + */ + public function setApprovalType($approvalType) + { + $this->approvalType = $approvalType; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/approval/GetApprovalFlowListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/approval/GetApprovalFlowListReq.php new file mode 100644 index 0000000..4018f2b --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/approval/GetApprovalFlowListReq.php @@ -0,0 +1,43 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getApprovalType() + { + return $this->approvalType; + } + + /** + * @param mixed $approvalType + */ + public function setApprovalType($approvalType) + { + $this->approvalType = $approvalType; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/approval/GetApprovalInfoListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/approval/GetApprovalInfoListReq.php new file mode 100644 index 0000000..af661fc --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/approval/GetApprovalInfoListReq.php @@ -0,0 +1,93 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getApprovalType() + { + return $this->approvalType; + } + + /** + * @param mixed $approvalType + */ + public function setApprovalType($approvalType) + { + $this->approvalType = $approvalType; + } + + /** + * @return mixed + */ + public function getApprovalStatus() + { + return $this->approvalStatus; + } + + /** + * @param mixed $approvalStatus + */ + public function setApprovalStatus($approvalStatus) + { + $this->approvalStatus = $approvalStatus; + } + + /** + * @return mixed + */ + public function getListPageNo() + { + return $this->listPageNo; + } + + /** + * @param mixed $listPageNo + */ + public function setListPageNo($listPageNo) + { + $this->listPageNo = $listPageNo; + } + + /** + * @return mixed + */ + public function getListPageSize() + { + return $this->listPageSize; + } + + /** + * @param mixed $listPageSize + */ + public function setListPageSize($listPageSize) + { + $this->listPageSize = $listPageSize; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/approval/GetApprovalUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/approval/GetApprovalUrlReq.php new file mode 100644 index 0000000..c274f4f --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/approval/GetApprovalUrlReq.php @@ -0,0 +1,76 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getClientUserId() + { + return $this->clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getApprovalId() + { + return $this->approvalId; + } + + /** + * @param mixed $approvalId + */ + public function setApprovalId($approvalId) + { + $this->approvalId = $approvalId; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/ArchivesCatalogListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/ArchivesCatalogListReq.php new file mode 100644 index 0000000..8d8061a --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/ArchivesCatalogListReq.php @@ -0,0 +1,40 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getCatalogId() + { + return $this->catalogId; + } + + /** + * @param mixed $catalogId + */ + public function setCatalogId($catalogId) + { + $this->catalogId = $catalogId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/ArchivesContactArchivedReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/ArchivesContactArchivedReq.php new file mode 100644 index 0000000..2aa4957 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/ArchivesContactArchivedReq.php @@ -0,0 +1,141 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getContractType() + { + return $this->contractType; + } + + /** + * @param mixed $contractType + */ + public function setContractType($contractType) + { + $this->contractType = $contractType; + } + + /** + * @return mixed + */ + public function getContractNo() + { + return $this->contractNo; + } + + /** + * @param mixed $contractNo + */ + public function setContractNo($contractNo) + { + $this->contractNo = $contractNo; + } + + /** + * @return mixed + */ + public function getCatalogId() + { + return $this->catalogId; + } + + /** + * @param mixed $catalogId + */ + public function setCatalogId($catalogId) + { + $this->catalogId = $catalogId; + } + + /** + * @return mixed + */ + public function getSignTaskId() + { + return $this->signTaskId; + } + + /** + * @param mixed $signTaskId + */ + public function setSignTaskId($signTaskId) + { + $this->signTaskId = $signTaskId; + } + + /** + * @return mixed + */ + public function getFileId() + { + return $this->fileId; + } + + /** + * @param mixed $fileId + */ + public function setFileId($fileId) + { + $this->fileId = $fileId; + } + + /** + * @return mixed + */ + public function getMemberId() + { + return $this->memberId; + } + + /** + * @param mixed $memberId + */ + public function setMemberId($memberId) + { + $this->memberId = $memberId; + } + + /** + * @return mixed + */ + public function getAttachments() + { + return $this->attachments; + } + + /** + * @param mixed $attachments + */ + public function setAttachments($attachments) + { + $this->attachments = $attachments; + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/ArchivesPerformanceDeleteReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/ArchivesPerformanceDeleteReq.php new file mode 100644 index 0000000..81c2237 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/ArchivesPerformanceDeleteReq.php @@ -0,0 +1,57 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getArchivesId() + { + return $this->archivesId; + } + + /** + * @param mixed $archivesId + */ + public function setArchivesId($archivesId) + { + $this->archivesId = $archivesId; + } + + /** + * @return mixed + */ + public function getPerformanceId() + { + return $this->performanceId; + } + + /** + * @param mixed $performanceId + */ + public function setPerformanceId($performanceId) + { + $this->performanceId = $performanceId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/ArchivesPerformanceListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/ArchivesPerformanceListReq.php new file mode 100644 index 0000000..4d7f8bb --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/ArchivesPerformanceListReq.php @@ -0,0 +1,57 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getMemberId() + { + return $this->memberId; + } + + /** + * @param mixed $memberId + */ + public function setMemberId($memberId) + { + $this->memberId = $memberId; + } + + /** + * @return mixed + */ + public function getArchivesId() + { + return $this->archivesId; + } + + /** + * @param mixed $archivesId + */ + public function setArchivesId($archivesId) + { + $this->archivesId = $archivesId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/ArchivesPerformanceModifyReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/ArchivesPerformanceModifyReq.php new file mode 100644 index 0000000..29dcbcf --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/ArchivesPerformanceModifyReq.php @@ -0,0 +1,228 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getArchivesId() + { + return $this->archivesId; + } + + /** + * @param mixed $archivesId + */ + public function setArchivesId($archivesId) + { + $this->archivesId = $archivesId; + } + + /** + * @return mixed + */ + public function getPerformanceId() + { + return $this->performanceId; + } + + /** + * @param mixed $performanceId + */ + public function setPerformanceId($performanceId) + { + $this->performanceId = $performanceId; + } + + /** + * @return mixed + */ + public function getPerformanceType() + { + return $this->performanceType; + } + + /** + * @param mixed $performanceType + */ + public function setPerformanceType($performanceType) + { + $this->performanceType = $performanceType; + } + + /** + * @return mixed + */ + public function getPerformanceName() + { + return $this->performanceName; + } + + /** + * @param mixed $performanceName + */ + public function setPerformanceName($performanceName) + { + $this->performanceName = $performanceName; + } + + /** + * @return mixed + */ + public function getExpireTime() + { + return $this->expireTime; + } + + /** + * @param mixed $expireTime + */ + public function setExpireTime($expireTime) + { + $this->expireTime = $expireTime; + } + + /** + * @return mixed + */ + public function getRemindStartDate() + { + return $this->remindStartDate; + } + + /** + * @param mixed $remindStartDate + */ + public function setRemindStartDate($remindStartDate) + { + $this->remindStartDate = $remindStartDate; + } + + /** + * @return mixed + */ + public function getRemindFrequency() + { + return $this->remindFrequency; + } + + /** + * @param mixed $remindFrequency + */ + public function setRemindFrequency($remindFrequency) + { + $this->remindFrequency = $remindFrequency; + } + + /** + * @return mixed + */ + public function getCycleDays() + { + return $this->cycleDays; + } + + /** + * @param mixed $cycleDays + */ + public function setCycleDays($cycleDays) + { + $this->cycleDays = $cycleDays; + } + + /** + * @return mixed + */ + public function getRemindTime() + { + return $this->remindTime; + } + + /** + * @param mixed $remindTime + */ + public function setRemindTime($remindTime) + { + $this->remindTime = $remindTime; + } + + /** + * @return mixed + */ + public function getAmount() + { + return $this->amount; + } + + /** + * @param mixed $amount + */ + public function setAmount($amount) + { + $this->amount = $amount; + } + + /** + * @return mixed + */ + public function getReminder() + { + return $this->reminder; + } + + /** + * @param mixed $reminder + */ + public function setReminder($reminder) + { + $this->reminder = $reminder; + } + + /** + * @return mixed + */ + public function getIsRemind() + { + return $this->isRemind; + } + + /** + * @param mixed $isRemind + */ + public function setIsRemind($isRemind) + { + $this->isRemind = $isRemind; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/Attachment.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/Attachment.php new file mode 100644 index 0000000..59bfd84 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/Attachment.php @@ -0,0 +1,41 @@ +attachmentId; + } + + /** + * @param mixed $attachmentId + */ + public function setAttachmentId($attachmentId) + { + $this->attachmentId = $attachmentId; + } + + /** + * @return mixed + */ + public function getAttachmentName() + { + return $this->attachmentName; + } + + /** + * @param mixed $attachmentName + */ + public function setAttachmentName($attachmentName) + { + $this->attachmentName = $attachmentName; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/GetArchivedDetailReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/GetArchivedDetailReq.php new file mode 100644 index 0000000..0247265 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/GetArchivedDetailReq.php @@ -0,0 +1,40 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getArchivesId() + { + return $this->archivesId; + } + + /** + * @param mixed $archivesId + */ + public function setArchivesId($archivesId) + { + $this->archivesId = $archivesId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/GetArchivedListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/GetArchivedListReq.php new file mode 100644 index 0000000..65a9d7e --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/GetArchivedListReq.php @@ -0,0 +1,91 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getContractType() + { + return $this->contractType; + } + + /** + * @param mixed $contractType + */ + public function setContractType($contractType) + { + $this->contractType = $contractType; + } + + /** + * @return mixed + */ + public function getSignTaskId() + { + return $this->signTaskId; + } + + /** + * @param mixed $signTaskId + */ + public function setSignTaskId($signTaskId) + { + $this->signTaskId = $signTaskId; + } + + /** + * @return mixed + */ + public function getListPageNo() + { + return $this->listPageNo; + } + + /** + * @param mixed $listPageNo + */ + public function setListPageNo($listPageNo) + { + $this->listPageNo = $listPageNo; + } + + /** + * @return mixed + */ + public function getListPageSize() + { + return $this->listPageSize; + } + + /** + * @param mixed $listPageSize + */ + public function setListPageSize($listPageSize) + { + $this->listPageSize = $listPageSize; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/GetArchivesManageUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/GetArchivesManageUrlReq.php new file mode 100644 index 0000000..1600b31 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/archives/GetArchivesManageUrlReq.php @@ -0,0 +1,59 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getClientUserId() + { + return $this->clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/bill/GetBillListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/bill/GetBillListReq.php new file mode 100644 index 0000000..fe4a596 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/bill/GetBillListReq.php @@ -0,0 +1,177 @@ +ownerOpenId; + } + + /** + * @param mixed $ownerOpenId + */ + public function setOwnerOpenId($ownerOpenId) + { + $this->ownerOpenId = $ownerOpenId; + } + + /** + * @return mixed + */ + public function getAccountType() + { + return $this->accountType; + } + + /** + * @param mixed $accountType + */ + public function setAccountType($accountType) + { + $this->accountType = $accountType; + } + + /** + * @return mixed + */ + public function getUsageCode() + { + return $this->usageCode; + } + + /** + * @param mixed $usageCode + */ + public function setUsageCode($usageCode) + { + $this->usageCode = $usageCode; + } + + /** + * @return mixed + */ + public function getBillType() + { + return $this->billType; + } + + /** + * @param mixed $billType + */ + public function setBillType($billType) + { + $this->billType = $billType; + } + + /** + * @return mixed + */ + public function getBillTimeStart() + { + return $this->billTimeStart; + } + + /** + * @param mixed $billTimeStart + */ + public function setBillTimeStart($billTimeStart) + { + $this->billTimeStart = $billTimeStart; + } + + /** + * @return mixed + */ + public function getBillTimeEnd() + { + return $this->billTimeEnd; + } + + /** + * @param mixed $billTimeEnd + */ + public function setBillTimeEnd($billTimeEnd) + { + $this->billTimeEnd = $billTimeEnd; + } + + /** + * @return mixed + */ + public function getBillFrom() + { + return $this->billFrom; + } + + /** + * @param mixed $billFrom + */ + public function setBillFrom($billFrom) + { + $this->billFrom = $billFrom; + } + + /** + * @return mixed + */ + public function getBillId() + { + return $this->billId; + } + + /** + * @param mixed $billId + */ + public function setBillId($billId) + { + $this->billId = $billId; + } + + /** + * @return mixed + */ + public function getListPageNo() + { + return $this->listPageNo; + } + + /** + * @param mixed $listPageNo + */ + public function setListPageNo($listPageNo) + { + $this->listPageNo = $listPageNo; + } + + /** + * @return mixed + */ + public function getListPageSize() + { + return $this->listPageSize; + } + + /** + * @param mixed $listPageSize + */ + public function setListPageSize($listPageSize) + { + $this->listPageSize = $listPageSize; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/bill/GetBillSummaryListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/bill/GetBillSummaryListReq.php new file mode 100644 index 0000000..fa4131e --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/bill/GetBillSummaryListReq.php @@ -0,0 +1,125 @@ +ownerOpenId; + } + + /** + * @param mixed $ownerOpenId + */ + public function setOwnerOpenId($ownerOpenId) + { + $this->ownerOpenId = $ownerOpenId; + } + + /** + * @return mixed + */ + public function getAccountType() + { + return $this->accountType; + } + + /** + * @param mixed $accountType + */ + public function setAccountType($accountType) + { + $this->accountType = $accountType; + } + + /** + * @return mixed + */ + public function getUsageCode() + { + return $this->usageCode; + } + + /** + * @param mixed $usageCode + */ + public function setUsageCode($usageCode) + { + $this->usageCode = $usageCode; + } + + /** + * @return mixed + */ + public function getBillType() + { + return $this->billType; + } + + /** + * @param mixed $billType + */ + public function setBillType($billType) + { + $this->billType = $billType; + } + + /** + * @return mixed + */ + public function getSummaryPeriod() + { + return $this->summaryPeriod; + } + + /** + * @param mixed $summaryPeriod + */ + public function setSummaryPeriod($summaryPeriod) + { + $this->summaryPeriod = $summaryPeriod; + } + + /** + * @return mixed + */ + public function getListPageNo() + { + return $this->listPageNo; + } + + /** + * @param mixed $listPageNo + */ + public function setListPageNo($listPageNo) + { + $this->listPageNo = $listPageNo; + } + + /** + * @return mixed + */ + public function getListPageSize() + { + return $this->listPageSize; + } + + /** + * @param mixed $listPageSize + */ + public function setListPageSize($listPageSize) + { + $this->listPageSize = $listPageSize; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/bill/GetBillUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/bill/GetBillUrlReq.php new file mode 100644 index 0000000..715493b --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/bill/GetBillUrlReq.php @@ -0,0 +1,77 @@ +clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getOpenId() + { + return $this->openId; + } + + /** + * @param mixed $openId + */ + public function setOpenId($openId) + { + $this->openId = $openId; + } + + /** + * @return mixed + */ + public function getUrlType() + { + return $this->urlType; + } + + /** + * @param mixed $urlType + */ + public function setUrlType($urlType) + { + $this->urlType = $urlType; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/bill/GetOrderDetailReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/bill/GetOrderDetailReq.php new file mode 100644 index 0000000..d058677 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/bill/GetOrderDetailReq.php @@ -0,0 +1,40 @@ +ownerOpenId; + } + + /** + * @param mixed $ownerOpenId + */ + public function setOwnerOpenId($ownerOpenId) + { + $this->ownerOpenId = $ownerOpenId; + } + + /** + * @return mixed + */ + public function getOrderNumber() + { + return $this->orderNumber; + } + + /** + * @param mixed $orderNumber + */ + public function setOrderNumber($orderNumber) + { + $this->orderNumber = $orderNumber; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/bill/GetUsageAvailablenumReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/bill/GetUsageAvailablenumReq.php new file mode 100644 index 0000000..1ae4af7 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/bill/GetUsageAvailablenumReq.php @@ -0,0 +1,40 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getUsageCode() + { + return $this->usageCode; + } + + /** + * @param mixed $usageCode + */ + public function setUsageCode($usageCode) + { + $this->usageCode = $usageCode; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/bill/GetUsageListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/bill/GetUsageListReq.php new file mode 100644 index 0000000..12d01ef --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/bill/GetUsageListReq.php @@ -0,0 +1,57 @@ +ownerOpenId; + } + + /** + * @param mixed $ownerOpenId + */ + public function setOwnerOpenId($ownerOpenId) + { + $this->ownerOpenId = $ownerOpenId; + } + + /** + * @return mixed + */ + public function getAccountType() + { + return $this->accountType; + } + + /** + * @param mixed $accountType + */ + public function setAccountType($accountType) + { + $this->accountType = $accountType; + } + + /** + * @return mixed + */ + public function getUsageCode() + { + return $this->usageCode; + } + + /** + * @param mixed $usageCode + */ + public function setUsageCode($usageCode) + { + $this->usageCode = $usageCode; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/callback/GetCallBackListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/callback/GetCallBackListReq.php new file mode 100644 index 0000000..90e0fa1 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/callback/GetCallBackListReq.php @@ -0,0 +1,97 @@ +callbackType; + } + + /** + * @param mixed $callbackType + */ + public function setCallbackType($callbackType) + { + $this->callbackType = $callbackType; + } + + /** + * @return mixed + */ + public function getStartTime() + { + return $this->startTime; + } + + /** + * @param mixed $startTime + */ + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + + /** + * @return mixed + */ + public function getEndTime() + { + return $this->endTime; + } + + /** + * @param mixed $endTime + */ + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + + /** + * @return mixed + */ + public function getListPageNo() + { + return $this->listPageNo; + } + + /** + * @param mixed $listPageNo + */ + public function setListPageNo($listPageNo) + { + $this->listPageNo = $listPageNo; + } + + /** + * @return mixed + */ + public function getListPageSize() + { + return $this->listPageSize; + } + + /** + * @param mixed $listPageSize + */ + public function setListPageSize($listPageSize) + { + $this->listPageSize = $listPageSize; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/AddCorpReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/AddCorpReq.php new file mode 100644 index 0000000..b5eabe0 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/AddCorpReq.php @@ -0,0 +1,45 @@ +clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + + /** + * @return mixed + */ + public function getClientCorpName() + { + return $this->clientCorpName; + } + + /** + * @param mixed $clientCorpName + */ + public function setClientCorpName($clientCorpName) + { + $this->clientCorpName = $clientCorpName; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/AppDevelopInfo.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/AppDevelopInfo.php new file mode 100644 index 0000000..e2f8503 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/AppDevelopInfo.php @@ -0,0 +1,75 @@ +createApp; + } + + /** + * @param mixed $createApp + */ + public function setCreateApp($createApp) + { + $this->createApp = $createApp; + } + + /** + * @return mixed + */ + public function getAppName() + { + return $this->appName; + } + + /** + * @param mixed $appName + */ + public function setAppName($appName) + { + $this->appName = $appName; + } + + /** + * @return mixed + */ + public function getAutocommit() + { + return $this->autocommit; + } + + /** + * @param mixed $autocommit + */ + public function setAutocommit($autocommit) + { + $this->autocommit = $autocommit; + } + + /** + * @return mixed + */ + public function getFeedbackUrl() + { + return $this->feedbackUrl; + } + + /** + * @param mixed $feedbackUrl + */ + public function setFeedbackUrl($feedbackUrl) + { + $this->feedbackUrl = $feedbackUrl; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/AppGetOpenIdListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/AppGetOpenIdListReq.php new file mode 100644 index 0000000..060ba61 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/AppGetOpenIdListReq.php @@ -0,0 +1,76 @@ +idType; + } + + /** + * @param mixed $idType + */ + public function setIdType($idType) + { + $this->idType = $idType; + } + + /** + * @return mixed + */ + public function getOwner() + { + return $this->owner; + } + + /** + * @param mixed $owner + */ + public function setOwner($owner) + { + $this->owner = $owner; + } + + /** + * @return mixed + */ + public function getListPageNo() + { + return $this->listPageNo; + } + + /** + * @param mixed $listPageNo + */ + public function setListPageNo($listPageNo) + { + $this->listPageNo = $listPageNo; + } + + /** + * @return mixed + */ + public function getListPageSize() + { + return $this->listPageSize; + } + + /** + * @param mixed $listPageSize + */ + public function setListPageSize($listPageSize) + { + $this->listPageSize = $listPageSize; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/CorpIdentInfo.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/CorpIdentInfo.php new file mode 100644 index 0000000..0cc8db8 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/CorpIdentInfo.php @@ -0,0 +1,116 @@ +corpName; + } + + /** + * @param mixed $corpName + */ + public function setCorpName($corpName) + { + $this->corpName = $corpName; + } + + /** + * @return mixed + */ + public function getCorpIdentType() + { + return $this->corpIdentType; + } + + /** + * @param mixed $corpIdentType + */ + public function setCorpIdentType($corpIdentType) + { + $this->corpIdentType = $corpIdentType; + } + + /** + * @return mixed + */ + public function getCorpIdentNo() + { + return $this->corpIdentNo; + } + + /** + * @param mixed $corpIdentNo + */ + public function setCorpIdentNo($corpIdentNo) + { + $this->corpIdentNo = $corpIdentNo; + } + + /** + * @return mixed + */ + public function getLegalRepName() + { + return $this->legalRepName; + } + + /** + * @param mixed $legalRepName + */ + public function setLegalRepName($legalRepName) + { + $this->legalRepName = $legalRepName; + } + + /** + * @return mixed + */ + public function getLicense() + { + return $this->license; + } + + /** + * @param mixed $license + */ + public function setLicense($license) + { + $this->license = $license; + } + + /** + * @return mixed + */ + public function getCorpIdentMethod() + { + return $this->corpIdentMethod; + } + + /** + * @param mixed $corpIdentMethod + */ + public function setCorpIdentMethod($corpIdentMethod) + { + $this->corpIdentMethod = $corpIdentMethod; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/DeleteCorpReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/DeleteCorpReq.php new file mode 100644 index 0000000..e482525 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/DeleteCorpReq.php @@ -0,0 +1,26 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/DisableCorpReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/DisableCorpReq.php new file mode 100644 index 0000000..02731ed --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/DisableCorpReq.php @@ -0,0 +1,26 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/EnableCorpReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/EnableCorpReq.php new file mode 100644 index 0000000..1689ba5 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/EnableCorpReq.php @@ -0,0 +1,26 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/GetCorpAuthUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/GetCorpAuthUrlReq.php new file mode 100644 index 0000000..912c90f --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/GetCorpAuthUrlReq.php @@ -0,0 +1,205 @@ +clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + + /** + * @return mixed + */ + public function getClientUserId() + { + return $this->clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getAccountName() + { + return $this->accountName; + } + + /** + * @param mixed $accountName + */ + public function setAccountName($accountName) + { + $this->accountName = $accountName; + } + + /** + * @return mixed + */ + public function getCorpIdentInfo() + { + return $this->corpIdentInfo; + } + + /** + * @param mixed $corpIdentInfo + */ + public function setCorpIdentInfo($corpIdentInfo) + { + $this->corpIdentInfo = $corpIdentInfo; + } + + /** + * @return mixed + */ + public function getCorpNonEditableInfo() + { + return $this->corpNonEditableInfo; + } + + /** + * @param mixed $corpNonEditableInfo + */ + public function setCorpNonEditableInfo($corpNonEditableInfo) + { + $this->corpNonEditableInfo = $corpNonEditableInfo; + } + + /** + * @return mixed + */ + public function getOprIdentInfo() + { + return $this->oprIdentInfo; + } + + /** + * @param mixed $oprIdentInfo + */ + public function setOprIdentInfo($oprIdentInfo) + { + $this->oprIdentInfo = $oprIdentInfo; + } + + /** + * @return mixed + */ + public function getOprNonEditableInfo() + { + return $this->oprNonEditableInfo; + } + + /** + * @param mixed $oprNonEditableInfo + */ + public function setOprNonEditableInfo($oprNonEditableInfo) + { + $this->oprNonEditableInfo = $oprNonEditableInfo; + } + + /** + * @return mixed + */ + public function getAuthScopes() + { + return $this->authScopes; + } + + /** + * @param mixed $authScopes + */ + public function setAuthScopes($authScopes) + { + $this->authScopes = $authScopes; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + /** + * @return mixed + */ + public function getRedirectMiniAppUrl() + { + return $this->redirectMiniAppUrl; + } + + /** + * @param mixed $redirectMiniAppUrl + */ + public function setRedirectMiniAppUrl($redirectMiniAppUrl) + { + $this->redirectMiniAppUrl = $redirectMiniAppUrl; + } + + /** + * @return mixed + */ + public function getAppDevelopInfo() + { + return $this->appDevelopInfo; + } + + /** + * @param mixed $appDevelopInfo + */ + public function setAppDevelopInfo($appDevelopInfo) + { + $this->appDevelopInfo = $appDevelopInfo; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/GetCorpIdentifiedStatusReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/GetCorpIdentifiedStatusReq.php new file mode 100644 index 0000000..73b0aaf --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/GetCorpIdentifiedStatusReq.php @@ -0,0 +1,44 @@ +corpName; + } + + /** + * @param mixed $corpName + */ + public function setCorpName($corpName) + { + $this->corpName = $corpName; + } + + /** + * @return mixed + */ + public function getCorpIdentNo() + { + return $this->corpIdentNo; + } + + /** + * @param mixed $corpIdentNo + */ + public function setCorpIdentNo($corpIdentNo) + { + $this->corpIdentNo = $corpIdentNo; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/GetCorpIdentityInfoReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/GetCorpIdentityInfoReq.php new file mode 100644 index 0000000..fab53c0 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/GetCorpIdentityInfoReq.php @@ -0,0 +1,25 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/GetCorpReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/GetCorpReq.php new file mode 100644 index 0000000..d2456eb --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/GetCorpReq.php @@ -0,0 +1,63 @@ +corpIdentNo; + } + + /** + * @param mixed $corpIdentNo + */ + public function setCorpIdentNo($corpIdentNo) + { + $this->corpIdentNo = $corpIdentNo; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + + + /** + * @return mixed + */ + public function getOpenCorpId() + { + return $this->openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/OperatorInfoExtend.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/OperatorInfoExtend.php new file mode 100644 index 0000000..956e544 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/OperatorInfoExtend.php @@ -0,0 +1,43 @@ +bankAccountNo; + } + + /** + * @param mixed $bankAccountNo + */ + public function setBankAccountNo($bankAccountNo) + { + $this->bankAccountNo = $bankAccountNo; + } + + /** + * @return mixed + */ + public function getMobile() + { + return $this->mobile; + } + + /** + * @param mixed $mobile + */ + public function setMobile($mobile) + { + $this->mobile = $mobile; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/OprIdentInfo.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/OprIdentInfo.php new file mode 100644 index 0000000..cfa87a9 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/OprIdentInfo.php @@ -0,0 +1,116 @@ +userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getUserIdentType() + { + return $this->userIdentType; + } + + /** + * @param mixed $userIdentType + */ + public function setUserIdentType($userIdentType) + { + $this->userIdentType = $userIdentType; + } + + /** + * @return mixed + */ + public function getUserIdentNo() + { + return $this->userIdentNo; + } + + /** + * @param mixed $userIdentNo + */ + public function setUserIdentNo($userIdentNo) + { + $this->userIdentNo = $userIdentNo; + } + + /** + * @return mixed + */ + public function getMobile() + { + return $this->mobile; + } + + /** + * @param mixed $mobile + */ + public function setMobile($mobile) + { + $this->mobile = $mobile; + } + + /** + * @return mixed + */ + public function getBankAccountNo() + { + return $this->bankAccountNo; + } + + /** + * @param mixed $bankAccountNo + */ + public function setBankAccountNo($bankAccountNo) + { + $this->bankAccountNo = $bankAccountNo; + } + + /** + * @return mixed + */ + public function getOprIdentMethod() + { + return $this->oprIdentMethod; + } + + /** + * @param mixed $oprIdentMethod + */ + public function setOprIdentMethod($oprIdentMethod) + { + $this->oprIdentMethod = $oprIdentMethod; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/UnbindCorpReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/UnbindCorpReq.php new file mode 100644 index 0000000..113c183 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/UnbindCorpReq.php @@ -0,0 +1,26 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/UpdateCorpReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/UpdateCorpReq.php new file mode 100644 index 0000000..23be019 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corp/UpdateCorpReq.php @@ -0,0 +1,62 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + + /** + * @return mixed + */ + public function getClientCorpName() + { + return $this->clientCorpName; + } + + /** + * @param mixed $clientCorpName + */ + public function setClientCorpName($clientCorpName) + { + $this->clientCorpName = $clientCorpName; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corpManage/GetManageUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corpManage/GetManageUrlReq.php new file mode 100644 index 0000000..ddcc64a --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corpManage/GetManageUrlReq.php @@ -0,0 +1,80 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getOperatorId() + { + return $this->operatorId; + } + + /** + * @param mixed $operatorId + */ + public function setOperatorId($operatorId) + { + $this->operatorId = $operatorId; + } + + /** + * @return mixed + */ + public function getResourceId() + { + return $this->resourceId; + } + + /** + * @param mixed $resourceId + */ + public function setResourceId($resourceId) + { + $this->resourceId = $resourceId; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corpManage/GetTemplateUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corpManage/GetTemplateUrlReq.php new file mode 100644 index 0000000..d3ab373 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/corpManage/GetTemplateUrlReq.php @@ -0,0 +1,45 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FddFileUrl.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FddFileUrl.php new file mode 100644 index 0000000..62a8402 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FddFileUrl.php @@ -0,0 +1,80 @@ +fileType; + } + + /** + * @param mixed $fileType + */ + public function setFileType($fileType) + { + $this->fileType = $fileType; + } + + /** + * @return mixed + */ + public function getFddFileUrl() + { + return $this->fddFileUrl; + } + + /** + * @param mixed $fddFileUrl + */ + public function setFddFileUrl($fddFileUrl) + { + $this->fddFileUrl = $fddFileUrl; + } + + /** + * @return mixed + */ + public function getFileName() + { + return $this->fileName; + } + + /** + * @param mixed $fileName + */ + public function setFileName($fileName) + { + $this->fileName = $fileName; + } + + /** + * @return mixed + */ + public function getFileFormat() + { + return $this->fileFormat; + } + + /** + * @param mixed $fileFormat + */ + public function setFileFormat($fileFormat) + { + $this->fileFormat = $fileFormat; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FileGetKeywordPositionsReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FileGetKeywordPositionsReq.php new file mode 100644 index 0000000..ca1074b --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FileGetKeywordPositionsReq.php @@ -0,0 +1,43 @@ +fileId; + } + + /** + * @param mixed $fileId + */ + public function setFileId($fileId) + { + $this->fileId = $fileId; + } + + /** + * @return mixed + */ + public function getKeywords() + { + return $this->keywords; + } + + /** + * @param mixed $keywords + */ + public function setKeywords($keywords) + { + $this->keywords = $keywords; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FileGetUploadUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FileGetUploadUrlReq.php new file mode 100644 index 0000000..3789de7 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FileGetUploadUrlReq.php @@ -0,0 +1,44 @@ +fileType; + } + + /** + * @param mixed $fileType + */ + public function setFileType($fileType) + { + $this->fileType = $fileType; + } + + /** + * @return mixed + */ + public function getStorageType() + { + return $this->storageType; + } + + /** + * @param mixed $storageType + */ + public function setStorageType($storageType) + { + $this->storageType = $storageType; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FileProcessReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FileProcessReq.php new file mode 100644 index 0000000..3e99487 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FileProcessReq.php @@ -0,0 +1,26 @@ +fddFileUrlList; + } + + /** + * @param mixed $fddFileUrlList + */ + public function setFddFileUrlList($fddFileUrlList) + { + $this->fddFileUrlList = $fddFileUrlList; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FileUploadByUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FileUploadByUrlReq.php new file mode 100644 index 0000000..a4b0a86 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FileUploadByUrlReq.php @@ -0,0 +1,63 @@ +fileType; + } + + /** + * @param mixed $fileType + */ + public function setFileType($fileType) + { + $this->fileType = $fileType; + } + + /** + * @return mixed + */ + public function getFileUrl() + { + return $this->fileUrl; + } + + /** + * @param mixed $fileUrl + */ + public function setFileUrl($fileUrl) + { + $this->fileUrl = $fileUrl; + } + + /** + * @return mixed + */ + public function getStorageType() + { + return $this->storageType; + } + + /** + * @param mixed $storageType + */ + public function setStorageType($storageType) + { + $this->storageType = $storageType; + } + + + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FileUploadReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FileUploadReq.php new file mode 100644 index 0000000..750b928 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FileUploadReq.php @@ -0,0 +1,98 @@ +ownerId; + } + + /** + * @param mixed $ownerId + */ + public function setOwnerId($ownerId) + { + $this->ownerId = $ownerId; + } + + /** + * @return mixed + */ + public function getFileType() + { + return $this->fileType; + } + + /** + * @param mixed $fileType + */ + public function setFileType($fileType) + { + $this->fileType = $fileType; + } + + /** + * @return mixed + */ + public function getFileName() + { + return $this->fileName; + } + + /** + * @param mixed $fileName + */ + public function setFileName($fileName) + { + $this->fileName = $fileName; + } + + /** + * @return mixed + */ + public function getFileUrl() + { + return $this->fileUrl; + } + + /** + * @param mixed $fileUrl + */ + public function setFileUrl($fileUrl) + { + $this->fileUrl = $fileUrl; + } + + /** + * @return mixed + */ + public function getFileContentHash() + { + return $this->fileContentHash; + } + + /** + * @param mixed $fileContentHash + */ + public function setFileContentHash($fileContentHash) + { + $this->fileContentHash = $fileContentHash; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FileVerifySignReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FileVerifySignReq.php new file mode 100644 index 0000000..9b0c6a9 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/FileVerifySignReq.php @@ -0,0 +1,43 @@ +fileId; + } + + /** + * @param mixed $fileId + */ + public function setFileId($fileId) + { + $this->fileId = $fileId; + } + + /** + * @return mixed + */ + public function getFileHash() + { + return $this->fileHash; + } + + /** + * @param mixed $fileHash + */ + public function setFileHash($fileHash) + { + $this->fileHash = $fileHash; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/OfdFileMergeReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/OfdFileMergeReq.php new file mode 100644 index 0000000..82dcea4 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/doc/OfdFileMergeReq.php @@ -0,0 +1,58 @@ +fileId; + } + + /** + * @param mixed $fileId + */ + public function setFileId($fileId) + { + $this->fileId = $fileId; + } + + /** + * @return mixed + */ + public function getInsertFileId() + { + return $this->insertFileId; + } + + /** + * @param mixed $insertFileId + */ + public function setInsertFileId($insertFileId) + { + $this->insertFileId = $insertFileId; + } + + /** + * @return mixed + */ + public function getMergeFileName() + { + return $this->mergeFileName; + } + + /** + * @param mixed $mergeFileName + */ + public function setMergeFileName($mergeFileName) + { + $this->mergeFileName = $mergeFileName; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/DocFinalizeReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/DocFinalizeReq.php new file mode 100644 index 0000000..e3029cc --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/DocFinalizeReq.php @@ -0,0 +1,23 @@ +contractConsultId; + } + + /** + * @param mixed $contractConsultId + */ + public function setContractConsultId($contractConsultId) + { + $this->contractConsultId = $contractConsultId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/DraftCreateReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/DraftCreateReq.php new file mode 100644 index 0000000..6a56db5 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/DraftCreateReq.php @@ -0,0 +1,75 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getInitiatorMemberId() + { + return $this->initiatorMemberId; + } + + /** + * @param mixed $initiatorMemberId + */ + public function setInitiatorMemberId($initiatorMemberId) + { + $this->initiatorMemberId = $initiatorMemberId; + } + + /** + * @return mixed + */ + public function getContractSubject() + { + return $this->contractSubject; + } + + /** + * @param mixed $contractSubject + */ + public function setContractSubject($contractSubject) + { + $this->contractSubject = $contractSubject; + } + + /** + * @return mixed + */ + public function getFileId() + { + return $this->fileId; + } + + /** + * @param mixed $fileId + */ + public function setFileId($fileId) + { + $this->fileId = $fileId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/DraftMembersAddReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/DraftMembersAddReq.php new file mode 100644 index 0000000..71b8a38 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/DraftMembersAddReq.php @@ -0,0 +1,75 @@ +contractConsultId; + } + + /** + * @param mixed $contractConsultId + */ + public function setContractConsultId($contractConsultId) + { + $this->contractConsultId = $contractConsultId; + } + + /** + * @return mixed + */ + public function getOpenCorpId() + { + return $this->openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getMemberIds() + { + return $this->memberIds; + } + + /** + * @param mixed $memberIds + */ + public function setMemberIds($memberIds) + { + $this->memberIds = $memberIds; + } + + /** + * @return mixed + */ + public function getPermission() + { + return $this->permission; + } + + /** + * @param mixed $permission + */ + public function setPermission($permission) + { + $this->permission = $permission; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/GetDraftInitiatedListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/GetDraftInitiatedListReq.php new file mode 100644 index 0000000..2afe737 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/GetDraftInitiatedListReq.php @@ -0,0 +1,93 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getMemberId() + { + return $this->memberId; + } + + /** + * @param mixed $memberId + */ + public function setMemberId($memberId) + { + $this->memberId = $memberId; + } + + /** + * @return mixed + */ + public function getListFilter() + { + return $this->listFilter; + } + + /** + * @param mixed $listFilter + */ + public function setListFilter($listFilter) + { + $this->listFilter = $listFilter; + } + + /** + * @return mixed + */ + public function getListPageNo() + { + return $this->listPageNo; + } + + /** + * @param mixed $listPageNo + */ + public function setListPageNo($listPageNo) + { + $this->listPageNo = $listPageNo; + } + + /** + * @return mixed + */ + public function getListPageSize() + { + return $this->listPageSize; + } + + /** + * @param mixed $listPageSize + */ + public function setListPageSize($listPageSize) + { + $this->listPageSize = $listPageSize; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/GetDraftJoinedListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/GetDraftJoinedListReq.php new file mode 100644 index 0000000..01e5169 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/GetDraftJoinedListReq.php @@ -0,0 +1,92 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getJoinedMemberId() + { + return $this->joinedMemberId; + } + + /** + * @param mixed $joinedMemberId + */ + public function setJoinedMemberId($joinedMemberId) + { + $this->joinedMemberId = $joinedMemberId; + } + + /** + * @return mixed + */ + public function getListFilter() + { + return $this->listFilter; + } + + /** + * @param mixed $listFilter + */ + public function setListFilter($listFilter) + { + $this->listFilter = $listFilter; + } + + /** + * @return mixed + */ + public function getListPageNo() + { + return $this->listPageNo; + } + + /** + * @param mixed $listPageNo + */ + public function setListPageNo($listPageNo) + { + $this->listPageNo = $listPageNo; + } + + /** + * @return mixed + */ + public function getListPageSize() + { + return $this->listPageSize; + } + + /** + * @param mixed $listPageSize + */ + public function setListPageSize($listPageSize) + { + $this->listPageSize = $listPageSize; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/GetEditUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/GetEditUrlReq.php new file mode 100644 index 0000000..d956050 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/GetEditUrlReq.php @@ -0,0 +1,91 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getClientUserId() + { + return $this->clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getContractConsultId() + { + return $this->contractConsultId; + } + + /** + * @param mixed $contractConsultId + */ + public function setContractConsultId($contractConsultId) + { + $this->contractConsultId = $contractConsultId; + } + + /** + * @return mixed + */ + public function getUrlType() + { + return $this->urlType; + } + + /** + * @param mixed $urlType + */ + public function setUrlType($urlType) + { + $this->urlType = $urlType; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/GetFinishedFileReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/GetFinishedFileReq.php new file mode 100644 index 0000000..643d0db --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/GetFinishedFileReq.php @@ -0,0 +1,23 @@ +contractConsultId; + } + + /** + * @param mixed $contractConsultId + */ + public function setContractConsultId($contractConsultId) + { + $this->contractConsultId = $contractConsultId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/GetInviteUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/GetInviteUrlReq.php new file mode 100644 index 0000000..eb3b091 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/GetInviteUrlReq.php @@ -0,0 +1,114 @@ +contractConsultId; + } + + /** + * @param mixed $contractConsultId + */ + public function setContractConsultId($contractConsultId) + { + $this->contractConsultId = $contractConsultId; + } + + /** + * @return mixed + */ + public function getExpireTime() + { + return $this->expireTime; + } + + /** + * @param mixed $expireTime + */ + public function setExpireTime($expireTime) + { + $this->expireTime = $expireTime; + } + + /** + * @return mixed + */ + public function getInnerPermission() + { + return $this->innerPermission; + } + + /** + * @param mixed $innerPermission + */ + public function setInnerPermission($innerPermission) + { + $this->innerPermission = $innerPermission; + } + + /** + * @return mixed + */ + public function getOuterPermission() + { + return $this->outerPermission; + } + + /** + * @param mixed $outerPermission + */ + public function setOuterPermission($outerPermission) + { + $this->outerPermission = $outerPermission; + } + + /** + * @return mixed + */ + public function getTouristView() + { + return $this->touristView; + } + + /** + * @param mixed $touristView + */ + public function setTouristView($touristView) + { + $this->touristView = $touristView; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/GetManageUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/GetManageUrlReq.php new file mode 100644 index 0000000..0e6abd0 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/GetManageUrlReq.php @@ -0,0 +1,57 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getClientUserId() + { + return $this->clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/ListFilter.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/ListFilter.php new file mode 100644 index 0000000..720d5a4 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/draft/ListFilter.php @@ -0,0 +1,92 @@ +contractConsultId; + } + + /** + * @param mixed $contractConsultId + */ + public function setContractConsultId($contractConsultId) + { + $this->contractConsultId = $contractConsultId; + } + + /** + * @return mixed + */ + public function getContractSubject() + { + return $this->contractSubject; + } + + /** + * @param mixed $contractSubject + */ + public function setContractSubject($contractSubject) + { + $this->contractSubject = $contractSubject; + } + + /** + * @return mixed + */ + public function getContractStatus() + { + return $this->contractStatus; + } + + /** + * @param mixed $contractStatus + */ + public function setContractStatus($contractStatus) + { + $this->contractStatus = $contractStatus; + } + + /** + * @return mixed + */ + public function getStartTime() + { + return $this->startTime; + } + + /** + * @param mixed $startTime + */ + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + + /** + * @return mixed + */ + public function getEndTime() + { + return $this->endTime; + } + + /** + * @param mixed $endTime + */ + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/eui/AppPageResourceUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/eui/AppPageResourceUrlReq.php new file mode 100644 index 0000000..d1386cd --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/eui/AppPageResourceUrlReq.php @@ -0,0 +1,44 @@ +ownerId; + } + + /** + * @param mixed $ownerId + */ + public function setOwnerId($ownerId) + { + $this->ownerId = $ownerId; + } + + /** + * @return mixed + */ + public function getResource() + { + return $this->resource; + } + + /** + * @param mixed $resource + */ + public function setResource($resource) + { + $this->resource = $resource; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/eui/ComposeCorpAuthUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/eui/ComposeCorpAuthUrlReq.php new file mode 100644 index 0000000..d593b57 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/eui/ComposeCorpAuthUrlReq.php @@ -0,0 +1,80 @@ +clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + + /** + * @return mixed + */ + public function getCorpName() + { + return $this->corpName; + } + + /** + * @param mixed $corpName + */ + public function setCorpName($corpName) + { + $this->corpName = $corpName; + } + + /** + * @return mixed + */ + public function getAuthScopes() + { + return $this->authScopes; + } + + /** + * @param mixed $authScopes + */ + public function setAuthScopes($authScopes) + { + $this->authScopes = $authScopes; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/eui/Resource.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/eui/Resource.php new file mode 100644 index 0000000..c059d8a --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/eui/Resource.php @@ -0,0 +1,62 @@ +resourceId; + } + + /** + * @param mixed $resourceId + */ + public function setResourceId($resourceId) + { + $this->resourceId = $resourceId; + } + + /** + * @return mixed + */ + public function getAction() + { + return $this->action; + } + + /** + * @param mixed $action + */ + public function setAction($action) + { + $this->action = $action; + } + + /** + * @return mixed + */ + public function getParams() + { + return $this->params; + } + + /** + * @param mixed $params + */ + public function setParams($params) + { + $this->params = $params; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/eui/TemplateGetManageUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/eui/TemplateGetManageUrlReq.php new file mode 100644 index 0000000..c10bcaf --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/eui/TemplateGetManageUrlReq.php @@ -0,0 +1,44 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/eui/UserPageResourceUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/eui/UserPageResourceUrlReq.php new file mode 100644 index 0000000..d5f076d --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/eui/UserPageResourceUrlReq.php @@ -0,0 +1,63 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getClientUserId() + { + return $this->clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + + /** + * @return mixed + */ + public function getResource() + { + return $this->resource; + } + + /** + * @param mixed $resource + */ + public function setResource($resource) + { + $this->resource = $resource; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ocr/edit/GetCompareResultDataReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ocr/edit/GetCompareResultDataReq.php new file mode 100644 index 0000000..7df381d --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ocr/edit/GetCompareResultDataReq.php @@ -0,0 +1,42 @@ +initiator; + } + + /** + * @param mixed $initiator + */ + public function setInitiator($initiator) + { + $this->initiator = $initiator; + } + + /** + * @return mixed + */ + public function getCompareId() + { + return $this->compareId; + } + + /** + * @param mixed $compareId + */ + public function setCompareId($compareId) + { + $this->compareId = $compareId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ocr/edit/GetCompareResultUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ocr/edit/GetCompareResultUrlReq.php new file mode 100644 index 0000000..7236bec --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ocr/edit/GetCompareResultUrlReq.php @@ -0,0 +1,43 @@ +initiator; + } + + /** + * @param mixed $initiator + */ + public function setInitiator($initiator) + { + $this->initiator = $initiator; + } + + /** + * @return mixed + */ + public function getCompareId() + { + return $this->compareId; + } + + /** + * @param mixed $compareId + */ + public function setCompareId($compareId) + { + $this->compareId = $compareId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ocr/edit/GetCompareUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ocr/edit/GetCompareUrlReq.php new file mode 100644 index 0000000..0629bec --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ocr/edit/GetCompareUrlReq.php @@ -0,0 +1,61 @@ +initiator; + } + + /** + * @param mixed $initiator + */ + public function setInitiator($initiator) + { + $this->initiator = $initiator; + } + + /** + * @return mixed + */ + public function getOriginFileId() + { + return $this->originFileId; + } + + /** + * @param mixed $originFileId + */ + public function setOriginFileId($originFileId) + { + $this->originFileId = $originFileId; + } + + /** + * @return mixed + */ + public function getTargetFileId() + { + return $this->targetFileId; + } + + /** + * @param mixed $targetFileId + */ + public function setTargetFileId($targetFileId) + { + $this->targetFileId = $targetFileId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ocr/edit/GetExamineDataReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ocr/edit/GetExamineDataReq.php new file mode 100644 index 0000000..954f238 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ocr/edit/GetExamineDataReq.php @@ -0,0 +1,42 @@ +initiator; + } + + /** + * @param mixed $initiator + */ + public function setInitiator($initiator) + { + $this->initiator = $initiator; + } + + /** + * @return mixed + */ + public function getExamineId() + { + return $this->examineId; + } + + /** + * @param mixed $examineId + */ + public function setExamineId($examineId) + { + $this->examineId = $examineId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ocr/edit/GetExamineResultUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ocr/edit/GetExamineResultUrlReq.php new file mode 100644 index 0000000..44eeb93 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ocr/edit/GetExamineResultUrlReq.php @@ -0,0 +1,44 @@ +initiator; + } + + /** + * @param mixed $initiator + */ + public function setInitiator($initiator) + { + $this->initiator = $initiator; + } + + /** + * @return mixed + */ + public function getExamineId() + { + return $this->examineId; + } + + /** + * @param mixed $examineId + */ + public function setExamineId($examineId) + { + $this->examineId = $examineId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ocr/edit/GetExamineUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ocr/edit/GetExamineUrlReq.php new file mode 100644 index 0000000..6697bf8 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/ocr/edit/GetExamineUrlReq.php @@ -0,0 +1,43 @@ +initiator; + } + + /** + * @param mixed $initiator + */ + public function setInitiator($initiator) + { + $this->initiator = $initiator; + } + + /** + * @return mixed + */ + public function getFileId() + { + return $this->fileId; + } + + /** + * @param mixed $fileId + */ + public function setFileId($fileId) + { + $this->fileId = $fileId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/CorpChangeIdentityInfoReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/CorpChangeIdentityInfoReq.php new file mode 100644 index 0000000..52bcebc --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/CorpChangeIdentityInfoReq.php @@ -0,0 +1,74 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getClientCorpId() + { + return $this->clientCorpId; + } + + /** + * @param mixed $clientCorpId + */ + public function setClientCorpId($clientCorpId) + { + $this->clientCorpId = $clientCorpId; + } + + /** + * @return mixed + */ + public function getClientUserId() + { + return $this->clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/CorpOrganizationManageReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/CorpOrganizationManageReq.php new file mode 100644 index 0000000..149dc96 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/CorpOrganizationManageReq.php @@ -0,0 +1,76 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getClientUserId() + { + return $this->clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getModules() + { + return $this->modules; + } + + /** + * @param mixed $modules + */ + public function setModules($modules) + { + $this->modules = $modules; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/GetCorpEntityListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/GetCorpEntityListReq.php new file mode 100644 index 0000000..ea030a1 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/GetCorpEntityListReq.php @@ -0,0 +1,24 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/GetCorpEntityManageUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/GetCorpEntityManageUrlReq.php new file mode 100644 index 0000000..b61ebb2 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/GetCorpEntityManageUrlReq.php @@ -0,0 +1,58 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getClientUserId() + { + return $this->clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/counterpart/CounterpartListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/counterpart/CounterpartListReq.php new file mode 100644 index 0000000..86fab47 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/counterpart/CounterpartListReq.php @@ -0,0 +1,24 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/department/DeptCreateReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/department/DeptCreateReq.php new file mode 100644 index 0000000..7498994 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/department/DeptCreateReq.php @@ -0,0 +1,98 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getParentDeptId() + { + return $this->parentDeptId; + } + + /** + * @param mixed $parentDeptId + */ + public function setParentDeptId($parentDeptId) + { + $this->parentDeptId = $parentDeptId; + } + + /** + * @return mixed + */ + public function getDeptName() + { + return $this->deptName; + } + + /** + * @param mixed $deptName + */ + public function setDeptName($deptName) + { + $this->deptName = $deptName; + } + + /** + * @return mixed + */ + public function getDeptOrderNum() + { + return $this->deptOrderNum; + } + + /** + * @param mixed $deptOrderNum + */ + public function setDeptOrderNum($deptOrderNum) + { + $this->deptOrderNum = $deptOrderNum; + } + + /** + * @return mixed + */ + public function getIdentifier() + { + return $this->identifier; + } + + /** + * @param mixed $identifier + */ + public function setIdentifier($identifier) + { + $this->identifier = $identifier; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/department/DeptDeleteReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/department/DeptDeleteReq.php new file mode 100644 index 0000000..c2bc970 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/department/DeptDeleteReq.php @@ -0,0 +1,42 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getDeptId() + { + return $this->deptId; + } + + /** + * @param mixed $deptId + */ + public function setDeptId($deptId) + { + $this->deptId = $deptId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/department/DeptGetDetailReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/department/DeptGetDetailReq.php new file mode 100644 index 0000000..e89455a --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/department/DeptGetDetailReq.php @@ -0,0 +1,44 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getDeptId() + { + return $this->deptId; + } + + /** + * @param mixed $deptId + */ + public function setDeptId($deptId) + { + $this->deptId = $deptId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/department/DeptGetListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/department/DeptGetListReq.php new file mode 100644 index 0000000..c3fb074 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/department/DeptGetListReq.php @@ -0,0 +1,44 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getParentDeptId() + { + return $this->parentDeptId; + } + + /** + * @param mixed $parentDeptId + */ + public function setParentDeptId($parentDeptId) + { + $this->parentDeptId = $parentDeptId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/department/DeptModifyReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/department/DeptModifyReq.php new file mode 100644 index 0000000..aa3a162 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/department/DeptModifyReq.php @@ -0,0 +1,93 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getDeptId() + { + return $this->deptId; + } + + /** + * @param mixed $deptId + */ + public function setDeptId($deptId) + { + $this->deptId = $deptId; + } + + /** + * @return mixed + */ + public function getDeptName() + { + return $this->deptName; + } + + /** + * @param mixed $deptName + */ + public function setDeptName($deptName) + { + $this->deptName = $deptName; + } + + /** + * @return mixed + */ + public function getDeptOrderNum() + { + return $this->deptOrderNum; + } + + /** + * @param mixed $deptOrderNum + */ + public function setDeptOrderNum($deptOrderNum) + { + $this->deptOrderNum = $deptOrderNum; + } + + /** + * @return mixed + */ + public function getIdentifier() + { + return $this->identifier; + } + + /** + * @param mixed $identifier + */ + public function setIdentifier($identifier) + { + $this->identifier = $identifier; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/EmployeeInfo.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/EmployeeInfo.php new file mode 100644 index 0000000..df35118 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/EmployeeInfo.php @@ -0,0 +1,98 @@ +memberName; + } + + /** + * @param mixed $memberName + */ + public function setMemberName($memberName) + { + $this->memberName = $memberName; + } + + /** + * @return mixed + */ + public function getInternalIdentifier() + { + return $this->internalIdentifier; + } + + /** + * @param mixed $internalIdentifier + */ + public function setInternalIdentifier($internalIdentifier) + { + $this->internalIdentifier = $internalIdentifier; + } + + /** + * @return mixed + */ + public function getMemberEmail() + { + return $this->memberEmail; + } + + /** + * @param mixed $memberEmail + */ + public function setMemberEmail($memberEmail) + { + $this->memberEmail = $memberEmail; + } + + /** + * @return mixed + */ + public function getMemberMobile() + { + return $this->memberMobile; + } + + /** + * @param mixed $memberMobile + */ + public function setMemberMobile($memberMobile) + { + $this->memberMobile = $memberMobile; + } + + /** + * @return mixed + */ + public function getMemberDeptIds() + { + return $this->memberDeptIds; + } + + /** + * @param mixed $memberDeptIds + */ + public function setMemberDeptIds($memberDeptIds) + { + $this->memberDeptIds = $memberDeptIds; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/GetCorpRoleUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/GetCorpRoleUrlReq.php new file mode 100644 index 0000000..3be523a --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/GetCorpRoleUrlReq.php @@ -0,0 +1,24 @@ +clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberBaseReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberBaseReq.php new file mode 100644 index 0000000..b1bf77b --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberBaseReq.php @@ -0,0 +1,43 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberCreateReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberCreateReq.php new file mode 100644 index 0000000..9afbe7f --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberCreateReq.php @@ -0,0 +1,47 @@ +employeeInfos; + } + + /** + * @param mixed $employeeInfos + */ + public function setEmployeeInfos($employeeInfos) + { + $this->employeeInfos = $employeeInfos; + } + + /** + * @return mixed + */ + public function getNotifyActiveByEmail() + { + return $this->notifyActiveByEmail; + } + + /** + * @param mixed $notifyActiveByEmail + */ + public function setNotifyActiveByEmail($notifyActiveByEmail) + { + $this->notifyActiveByEmail = $notifyActiveByEmail; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberDeleteReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberDeleteReq.php new file mode 100644 index 0000000..eef3a30 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberDeleteReq.php @@ -0,0 +1,31 @@ +memberIds; + } + + /** + * @param mixed $memberIds + */ + public function setMemberIds($memberIds) + { + $this->memberIds = $memberIds; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberGetActiveUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberGetActiveUrlReq.php new file mode 100644 index 0000000..5f08da3 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberGetActiveUrlReq.php @@ -0,0 +1,29 @@ +memberIds; + } + + /** + * @param mixed $memberIds + */ + public function setMemberIds($memberIds) + { + $this->memberIds = $memberIds; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberGetDetailReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberGetDetailReq.php new file mode 100644 index 0000000..ba24fbb --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberGetDetailReq.php @@ -0,0 +1,45 @@ +memberId; + } + + /** + * @param mixed $memberId + */ + public function setMemberId($memberId) + { + $this->memberId = $memberId; + } + + /** + * @return mixed + */ + public function getInternalIdentifier() + { + return $this->internalIdentifier; + } + + /** + * @param mixed $internalIdentifier + */ + public function setInternalIdentifier($internalIdentifier) + { + $this->internalIdentifier = $internalIdentifier; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberGetListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberGetListReq.php new file mode 100644 index 0000000..11465b6 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberGetListReq.php @@ -0,0 +1,66 @@ +listFilter; + } + + /** + * @param mixed $listFilter + */ + public function setListFilter($listFilter) + { + $this->listFilter = $listFilter; + } + + /** + * @return mixed + */ + public function getListPageNo() + { + return $this->listPageNo; + } + + /** + * @param mixed $listPageNo + */ + public function setListPageNo($listPageNo) + { + $this->listPageNo = $listPageNo; + } + + /** + * @return mixed + */ + public function getListPageSize() + { + return $this->listPageSize; + } + + /** + * @param mixed $listPageSize + */ + public function setListPageSize($listPageSize) + { + $this->listPageSize = $listPageSize; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberListFilterInfo.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberListFilterInfo.php new file mode 100644 index 0000000..e1a977d --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberListFilterInfo.php @@ -0,0 +1,64 @@ +roleType; + } + + /** + * @param mixed $roleType + */ + public function setRoleType($roleType) + { + $this->roleType = $roleType; + } + + /** + * @return mixed + */ + public function getDeptId() + { + return $this->deptId; + } + + /** + * @param mixed $deptId + */ + public function setDeptId($deptId) + { + $this->deptId = $deptId; + } + + /** + * @return mixed + */ + public function getFetchChild() + { + return $this->fetchChild; + } + + /** + * @param mixed $fetchChild + */ + public function setFetchChild($fetchChild) + { + $this->fetchChild = $fetchChild; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberModifyReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberModifyReq.php new file mode 100644 index 0000000..c247fd1 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberModifyReq.php @@ -0,0 +1,117 @@ +memberId; + } + + /** + * @param mixed $memberId + */ + public function setMemberId($memberId) + { + $this->memberId = $memberId; + } + + /** + * @return mixed + */ + public function getMemberName() + { + return $this->memberName; + } + + /** + * @param mixed $memberName + */ + public function setMemberName($memberName) + { + $this->memberName = $memberName; + } + + /** + * @return mixed + */ + public function getInternalIdentifier() + { + return $this->internalIdentifier; + } + + /** + * @param mixed $internalIdentifier + */ + public function setInternalIdentifier($internalIdentifier) + { + $this->internalIdentifier = $internalIdentifier; + } + + /** + * @return mixed + */ + public function getMemberEmail() + { + return $this->memberEmail; + } + + /** + * @param mixed $memberEmail + */ + public function setMemberEmail($memberEmail) + { + $this->memberEmail = $memberEmail; + } + + /** + * @return mixed + */ + public function getMemberMobile() + { + return $this->memberMobile; + } + + /** + * @param mixed $memberMobile + */ + public function setMemberMobile($memberMobile) + { + $this->memberMobile = $memberMobile; + } + + /** + * @return mixed + */ + public function getMemberDeptIds() + { + return $this->memberDeptIds; + } + + /** + * @param mixed $memberDeptIds + */ + public function setMemberDeptIds($memberDeptIds) + { + $this->memberDeptIds = $memberDeptIds; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberSetDeptReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberSetDeptReq.php new file mode 100644 index 0000000..263b745 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberSetDeptReq.php @@ -0,0 +1,65 @@ +memberIds; + } + + /** + * @param mixed $memberIds + */ + public function setMemberIds($memberIds) + { + $this->memberIds = $memberIds; + } + + /** + * @return mixed + */ + public function getMemberDeptIds() + { + return $this->memberDeptIds; + } + + /** + * @param mixed $memberDeptIds + */ + public function setMemberDeptIds($memberDeptIds) + { + $this->memberDeptIds = $memberDeptIds; + } + + /** + * @return mixed + */ + public function getModel() + { + return $this->model; + } + + /** + * @param mixed $model + */ + public function setModel($model) + { + $this->model = $model; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberSetStatusReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberSetStatusReq.php new file mode 100644 index 0000000..b30af9f --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/MemberSetStatusReq.php @@ -0,0 +1,47 @@ +memberIds; + } + + /** + * @param mixed $memberIds + */ + public function setMemberIds($memberIds) + { + $this->memberIds = $memberIds; + } + + /** + * @return mixed + */ + public function getMemberStatus() + { + return $this->memberStatus; + } + + /** + * @param mixed $memberStatus + */ + public function setMemberStatus($memberStatus) + { + $this->memberStatus = $memberStatus; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/OrgListFilterInfo.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/OrgListFilterInfo.php new file mode 100644 index 0000000..ccedc71 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/org/member/OrgListFilterInfo.php @@ -0,0 +1,60 @@ +roleType; + } + + /** + * @param mixed $roleType + */ + public function setRoleType($roleType) + { + $this->roleType = $roleType; + } + + /** + * @return mixed + */ + public function getDeptId() + { + return $this->deptId; + } + + /** + * @param mixed $deptId + */ + public function setDeptId($deptId) + { + $this->deptId = $deptId; + } + + /** + * @return mixed + */ + public function getFetchChild() + { + return $this->fetchChild; + } + + /** + * @param mixed $fetchChild + */ + public function setFetchChild($fetchChild) + { + $this->fetchChild = $fetchChild; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CancelPersonalSealFreeSignReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CancelPersonalSealFreeSignReq.php new file mode 100644 index 0000000..8c2ef19 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CancelPersonalSealFreeSignReq.php @@ -0,0 +1,59 @@ +openUserId; + } + + /** + * @param mixed $openUserId + */ + public function setOpenUserId($openUserId) + { + $this->openUserId = $openUserId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + /** + * @return mixed + */ + public function getBusinessId() + { + return $this->businessId; + } + + /** + * @param mixed $businessId + */ + public function setBusinessId($businessId) + { + $this->businessId = $businessId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CancelSealFreeSignReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CancelSealFreeSignReq.php new file mode 100644 index 0000000..3e063d0 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CancelSealFreeSignReq.php @@ -0,0 +1,61 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + /** + * @return mixed + */ + public function getBusinessId() + { + return $this->businessId; + } + + /** + * @param mixed $businessId + */ + public function setBusinessId($businessId) + { + $this->businessId = $businessId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CreateLegalRepresentativeSealByImageReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CreateLegalRepresentativeSealByImageReq.php new file mode 100644 index 0000000..18c5a82 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CreateLegalRepresentativeSealByImageReq.php @@ -0,0 +1,177 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getEntityId() + { + return $this->entityId; + } + + /** + * @param mixed $entityId + */ + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + + /** + * @return mixed + */ + public function getOpenUserId() + { + return $this->openUserId; + } + + /** + * @param mixed $openUserId + */ + public function setOpenUserId($openUserId) + { + $this->openUserId = $openUserId; + } + + /** + * @return mixed + */ + public function getSealImage() + { + return $this->sealImage; + } + + /** + * @param mixed $sealImage + */ + public function setSealImage($sealImage) + { + $this->sealImage = $sealImage; + } + + /** + * @return mixed + */ + public function getSealName() + { + return $this->sealName; + } + + /** + * @param mixed $sealName + */ + public function setSealName($sealName) + { + $this->sealName = $sealName; + } + + /** + * @return mixed + */ + public function getSealTag() + { + return $this->sealTag; + } + + /** + * @param mixed $sealTag + */ + public function setSealTag($sealTag) + { + $this->sealTag = $sealTag; + } + + /** + * @return mixed + */ + public function getSealWidth() + { + return $this->sealWidth; + } + + /** + * @param mixed $sealWidth + */ + public function setSealWidth($sealWidth) + { + $this->sealWidth = $sealWidth; + } + + /** + * @return mixed + */ + public function getSealHeight() + { + return $this->sealHeight; + } + + /** + * @param mixed $sealHeight + */ + public function setSealHeight($sealHeight) + { + $this->sealHeight = $sealHeight; + } + + /** + * @return mixed + */ + public function getSealOldStyle() + { + return $this->sealOldStyle; + } + + /** + * @param mixed $sealOldStyle + */ + public function setSealOldStyle($sealOldStyle) + { + $this->sealOldStyle = $sealOldStyle; + } + + /** + * @return mixed + */ + public function getSealColor() + { + return $this->sealColor; + } + + /** + * @param mixed $sealColor + */ + public function setSealColor($sealColor) + { + $this->sealColor = $sealColor; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CreateLegalRepresentativeSealByTemplateReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CreateLegalRepresentativeSealByTemplateReq.php new file mode 100644 index 0000000..e2a5cfb --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CreateLegalRepresentativeSealByTemplateReq.php @@ -0,0 +1,177 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getEntityId() + { + return $this->entityId; + } + + /** + * @param mixed $entityId + */ + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + + /** + * @return mixed + */ + public function getOpenUserId() + { + return $this->openUserId; + } + + /** + * @param mixed $openUserId + */ + public function setOpenUserId($openUserId) + { + $this->openUserId = $openUserId; + } + + /** + * @return mixed + */ + public function getSealName() + { + return $this->sealName; + } + + /** + * @param mixed $sealName + */ + public function setSealName($sealName) + { + $this->sealName = $sealName; + } + + /** + * @return mixed + */ + public function getSealTag() + { + return $this->sealTag; + } + + /** + * @param mixed $sealTag + */ + public function setSealTag($sealTag) + { + $this->sealTag = $sealTag; + } + + /** + * @return mixed + */ + public function getSealTemplateStyle() + { + return $this->sealTemplateStyle; + } + + /** + * @param mixed $sealTemplateStyle + */ + public function setSealTemplateStyle($sealTemplateStyle) + { + $this->sealTemplateStyle = $sealTemplateStyle; + } + + /** + * @return mixed + */ + public function getSealSize() + { + return $this->sealSize; + } + + /** + * @param mixed $sealSize + */ + public function setSealSize($sealSize) + { + $this->sealSize = $sealSize; + } + + /** + * @return mixed + */ + public function getSealSuffix() + { + return $this->sealSuffix; + } + + /** + * @param mixed $sealSuffix + */ + public function setSealSuffix($sealSuffix) + { + $this->sealSuffix = $sealSuffix; + } + + /** + * @return mixed + */ + public function getSecurityCode() + { + return $this->securityCode; + } + + /** + * @param mixed $securityCode + */ + public function setSecurityCode($securityCode) + { + $this->securityCode = $securityCode; + } + + /** + * @return mixed + */ + public function getSealColor() + { + return $this->sealColor; + } + + /** + * @param mixed $sealColor + */ + public function setSealColor($sealColor) + { + $this->sealColor = $sealColor; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CreatePersonalSealByImageReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CreatePersonalSealByImageReq.php new file mode 100644 index 0000000..f6c6a95 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CreatePersonalSealByImageReq.php @@ -0,0 +1,126 @@ +openUserId; + } + + /** + * @param mixed $openUserId + */ + public function setOpenUserId($openUserId) + { + $this->openUserId = $openUserId; + } + + /** + * @return mixed + */ + public function getSealImage() + { + return $this->sealImage; + } + + /** + * @param mixed $sealImage + */ + public function setSealImage($sealImage) + { + $this->sealImage = $sealImage; + } + + /** + * @return mixed + */ + public function getSealName() + { + return $this->sealName; + } + + /** + * @param mixed $sealName + */ + public function setSealName($sealName) + { + $this->sealName = $sealName; + } + + /** + * @return mixed + */ + public function getSealWidth() + { + return $this->sealWidth; + } + + /** + * @param mixed $sealWidth + */ + public function setSealWidth($sealWidth) + { + $this->sealWidth = $sealWidth; + } + + /** + * @return mixed + */ + public function getSealHeight() + { + return $this->sealHeight; + } + + /** + * @param mixed $sealHeight + */ + public function setSealHeight($sealHeight) + { + $this->sealHeight = $sealHeight; + } + + /** + * @return mixed + */ + public function getSealOldStyle() + { + return $this->sealOldStyle; + } + + /** + * @param mixed $sealOldStyle + */ + public function setSealOldStyle($sealOldStyle) + { + $this->sealOldStyle = $sealOldStyle; + } + + /** + * @return mixed + */ + public function getSealColor() + { + return $this->sealColor; + } + + /** + * @param mixed $sealColor + */ + public function setSealColor($sealColor) + { + $this->sealColor = $sealColor; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CreatePersonalSealByTemplateReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CreatePersonalSealByTemplateReq.php new file mode 100644 index 0000000..cd91627 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CreatePersonalSealByTemplateReq.php @@ -0,0 +1,108 @@ +openUserId; + } + + /** + * @param mixed $openUserId + */ + public function setOpenUserId($openUserId) + { + $this->openUserId = $openUserId; + } + + /** + * @return mixed + */ + public function getSealName() + { + return $this->sealName; + } + + /** + * @param mixed $sealName + */ + public function setSealName($sealName) + { + $this->sealName = $sealName; + } + + /** + * @return mixed + */ + public function getSealTemplateStyle() + { + return $this->sealTemplateStyle; + } + + /** + * @param mixed $sealTemplateStyle + */ + public function setSealTemplateStyle($sealTemplateStyle) + { + $this->sealTemplateStyle = $sealTemplateStyle; + } + + /** + * @return mixed + */ + public function getSealSize() + { + return $this->sealSize; + } + + /** + * @param mixed $sealSize + */ + public function setSealSize($sealSize) + { + $this->sealSize = $sealSize; + } + + /** + * @return mixed + */ + public function getSealSuffix() + { + return $this->sealSuffix; + } + + /** + * @param mixed $sealSuffix + */ + public function setSealSuffix($sealSuffix) + { + $this->sealSuffix = $sealSuffix; + } + + /** + * @return mixed + */ + public function getSealColor() + { + return $this->sealColor; + } + + /** + * @param mixed $sealColor + */ + public function setSealColor($sealColor) + { + $this->sealColor = $sealColor; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CreateSealByImageReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CreateSealByImageReq.php new file mode 100644 index 0000000..2275666 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CreateSealByImageReq.php @@ -0,0 +1,202 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getEntityId() + { + return $this->entityId; + } + + /** + * @param mixed $entityId + */ + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + + /** + * @return mixed + */ + public function getSealName() + { + return $this->sealName; + } + + /** + * @param mixed $sealName + */ + public function setSealName($sealName) + { + $this->sealName = $sealName; + } + + /** + * @return mixed + */ + public function getCategoryType() + { + return $this->categoryType; + } + + /** + * @param mixed $categoryType + */ + public function setCategoryType($categoryType) + { + $this->categoryType = $categoryType; + } + + /** + * @return mixed + */ + public function getSealImage() + { + return $this->sealImage; + } + + /** + * @param mixed $sealImage + */ + public function setSealImage($sealImage) + { + $this->sealImage = $sealImage; + } + + /** + * @return mixed + */ + public function getSealTag() + { + return $this->sealTag; + } + + /** + * @param mixed $sealTag + */ + public function setSealTag($sealTag) + { + $this->sealTag = $sealTag; + } + + /** + * @return mixed + */ + public function getSealWidth() + { + return $this->sealWidth; + } + + /** + * @param mixed $sealWidth + */ + public function setSealWidth($sealWidth) + { + $this->sealWidth = $sealWidth; + } + + /** + * @return mixed + */ + public function getSealHeight() + { + return $this->sealHeight; + } + + /** + * @param mixed $sealHeight + */ + public function setSealHeight($sealHeight) + { + $this->sealHeight = $sealHeight; + } + + /** + * @return mixed + */ + public function getSealOldStyle() + { + return $this->sealOldStyle; + } + + /** + * @param mixed $sealOldStyle + */ + public function setSealOldStyle($sealOldStyle) + { + $this->sealOldStyle = $sealOldStyle; + } + + /** + * @return mixed + */ + public function getSealColor() + { + return $this->sealColor; + } + + /** + * @param mixed $sealColor + */ + public function setSealColor($sealColor) + { + $this->sealColor = $sealColor; + } + + /** + * @return mixed + */ + public function getCreateSerialNo() + { + return $this->createSerialNo; + } + + /** + * @param mixed $createSerialNo + */ + public function setCreateSerialNo($createSerialNo) + { + $this->createSerialNo = $createSerialNo; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CreateSealByTemplateReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CreateSealByTemplateReq.php new file mode 100644 index 0000000..a8151db --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/CreateSealByTemplateReq.php @@ -0,0 +1,202 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getEntityId() + { + return $this->entityId; + } + + /** + * @param mixed $entityId + */ + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + + /** + * @return mixed + */ + public function getSealName() + { + return $this->sealName; + } + + /** + * @param mixed $sealName + */ + public function setSealName($sealName) + { + $this->sealName = $sealName; + } + + /** + * @return mixed + */ + public function getCategoryType() + { + return $this->categoryType; + } + + /** + * @param mixed $categoryType + */ + public function setCategoryType($categoryType) + { + $this->categoryType = $categoryType; + } + + /** + * @return mixed + */ + public function getSealTag() + { + return $this->sealTag; + } + + /** + * @param mixed $sealTag + */ + public function setSealTag($sealTag) + { + $this->sealTag = $sealTag; + } + + /** + * @return mixed + */ + public function getSealTemplateStyle() + { + return $this->sealTemplateStyle; + } + + /** + * @param mixed $sealTemplateStyle + */ + public function setSealTemplateStyle($sealTemplateStyle) + { + $this->sealTemplateStyle = $sealTemplateStyle; + } + + /** + * @return mixed + */ + public function getSealSize() + { + return $this->sealSize; + } + + /** + * @param mixed $sealSize + */ + public function setSealSize($sealSize) + { + $this->sealSize = $sealSize; + } + + /** + * @return mixed + */ + public function getSealHorizontalText() + { + return $this->sealHorizontalText; + } + + /** + * @param mixed $sealHorizontalText + */ + public function setSealHorizontalText($sealHorizontalText) + { + $this->sealHorizontalText = $sealHorizontalText; + } + + /** + * @return mixed + */ + public function getSealBottomText() + { + return $this->sealBottomText; + } + + /** + * @param mixed $sealBottomText + */ + public function setSealBottomText($sealBottomText) + { + $this->sealBottomText = $sealBottomText; + } + + /** + * @return mixed + */ + public function getSealColor() + { + return $this->sealColor; + } + + /** + * @param mixed $sealColor + */ + public function setSealColor($sealColor) + { + $this->sealColor = $sealColor; + } + + /** + * @return mixed + */ + public function getCreateSerialNo() + { + return $this->createSerialNo; + } + + /** + * @param mixed $createSerialNo + */ + public function setCreateSerialNo($createSerialNo) + { + $this->createSerialNo = $createSerialNo; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetAppointedSealUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetAppointedSealUrlReq.php new file mode 100644 index 0000000..70f3b1b --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetAppointedSealUrlReq.php @@ -0,0 +1,79 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + /** + * @return mixed + */ + public function getClientUserId() + { + return $this->clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetAppointedUserSealListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetAppointedUserSealListReq.php new file mode 100644 index 0000000..dbd1c35 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetAppointedUserSealListReq.php @@ -0,0 +1,42 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getMemberId() + { + return $this->memberId; + } + + /** + * @param mixed $memberId + */ + public function setMemberId($memberId) + { + $this->memberId = $memberId; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetPersonalSealCreateUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetPersonalSealCreateUrlReq.php new file mode 100644 index 0000000..cdc5c9a --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetPersonalSealCreateUrlReq.php @@ -0,0 +1,79 @@ +clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getCreateSerialNo() + { + return $this->createSerialNo; + } + + /** + * @param mixed $createSerialNo + */ + public function setCreateSerialNo($createSerialNo) + { + $this->createSerialNo = $createSerialNo; + } + + /** + * @return mixed + */ + public function getCreateMethod() + { + return $this->createMethod; + } + + /** + * @param mixed $createMethod + */ + public function setCreateMethod($createMethod) + { + $this->createMethod = $createMethod; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetPersonalSealFreeSignUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetPersonalSealFreeSignUrlReq.php new file mode 100644 index 0000000..6d9f380 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetPersonalSealFreeSignUrlReq.php @@ -0,0 +1,95 @@ +openUserId; + } + + /** + * @param mixed $openUserId + */ + public function setOpenUserId($openUserId) + { + $this->openUserId = $openUserId; + } + + /** + * @return mixed + */ + public function getSealIds() + { + return $this->sealIds; + } + + /** + * @param mixed $sealIds + */ + public function setSealIds($sealIds) + { + $this->sealIds = $sealIds; + } + + /** + * @return mixed + */ + public function getBusinessId() + { + return $this->businessId; + } + + /** + * @param mixed $businessId + */ + public function setBusinessId($businessId) + { + $this->businessId = $businessId; + } + + /** + * @return mixed + */ + public function getEmail() + { + return $this->email; + } + + /** + * @param mixed $email + */ + public function setEmail($email) + { + $this->email = $email; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetPersonalSealListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetPersonalSealListReq.php new file mode 100644 index 0000000..049fc7f --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetPersonalSealListReq.php @@ -0,0 +1,24 @@ +openUserId; + } + + /** + * @param mixed $openUserId + */ + public function setOpenUserId($openUserId) + { + $this->openUserId = $openUserId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetPersonalSealManageUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetPersonalSealManageUrlReq.php new file mode 100644 index 0000000..061b128 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetPersonalSealManageUrlReq.php @@ -0,0 +1,43 @@ +clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealCreateUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealCreateUrlReq.php new file mode 100644 index 0000000..50c95e7 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealCreateUrlReq.php @@ -0,0 +1,132 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getEntityId() + { + return $this->entityId; + } + + /** + * @param mixed $entityId + */ + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + + + /** + * @return mixed + */ + public function getClientUserId() + { + return $this->clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getSealName() + { + return $this->sealName; + } + + /** + * @param mixed $sealName + */ + public function setSealName($sealName) + { + $this->sealName = $sealName; + } + + /** + * @return mixed + */ + public function getCategoryType() + { + return $this->categoryType; + } + + /** + * @param mixed $categoryType + */ + public function setCategoryType($categoryType) + { + $this->categoryType = $categoryType; + } + + /** + * @return mixed + */ + public function getSealTag() + { + return $this->sealTag; + } + + /** + * @param mixed $sealTag + */ + public function setSealTag($sealTag) + { + $this->sealTag = $sealTag; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealDetailReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealDetailReq.php new file mode 100644 index 0000000..0c4204b --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealDetailReq.php @@ -0,0 +1,42 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealFreeSignUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealFreeSignUrlReq.php new file mode 100644 index 0000000..2fb7415 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealFreeSignUrlReq.php @@ -0,0 +1,114 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getClientUserId() + { + return $this->clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getSealIds() + { + return $this->sealIds; + } + + /** + * @param mixed $sealIds + */ + public function setSealIds($sealIds) + { + $this->sealIds = $sealIds; + } + + /** + * @return mixed + */ + public function getBusinessId() + { + return $this->businessId; + } + + /** + * @param mixed $businessId + */ + public function setBusinessId($businessId) + { + $this->businessId = $businessId; + } + + /** + * @return mixed + */ + public function getEmail() + { + return $this->email; + } + + /** + * @param mixed $email + */ + public function setEmail($email) + { + $this->email = $email; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealGrantUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealGrantUrlReq.php new file mode 100644 index 0000000..63a7347 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealGrantUrlReq.php @@ -0,0 +1,96 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + /** + * @return mixed + */ + public function getMemberInfo() + { + return $this->memberInfo; + } + + /** + * @param mixed $memberInfo + */ + public function setMemberInfo($memberInfo) + { + $this->memberInfo = $memberInfo; + } + + /** + * @return mixed + */ + public function getClientUserId() + { + return $this->clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealListReq.php new file mode 100644 index 0000000..995d334 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealListReq.php @@ -0,0 +1,60 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getGrantFreeSign() + { + return $this->grantFreeSign; + } + + /** + * @param mixed $grantFreeSign + */ + public function setGrantFreeSign($grantFreeSign) + { + $this->grantFreeSign = $grantFreeSign; + } + + /** + * @return mixed + */ + public function getListFilter() + { + return $this->listFilter; + } + + /** + * @param mixed $listFilter + */ + public function setListFilter($listFilter) + { + $this->listFilter = $listFilter; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealManageUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealManageUrlReq.php new file mode 100644 index 0000000..9de289e --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealManageUrlReq.php @@ -0,0 +1,59 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getClientUserId() + { + return $this->clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealTagListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealTagListReq.php new file mode 100644 index 0000000..2d1b10b --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealTagListReq.php @@ -0,0 +1,24 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealUserListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealUserListReq.php new file mode 100644 index 0000000..35d2b6b --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetSealUserListReq.php @@ -0,0 +1,42 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getListFilter() + { + return $this->listFilter; + } + + /** + * @param mixed $listFilter + */ + public function setListFilter($listFilter) + { + $this->listFilter = $listFilter; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetVerifySealListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetVerifySealListReq.php new file mode 100644 index 0000000..4d4a163 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/GetVerifySealListReq.php @@ -0,0 +1,24 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/MemberInfo.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/MemberInfo.php new file mode 100644 index 0000000..f14201c --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/MemberInfo.php @@ -0,0 +1,60 @@ +memberIds; + } + + /** + * @param mixed $memberIds + */ + public function setMemberIds($memberIds) + { + $this->memberIds = $memberIds; + } + + /** + * @return mixed + */ + public function getGrantStartTime() + { + return $this->grantStartTime; + } + + /** + * @param mixed $grantStartTime + */ + public function setGrantStartTime($grantStartTime) + { + $this->grantStartTime = $grantStartTime; + } + + /** + * @return mixed + */ + public function getGrantEndTime() + { + return $this->grantEndTime; + } + + /** + * @param mixed $grantEndTime + */ + public function setGrantEndTime($grantEndTime) + { + $this->grantEndTime = $grantEndTime; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/PersonalSealDeleteReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/PersonalSealDeleteReq.php new file mode 100644 index 0000000..c0b7b81 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/PersonalSealDeleteReq.php @@ -0,0 +1,41 @@ +openUserId; + } + + /** + * @param mixed $openUserId + */ + public function setOpenUserId($openUserId) + { + $this->openUserId = $openUserId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/SealBaseReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/SealBaseReq.php new file mode 100644 index 0000000..1aae300 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/SealBaseReq.php @@ -0,0 +1,24 @@ +createSerialNo; + } + + /** + * @param mixed $createSerialNo + */ + public function setCreateSerialNo($createSerialNo) + { + $this->createSerialNo = $createSerialNo; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/SealDeleteReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/SealDeleteReq.php new file mode 100644 index 0000000..cf291b4 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/SealDeleteReq.php @@ -0,0 +1,42 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/SealGrantCancelReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/SealGrantCancelReq.php new file mode 100644 index 0000000..aace150 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/SealGrantCancelReq.php @@ -0,0 +1,60 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + /** + * @return mixed + */ + public function getMemberId() + { + return $this->memberId; + } + + /** + * @param mixed $memberId + */ + public function setMemberId($memberId) + { + $this->memberId = $memberId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/SealListFilterInfo.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/SealListFilterInfo.php new file mode 100644 index 0000000..0eccae1 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/SealListFilterInfo.php @@ -0,0 +1,43 @@ +categoryType; + } + + /** + * @param mixed $categoryType + */ + public function setCategoryType($categoryType) + { + $this->categoryType = $categoryType; + } + + /** + * @return mixed + */ + public function getSealTags() + { + return $this->sealTags; + } + + /** + * @param mixed $sealTags + */ + public function setSealTags($sealTags) + { + $this->sealTags = $sealTags; + } + + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/SealModifyReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/SealModifyReq.php new file mode 100644 index 0000000..dab44ff --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/SealModifyReq.php @@ -0,0 +1,78 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + /** + * @return mixed + */ + public function getSealName() + { + return $this->sealName; + } + + /** + * @param mixed $sealName + */ + public function setSealName($sealName) + { + $this->sealName = $sealName; + } + + /** + * @return mixed + */ + public function getSealTag() + { + return $this->sealTag; + } + + /** + * @param mixed $sealTag + */ + public function setSealTag($sealTag) + { + $this->sealTag = $sealTag; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/SealSetStatusReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/SealSetStatusReq.php new file mode 100644 index 0000000..2deb0a7 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/seal/SealSetStatusReq.php @@ -0,0 +1,60 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + /** + * @return mixed + */ + public function getSealStatus() + { + return $this->sealStatus; + } + + /** + * @param mixed $sealStatus + */ + public function setSealStatus($sealStatus) + { + $this->sealStatus = $sealStatus; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AbolishSignTaskReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AbolishSignTaskReq.php new file mode 100644 index 0000000..992ba8b --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AbolishSignTaskReq.php @@ -0,0 +1,296 @@ +abolishedInitiator; + } + + /** + * @param mixed $abolishedInitiator + */ + public function setAbolishedInitiator($abolishedInitiator) + { + $this->abolishedInitiator = $abolishedInitiator; + } + + /** + * @return mixed + */ + public function getInitiatorMemberId() + { + return $this->initiatorMemberId; + } + + /** + * @param mixed $initiatorMemberId + */ + public function setInitiatorMemberId($initiatorMemberId) + { + $this->initiatorMemberId = $initiatorMemberId; + } + + /** + * @return mixed + */ + public function getDocSource() + { + return $this->docSource; + } + + /** + * @param mixed $docSource + */ + public function setDocSource($docSource) + { + $this->docSource = $docSource; + } + + /** + * @return mixed + */ + public function getReason() + { + return $this->reason; + } + + /** + * @param mixed $reason + */ + public function setReason($reason) + { + $this->reason = $reason; + } + + /** + * @return mixed + */ + public function getDocs() + { + return $this->docs; + } + + /** + * @param mixed $docs + */ + public function setDocs($docs) + { + $this->docs = $docs; + } + + /** + * @return mixed + */ + public function getActors() + { + return $this->actors; + } + + /** + * @param mixed $actors + */ + public function setActors($actors) + { + $this->actors = $actors; + } + + /** + * @return mixed + */ + public function getAutoStart() + { + return $this->autoStart; + } + + /** + * @param mixed $autoStart + */ + public function setAutoStart($autoStart) + { + $this->autoStart = $autoStart; + } + + /** + * @return mixed + */ + public function getSignTaskSubject() + { + return $this->signTaskSubject; + } + + /** + * @param mixed $signTaskSubject + */ + public function setSignTaskSubject($signTaskSubject) + { + $this->signTaskSubject = $signTaskSubject; + } + + /** + * @return mixed + */ + public function getExpiresTime() + { + return $this->expiresTime; + } + + /** + * @param mixed $expiresTime + */ + public function setExpiresTime($expiresTime) + { + $this->expiresTime = $expiresTime; + } + + /** + * @return mixed + */ + public function getBusinessTypeId() + { + return $this->businessTypeId; + } + + /** + * @param mixed $businessTypeId + */ + public function setBusinessTypeId($businessTypeId) + { + $this->businessTypeId = $businessTypeId; + } + + /** + * @return mixed + */ + public function getBusinessCode() + { + return $this->businessCode; + } + + /** + * @param mixed $businessCode + */ + public function setBusinessCode($businessCode) + { + $this->businessCode = $businessCode; + } + + /** + * @return mixed + */ + public function getAbolishApprovalFlowId() + { + return $this->abolishApprovalFlowId; + } + + /** + * @param mixed $abolishApprovalFlowId + */ + public function setAbolishApprovalFlowId($abolishApprovalFlowId) + { + $this->abolishApprovalFlowId = $abolishApprovalFlowId; + } + + /** + * @return mixed + */ + public function getCatalogId() + { + return $this->catalogId; + } + + /** + * @param mixed $catalogId + */ + public function setCatalogId($catalogId) + { + $this->catalogId = $catalogId; + } + + /** + * @return mixed + */ + public function getBusinessId() + { + return $this->businessId; + } + + /** + * @param mixed $businessId + */ + public function setBusinessId($businessId) + { + $this->businessId = $businessId; + } + + /** + * @return mixed + */ + public function getTransReferenceId() + { + return $this->transReferenceId; + } + + /** + * @param mixed $transReferenceId + */ + public function setTransReferenceId($transReferenceId) + { + $this->transReferenceId = $transReferenceId; + } + + /** + * @return mixed + */ + public function getCertCAOrg() + { + return $this->certCAOrg; + } + + /** + * @param mixed $certCAOrg + */ + public function setCertCAOrg($certCAOrg) + { + $this->certCAOrg = $certCAOrg; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AbolishedInitiator.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AbolishedInitiator.php new file mode 100644 index 0000000..6fcc690 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AbolishedInitiator.php @@ -0,0 +1,41 @@ +initiatorId; + } + + /** + * @param mixed $initiatorId + */ + public function setInitiatorId($initiatorId) + { + $this->initiatorId = $initiatorId; + } + + /** + * @return mixed + */ + public function getActorId() + { + return $this->actorId; + } + + /** + * @param mixed $actorId + */ + public function setActorId($actorId) + { + $this->actorId = $actorId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/ActorAttachInfo.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/ActorAttachInfo.php new file mode 100644 index 0000000..920faeb --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/ActorAttachInfo.php @@ -0,0 +1,42 @@ +actorAttachName; + } + + /** + * @param mixed $actorAttachName + */ + public function setActorAttachName($actorAttachName) + { + $this->actorAttachName = $actorAttachName; + } + + /** + * @return mixed + */ + public function getRequired() + { + return $this->required; + } + + /** + * @param mixed $required + */ + public function setRequired($required) + { + $this->required = $required; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/ActorCorpMember.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/ActorCorpMember.php new file mode 100644 index 0000000..42d3d13 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/ActorCorpMember.php @@ -0,0 +1,26 @@ +memberId; + } + + /** + * @param mixed $memberId + */ + public function setMemberId($memberId) + { + $this->memberId = $memberId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/ActorGetUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/ActorGetUrlReq.php new file mode 100644 index 0000000..b200e61 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/ActorGetUrlReq.php @@ -0,0 +1,62 @@ +actorId; + } + + /** + * @param mixed $actorId + */ + public function setActorId($actorId) + { + $this->actorId = $actorId; + } + + /** + * @return mixed + */ + public function getClientUserId() + { + return $this->clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getRedirectMiniAppUrl() + { + return $this->redirectMiniAppUrl; + } + + /** + * @param mixed $redirectMiniAppUrl + */ + public function setRedirectMiniAppUrl($redirectMiniAppUrl) + { + $this->redirectMiniAppUrl = $redirectMiniAppUrl; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/ActorIgnoreInfo.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/ActorIgnoreInfo.php new file mode 100644 index 0000000..67b08ac --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/ActorIgnoreInfo.php @@ -0,0 +1,40 @@ +actorId; + } + + /** + * @param mixed $actorId + */ + public function setActorId($actorId) + { + $this->actorId = $actorId; + } + + /** + * @return mixed + */ + public function getReason() + { + return $this->reason; + } + + /** + * @param mixed $reason + */ + public function setReason($reason) + { + $this->reason = $reason; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AddActorsReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AddActorsReq.php new file mode 100644 index 0000000..e3ea320 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AddActorsReq.php @@ -0,0 +1,27 @@ +actors; + } + + /** + * @param mixed $actors + */ + public function setActors($actors) + { + $this->actors = $actors; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AddAttachInfo.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AddAttachInfo.php new file mode 100644 index 0000000..2ef3ef7 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AddAttachInfo.php @@ -0,0 +1,62 @@ +attachId; + } + + /** + * @param mixed $attachId + */ + public function setAttachId($attachId) + { + $this->attachId = $attachId; + } + + /** + * @return mixed + */ + public function getAttachName() + { + return $this->attachName; + } + + /** + * @param mixed $attachName + */ + public function setAttachName($attachName) + { + $this->attachName = $attachName; + } + + /** + * @return mixed + */ + public function getAttachFileId() + { + return $this->attachFileId; + } + + /** + * @param mixed $attachFileId + */ + public function setAttachFileId($attachFileId) + { + $this->attachFileId = $attachFileId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AddAttachReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AddAttachReq.php new file mode 100644 index 0000000..bc81d7b --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AddAttachReq.php @@ -0,0 +1,27 @@ +attachs; + } + + /** + * @param mixed $attachs + */ + public function setAttachs($attachs) + { + $this->attachs = $attachs; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AddDocInfo.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AddDocInfo.php new file mode 100644 index 0000000..7445186 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AddDocInfo.php @@ -0,0 +1,98 @@ +docId; + } + + /** + * @param mixed $docId + */ + public function setDocId($docId) + { + $this->docId = $docId; + } + + /** + * @return mixed + */ + public function getDocName() + { + return $this->docName; + } + + /** + * @param mixed $docName + */ + public function setDocName($docName) + { + $this->docName = $docName; + } + + /** + * @return mixed + */ + public function getDocFileId() + { + return $this->docFileId; + } + + /** + * @param mixed $docFileId + */ + public function setDocFileId($docFileId) + { + $this->docFileId = $docFileId; + } + + /** + * @return mixed + */ + public function getDocTemplateId() + { + return $this->docTemplateId; + } + + /** + * @param mixed $docTemplateId + */ + public function setDocTemplateId($docTemplateId) + { + $this->docTemplateId = $docTemplateId; + } + + /** + * @return mixed + */ + public function getDocFields() + { + return $this->docFields; + } + + /** + * @param mixed $docFields + */ + public function setDocFields($docFields) + { + $this->docFields = $docFields; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AddDocsReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AddDocsReq.php new file mode 100644 index 0000000..973c3d3 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AddDocsReq.php @@ -0,0 +1,30 @@ +docs; + } + + /** + * @param mixed $docs + */ + public function setDocs($docs) + { + $this->docs = $docs; + } + + +} + diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AddFieldReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AddFieldReq.php new file mode 100644 index 0000000..d4d009b --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AddFieldReq.php @@ -0,0 +1,28 @@ +fields; + } + + /** + * @param mixed $fields + */ + public function setFields($fields) + { + $this->fields = $fields; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/Attach.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/Attach.php new file mode 100644 index 0000000..2557d5b --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/Attach.php @@ -0,0 +1,62 @@ +attachId; + } + + /** + * @param mixed $attachId + */ + public function setAttachId($attachId) + { + $this->attachId = $attachId; + } + + /** + * @return mixed + */ + public function getAttachName() + { + return $this->attachName; + } + + /** + * @param mixed $attachName + */ + public function setAttachName($attachName) + { + $this->attachName = $attachName; + } + + /** + * @return mixed + */ + public function getAttachFileId() + { + return $this->attachFileId; + } + + /** + * @param mixed $attachFileId + */ + public function setAttachFileId($attachFileId) + { + $this->attachFileId = $attachFileId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AttachInfo.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AttachInfo.php new file mode 100644 index 0000000..518beb4 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/AttachInfo.php @@ -0,0 +1,41 @@ +attachId; + } + + /** + * @param mixed $attachId + */ + public function setAttachId($attachId) + { + $this->attachId = $attachId; + } + + /** + * @return mixed + */ + public function getCustomAttachName() + { + return $this->customAttachName; + } + + /** + * @param mixed $customAttachName + */ + public function setCustomAttachName($customAttachName) + { + $this->customAttachName = $customAttachName; + } + +} + diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/BatchDownloadInfo.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/BatchDownloadInfo.php new file mode 100644 index 0000000..d473323 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/BatchDownloadInfo.php @@ -0,0 +1,45 @@ +batchSigntaskId; + } + + /** + * @param mixed $batchSigntaskId + */ + public function setBatchSigntaskId($batchSigntaskId) + { + $this->batchSigntaskId = $batchSigntaskId; + } + + public function getDocInfos(): array + { + return $this->docInfos; + } + + public function setDocInfos(array $docInfos) + { + $this->docInfos = $docInfos; + } + + public function getAttachInfos(): array + { + return $this->attachInfos; + } + + public function setAttachInfos(array $attachInfos) + { + $this->attachInfos = $attachInfos; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/BlockReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/BlockReq.php new file mode 100644 index 0000000..ab16738 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/BlockReq.php @@ -0,0 +1,28 @@ +actorId; + } + + /** + * @param mixed $actorId + */ + public function setActorId($actorId) + { + $this->actorId = $actorId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/BusinessScene.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/BusinessScene.php new file mode 100644 index 0000000..f57218c --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/BusinessScene.php @@ -0,0 +1,43 @@ +businessId; + } + + /** + * @param mixed $businessId + */ + public function setBusinessId($businessId) + { + $this->businessId = $businessId; + } + + /** + * @return mixed + */ + public function getTransReferenceId() + { + return $this->transReferenceId; + } + + /** + * @param mixed $transReferenceId + */ + public function setTransReferenceId($transReferenceId) + { + $this->transReferenceId = $transReferenceId; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/BusinessTypeListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/BusinessTypeListReq.php new file mode 100644 index 0000000..3b1a0f5 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/BusinessTypeListReq.php @@ -0,0 +1,25 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/CreateActor.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/CreateActor.php new file mode 100644 index 0000000..7441f52 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/CreateActor.php @@ -0,0 +1,80 @@ +actor; + } + + /** + * @param mixed $actor + */ + public function setActor($actor) + { + $this->actor = $actor; + } + + /** + * @return mixed + */ + public function getFillFields() + { + return $this->fillFields; + } + + /** + * @param mixed $fillFields + */ + public function setFillFields($fillFields) + { + $this->fillFields = $fillFields; + } + + /** + * @return mixed + */ + public function getSignFields() + { + return $this->signFields; + } + + /** + * @param mixed $signFields + */ + public function setSignFields($signFields) + { + $this->signFields = $signFields; + } + + /** + * @return mixed + */ + public function getSignConfigInfo() + { + return $this->signConfigInfo; + } + + /** + * @param mixed $signConfigInfo + */ + public function setSignConfigInfo($signConfigInfo) + { + $this->signConfigInfo = $signConfigInfo; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/CreateSignTaskBaseReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/CreateSignTaskBaseReq.php new file mode 100644 index 0000000..21136e2 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/CreateSignTaskBaseReq.php @@ -0,0 +1,351 @@ +signTaskSubject; + } + + /** + * @param mixed $signTaskSubject + */ + public function setSignTaskSubject($signTaskSubject) + { + $this->signTaskSubject = $signTaskSubject; + } + + /** + * @return mixed + */ + public function getInitiatorEntityId() + { + return $this->initiatorEntityId; + } + + /** + * @param mixed $initiatorEntityId + */ + public function setInitiatorEntityId($initiatorEntityId) + { + $this->initiatorEntityId = $initiatorEntityId; + } + + /** + * @return mixed + */ + public function getInitiatorMemberId() + { + return $this->initiatorMemberId; + } + + /** + * @param mixed $initiatorMemberId + */ + public function setInitiatorMemberId($initiatorMemberId) + { + $this->initiatorMemberId = $initiatorMemberId; + } + + + /** + * @return mixed + */ + public function getInitiator() + { + return $this->initiator; + } + + /** + * @param mixed $initiator + */ + public function setInitiator($initiator) + { + $this->initiator = $initiator; + } + + /** + * @return mixed + */ + public function getSignDocType() + { + return $this->signDocType; + } + + /** + * @param mixed $signDocType + */ + public function setSignDocType($signDocType) + { + $this->signDocType = $signDocType; + } + + /** + * @return mixed + */ + public function getExpiresTime() + { + return $this->expiresTime; + } + + /** + * @param mixed $expiresTime + */ + public function setExpiresTime($expiresTime) + { + $this->expiresTime = $expiresTime; + } + + /** + * @return mixed + */ + public function getDueDate() + { + return $this->dueDate; + } + + /** + * @param mixed $dueDate + */ + public function setDueDate($dueDate) + { + $this->dueDate = $dueDate; + } + + /** + * @return mixed + */ + public function getAutoStart() + { + return $this->autoStart; + } + + /** + * @param mixed $autoStart + */ + public function setAutoStart($autoStart) + { + $this->autoStart = $autoStart; + } + + /** + * @return mixed + */ + public function getBusinessTypeId() + { + return $this->businessTypeId; + } + + /** + * @param mixed $businessTypeId + */ + public function setBusinessTypeId($businessTypeId) + { + $this->businessTypeId = $businessTypeId; + } + + /** + * @return mixed + */ + public function getAutoFinish() + { + return $this->autoFinish; + } + + /** + * @param mixed $autoFinish + */ + public function setAutoFinish($autoFinish) + { + $this->autoFinish = $autoFinish; + } + + /** + * @return mixed + */ + public function getCatalogId() + { + return $this->catalogId; + } + + /** + * @param mixed $catalogId + */ + public function setCatalogId($catalogId) + { + $this->catalogId = $catalogId; + } + + /** + * @return mixed + */ + public function getAutoFillFinalize() + { + return $this->autoFillFinalize; + } + + /** + * @return mixed + */ + public function getCertCAOrg() + { + return $this->certCAOrg; + } + + /** + * @param mixed $certCAOrg + */ + public function setCertCAOrg($certCAOrg) + { + $this->certCAOrg = $certCAOrg; + } + + /** + * @param mixed $autoFillFinalize + */ + public function setAutoFillFinalize($autoFillFinalize) + { + $this->autoFillFinalize = $autoFillFinalize; + } + + /** + * @return mixed + */ + public function getBusinessId() + { + return $this->businessId; + } + + /** + * @param mixed $businessId + */ + public function setBusinessId($businessId) + { + $this->businessId = $businessId; + } + + /** + * @return mixed + */ + public function getBusinessCode() + { + return $this->businessCode; + } + + /** + * @param mixed $businessCode + */ + public function setBusinessCode($businessCode) + { + $this->businessCode = $businessCode; + } + + /** + * @return mixed + */ + public function getStartApprovalFlowId() + { + return $this->startApprovalFlowId; + } + + /** + * @param mixed $startApprovalFlowId + */ + public function setStartApprovalFlowId($startApprovalFlowId) + { + $this->startApprovalFlowId = $startApprovalFlowId; + } + + /** + * @return mixed + */ + public function getFinalizeApprovalFlowId() + { + return $this->finalizeApprovalFlowId; + } + + /** + * @param mixed $finalizeApprovalFlowId + */ + public function setFinalizeApprovalFlowId($finalizeApprovalFlowId) + { + $this->finalizeApprovalFlowId = $finalizeApprovalFlowId; + } + + /** + * @return mixed + */ + public function getTransReferenceId() + { + return $this->transReferenceId; + } + + /** + * @param mixed $transReferenceId + */ + public function setTransReferenceId($transReferenceId) + { + $this->transReferenceId = $transReferenceId; + } + + + /** + * @return mixed + */ + public function getActors() + { + return $this->actors; + } + + /** + * @param mixed $actors + */ + public function setActors($actors) + { + $this->actors = $actors; + } + + /** + * @return mixed + */ + public function getWatermarks() + { + return $this->watermarks; + } + + /** + * @param mixed $watermarks + */ + public function setWatermarks($watermarks) + { + $this->watermarks = $watermarks; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/CreateSignTaskReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/CreateSignTaskReq.php new file mode 100644 index 0000000..23a0547 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/CreateSignTaskReq.php @@ -0,0 +1,95 @@ +signInOrder; + } + + /** + * @param mixed $signInOrder + */ + public function setSignInOrder($signInOrder) + { + $this->signInOrder = $signInOrder; + } + + /** + * @return mixed + */ + public function getFileFormat() + { + return $this->fileFormat; + } + + /** + * @param mixed $fileFormat + */ + public function setFileFormat($fileFormat) + { + $this->fileFormat = $fileFormat; + } + + /** + * @return mixed + */ + public function getIsAllowInsertFile() + { + return $this->isAllowInsertFile; + } + + /** + * @param mixed $isAllowInsertFile + */ + public function setIsAllowInsertFile($isAllowInsertFile) + { + $this->isAllowInsertFile = $isAllowInsertFile; + } + + /** + * @return mixed + */ + public function getDocs() + { + return $this->docs; + } + + /** + * @param mixed $docs + */ + public function setDocs($docs) + { + $this->docs = $docs; + } + + /** + * @return mixed + */ + public function getAttachs() + { + return $this->attachs; + } + + /** + * @param mixed $attachs + */ + public function setAttachs($attachs) + { + $this->attachs = $attachs; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/CreateWithTemplateActor.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/CreateWithTemplateActor.php new file mode 100644 index 0000000..fa4d481 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/CreateWithTemplateActor.php @@ -0,0 +1,80 @@ +actor; + } + + /** + * @param mixed $actor + */ + public function setActor($actor) + { + $this->actor = $actor; + } + + /** + * @return mixed + */ + public function getFillFields() + { + return $this->fillFields; + } + + /** + * @param mixed $fillFields + */ + public function setFillFields($fillFields) + { + $this->fillFields = $fillFields; + } + + /** + * @return mixed + */ + public function getSignConfigInfo() + { + return $this->signConfigInfo; + } + + /** + * @param mixed $signConfigInfo + */ + public function setSignConfigInfo($signConfigInfo) + { + $this->signConfigInfo = $signConfigInfo; + } + + /** + * @return mixed + */ + public function getSignFields() + { + return $this->signFields; + } + + /** + * @param mixed $signFields + */ + public function setSignFields($signFields) + { + $this->signFields = $signFields; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/CreateWithTemplateReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/CreateWithTemplateReq.php new file mode 100644 index 0000000..639b47f --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/CreateWithTemplateReq.php @@ -0,0 +1,30 @@ +signTemplateId; + } + + /** + * @param mixed $signTemplateId + */ + public function setSignTemplateId($signTemplateId) + { + $this->signTemplateId = $signTemplateId; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DeleteActorReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DeleteActorReq.php new file mode 100644 index 0000000..b8c11ac --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DeleteActorReq.php @@ -0,0 +1,45 @@ +actorType; + } + + /** + * @param mixed $actorType + */ + public function setActorType($actorType) + { + $this->actorType = $actorType; + } + + /** + * @return mixed + */ + public function getActorIds() + { + return $this->actorIds; + } + + /** + * @param mixed $actorIds + */ + public function setActorIds($actorIds) + { + $this->actorIds = $actorIds; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DeleteAttachReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DeleteAttachReq.php new file mode 100644 index 0000000..1f92855 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DeleteAttachReq.php @@ -0,0 +1,27 @@ +attachIds; + } + + /** + * @param mixed $attachIds + */ + public function setAttachIds($attachIds) + { + $this->attachIds = $attachIds; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DeleteDocsReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DeleteDocsReq.php new file mode 100644 index 0000000..20cbe99 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DeleteDocsReq.php @@ -0,0 +1,27 @@ +docIds; + } + + /** + * @param mixed $docIds + */ + public function setDocIds($docIds) + { + $this->docIds = $docIds; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DeleteFieldInfo.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DeleteFieldInfo.php new file mode 100644 index 0000000..610eaca --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DeleteFieldInfo.php @@ -0,0 +1,44 @@ +docId; + } + + /** + * @param mixed $docId + */ + public function setDocId($docId) + { + $this->docId = $docId; + } + + /** + * @return mixed + */ + public function getFieldIds() + { + return $this->fieldIds; + } + + /** + * @param mixed $fieldIds + */ + public function setFieldIds($fieldIds) + { + $this->fieldIds = $fieldIds; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DeleteFieldReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DeleteFieldReq.php new file mode 100644 index 0000000..554d0cf --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DeleteFieldReq.php @@ -0,0 +1,27 @@ +fields; + } + + /** + * @param mixed $fields + */ + public function setFields($fields) + { + $this->fields = $fields; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/Doc.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/Doc.php new file mode 100644 index 0000000..0bb9fc6 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/Doc.php @@ -0,0 +1,98 @@ +docId; + } + + /** + * @param mixed $docId + */ + public function setDocId($docId) + { + $this->docId = $docId; + } + + /** + * @return mixed + */ + public function getDocName() + { + return $this->docName; + } + + /** + * @param mixed $docName + */ + public function setDocName($docName) + { + $this->docName = $docName; + } + + /** + * @return mixed + */ + public function getDocFileId() + { + return $this->docFileId; + } + + /** + * @param mixed $docFileId + */ + public function setDocFileId($docFileId) + { + $this->docFileId = $docFileId; + } + + /** + * @return mixed + */ + public function getDocTemplateId() + { + return $this->docTemplateId; + } + + /** + * @param mixed $docTemplateId + */ + public function setDocTemplateId($docTemplateId) + { + $this->docTemplateId = $docTemplateId; + } + + /** + * @return mixed + */ + public function getDocFields() + { + return $this->docFields; + } + + /** + * @param mixed $docFields + */ + public function setDocFields($docFields) + { + $this->docFields = $docFields; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DocFieldFillValue.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DocFieldFillValue.php new file mode 100644 index 0000000..21a215d --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DocFieldFillValue.php @@ -0,0 +1,60 @@ +fieldId; + } + + /** + * @param mixed $fieldId + */ + public function setFieldId($fieldId) + { + $this->fieldId = $fieldId; + } + + /** + * @return mixed + */ + public function getFieldName() + { + return $this->fieldName; + } + + /** + * @param mixed $fieldName + */ + public function setFieldName($fieldName) + { + $this->fieldName = $fieldName; + } + + /** + * @return mixed + */ + public function getFieldValue() + { + return $this->fieldValue; + } + + /** + * @param mixed $fieldValue + */ + public function setFieldValue($fieldValue) + { + $this->fieldValue = $fieldValue; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DocFieldValue.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DocFieldValue.php new file mode 100644 index 0000000..4b720af --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DocFieldValue.php @@ -0,0 +1,98 @@ +docId; + } + + /** + * @param mixed $docId + */ + public function setDocId($docId) + { + $this->docId = $docId; + } + + /** + * @return mixed + */ + public function getFieldId() + { + return $this->fieldId; + } + + /** + * @param mixed $fieldId + */ + public function setFieldId($fieldId) + { + $this->fieldId = $fieldId; + } + + /** + * @return mixed + */ + public function getFieldName() + { + return $this->fieldName; + } + + /** + * @param mixed $fieldName + */ + public function setFieldName($fieldName) + { + $this->fieldName = $fieldName; + } + + /** + * @return mixed + */ + public function getFieldKey() + { + return $this->fieldKey; + } + + /** + * @param mixed $fieldKey + */ + public function setFieldKey($fieldKey) + { + $this->fieldKey = $fieldKey; + } + + /** + * @return mixed + */ + public function getFieldValue() + { + return $this->fieldValue; + } + + /** + * @param mixed $fieldValue + */ + public function setFieldValue($fieldValue) + { + $this->fieldValue = $fieldValue; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DocInfo.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DocInfo.php new file mode 100644 index 0000000..ae292dc --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DocInfo.php @@ -0,0 +1,40 @@ +docId; + } + + /** + * @param mixed $docId + */ + public function setDocId($docId) + { + $this->docId = $docId; + } + + /** + * @return mixed + */ + public function getCustomDocName() + { + return $this->customDocName; + } + + /** + * @param mixed $customDocName + */ + public function setCustomDocName($customDocName) + { + $this->customDocName = $customDocName; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DownloadFilesReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DownloadFilesReq.php new file mode 100644 index 0000000..dda60c2 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/DownloadFilesReq.php @@ -0,0 +1,90 @@ +ownerId; + } + + /** + * @param mixed $ownerId + */ + public function setOwnerId($ownerId) + { + $this->ownerId = $ownerId; + } + + /** + * @return mixed + */ + public function getCustomName() + { + return $this->customName; + } + + /** + * @param mixed $customName + */ + public function setCustomName($customName) + { + $this->customName = $customName; + } + + /** + * @return mixed + */ + public function getCompression() + { + return $this->compression; + } + + /** + * @param mixed $compression + */ + public function setCompression($compression) + { + $this->compression = $compression; + } + + /** + * @return mixed + */ + public function getFolderBySigntask() + { + return $this->folderBySigntask; + } + + /** + * @param mixed $folderBySigntask + */ + public function setFolderBySigntask($folderBySigntask) + { + $this->folderBySigntask = $folderBySigntask; + } + + public function getBatchDownloadInfo(): array + { + return $this->batchDownloadInfo; + } + + public function setBatchDownloadInfo(array $batchDownloadInfo) + { + $this->batchDownloadInfo = $batchDownloadInfo; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/EvidenceReportDownloadUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/EvidenceReportDownloadUrlReq.php new file mode 100644 index 0000000..6f938e8 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/EvidenceReportDownloadUrlReq.php @@ -0,0 +1,9 @@ +extensionTime; + } + + /** + * @param mixed $extensionTime + */ + public function setExtensionTime($extensionTime) + { + $this->extensionTime = $extensionTime; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/Fields.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/Fields.php new file mode 100644 index 0000000..2cdde72 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/Fields.php @@ -0,0 +1,44 @@ +docId; + } + + /** + * @param mixed $docId + */ + public function setDocId($docId) + { + $this->docId = $docId; + } + + /** + * @return mixed + */ + public function getDocFields() + { + return $this->docFields; + } + + /** + * @param mixed $docFields + */ + public function setDocFields($docFields) + { + $this->docFields = $docFields; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/FillField.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/FillField.php new file mode 100644 index 0000000..aa3f658 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/FillField.php @@ -0,0 +1,80 @@ +fieldDocId; + } + + /** + * @param mixed $fieldDocId + */ + public function setFieldDocId($fieldDocId) + { + $this->fieldDocId = $fieldDocId; + } + + /** + * @return mixed + */ + public function getFieldId() + { + return $this->fieldId; + } + + /** + * @param mixed $fieldId + */ + public function setFieldId($fieldId) + { + $this->fieldId = $fieldId; + } + + /** + * @return mixed + */ + public function getFieldName() + { + return $this->fieldName; + } + + /** + * @param mixed $fieldName + */ + public function setFieldName($fieldName) + { + $this->fieldName = $fieldName; + } + + /** + * @return mixed + */ + public function getFieldValue() + { + return $this->fieldValue; + } + + /** + * @param mixed $fieldValue + */ + public function setFieldValue($fieldValue) + { + $this->fieldValue = $fieldValue; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/FillFieldValuesReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/FillFieldValuesReq.php new file mode 100644 index 0000000..d55cdea --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/FillFieldValuesReq.php @@ -0,0 +1,27 @@ +docFieldValues; + } + + /** + * @param mixed $docFieldValues + */ + public function setDocFieldValues($docFieldValues) + { + $this->docFieldValues = $docFieldValues; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetActorAudioVideoReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetActorAudioVideoReq.php new file mode 100644 index 0000000..a8c42fa --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetActorAudioVideoReq.php @@ -0,0 +1,27 @@ +actorId; + } + + /** + * @param mixed $actorId + */ + public function setActorId($actorId) + { + $this->actorId = $actorId; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetActorCerInfoReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetActorCerInfoReq.php new file mode 100644 index 0000000..20b012a --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetActorCerInfoReq.php @@ -0,0 +1,24 @@ +actorId; + } + + /** + * @param mixed $actorId + */ + public function setActorId($actorId) + { + $this->actorId = $actorId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetBatchSignUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetBatchSignUrlReq.php new file mode 100644 index 0000000..5708802 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetBatchSignUrlReq.php @@ -0,0 +1,167 @@ +idType; + } + + /** + * @param mixed $idType + */ + public function setIdType($idType) + { + $this->idType = $idType; + } + + /** + * @return mixed + */ + public function getOpenId() + { + return $this->openId; + } + + /** + * @param mixed $openId + */ + public function setOpenId($openId) + { + $this->openId = $openId; + } + + /** + * @return mixed + */ + public function getAccountName() + { + return $this->accountName; + } + + /** + * @param mixed $accountName + */ + public function setAccountName($accountName) + { + $this->accountName = $accountName; + } + + /** + * @return mixed + */ + public function getOwnerId() + { + return $this->ownerId; + } + + /** + * @param mixed $ownerId + */ + public function setOwnerId($ownerId) + { + $this->ownerId = $ownerId; + } + + /** + * @return mixed + */ + public function getMemberId() + { + return $this->memberId; + } + + /** + * @param mixed $memberId + */ + public function setMemberId($memberId) + { + $this->memberId = $memberId; + } + + /** + * @return mixed + */ + public function getClientUserId() + { + return $this->clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getSignTaskIds() + { + return $this->signTaskIds; + } + + /** + * @param mixed $signTaskIds + */ + public function setSignTaskIds($signTaskIds) + { + $this->signTaskIds = $signTaskIds; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + /** + * @return mixed + */ + public function getRedirectMiniAppUrl() + { + return $this->redirectMiniAppUrl; + } + + /** + * @param mixed $redirectMiniAppUrl + */ + public function setRedirectMiniAppUrl($redirectMiniAppUrl) + { + $this->redirectMiniAppUrl = $redirectMiniAppUrl; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetFacePictureReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetFacePictureReq.php new file mode 100644 index 0000000..f3dd420 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetFacePictureReq.php @@ -0,0 +1,26 @@ +actorId; + } + + /** + * @param mixed $actorId + */ + public function setActorId($actorId) + { + $this->actorId = $actorId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetPicDownloadUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetPicDownloadUrlReq.php new file mode 100644 index 0000000..159b3a8 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetPicDownloadUrlReq.php @@ -0,0 +1,25 @@ +slicingTicketId; + } + + /** + * @param mixed $slicingTicketId + */ + public function setSlicingTicketId($slicingTicketId) + { + $this->slicingTicketId = $slicingTicketId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetSignTaskEditUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetSignTaskEditUrlReq.php new file mode 100644 index 0000000..b693e05 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetSignTaskEditUrlReq.php @@ -0,0 +1,27 @@ +nonEditableInfo; + } + + /** + * @param mixed $nonEditableInfo + */ + public function setNonEditableInfo($nonEditableInfo) + { + $this->nonEditableInfo = $nonEditableInfo; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetSignTaskSlicingDocReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetSignTaskSlicingDocReq.php new file mode 100644 index 0000000..7eb5c95 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetSignTaskSlicingDocReq.php @@ -0,0 +1,26 @@ +ownerId; + } + + /** + * @param mixed $ownerId + */ + public function setOwnerId($ownerId) + { + $this->ownerId = $ownerId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetUrlReq.php new file mode 100644 index 0000000..09ced08 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetUrlReq.php @@ -0,0 +1,63 @@ +actorType; + } + + /** + * @param mixed $actorType + */ + public function setActorType($actorType) + { + $this->actorType = $actorType; + } + + /** + * @return mixed + */ + public function getActorId() + { + return $this->actorId; + } + + /** + * @param mixed $actorId + */ + public function setActorId($actorId) + { + $this->actorId = $actorId; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetV3ActorSignTaskUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetV3ActorSignTaskUrlReq.php new file mode 100644 index 0000000..611a7bd --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/GetV3ActorSignTaskUrlReq.php @@ -0,0 +1,62 @@ +signTaskId; + } + + /** + * @param mixed $signTaskId + */ + public function setSignTaskId($signTaskId) + { + $this->signTaskId = $signTaskId; + } + + /** + * @return mixed + */ + public function getOwnerId() + { + return $this->ownerId; + } + + /** + * @param mixed $ownerId + */ + public function setOwnerId($ownerId) + { + $this->ownerId = $ownerId; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/ModifyActor.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/ModifyActor.php new file mode 100644 index 0000000..09aed1c --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/ModifyActor.php @@ -0,0 +1,75 @@ +actorId; + } + + /** + * @param mixed $actorId + */ + public function setActorId($actorId) + { + $this->actorId = $actorId; + } + + /** + * @return mixed + */ + public function getFillFields() + { + return $this->fillFields; + } + + /** + * @param mixed $fillFields + */ + public function setFillFields($fillFields) + { + $this->fillFields = $fillFields; + } + + /** + * @return mixed + */ + public function getSignFields() + { + return $this->signFields; + } + + /** + * @param mixed $signFields + */ + public function setSignFields($signFields) + { + $this->signFields = $signFields; + } + + /** + * @return mixed + */ + public function getSignConfigInfo() + { + return $this->signConfigInfo; + } + + /** + * @param mixed $signConfigInfo + */ + public function setSignConfigInfo($signConfigInfo) + { + $this->signConfigInfo = $signConfigInfo; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/ModifyActorReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/ModifyActorReq.php new file mode 100644 index 0000000..30514e3 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/ModifyActorReq.php @@ -0,0 +1,43 @@ +businessId; + } + + /** + * @param mixed $businessId + */ + public function setBusinessId($businessId) + { + $this->businessId = $businessId; + } + + /** + * @return mixed + */ + public function getActors() + { + return $this->actors; + } + + /** + * @param mixed $actors + */ + public function setActors($actors) + { + $this->actors = $actors; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignConfigInfo.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignConfigInfo.php new file mode 100644 index 0000000..0807838 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignConfigInfo.php @@ -0,0 +1,313 @@ +orderNo; + } + + /** + * @param mixed $orderNo + */ + public function setOrderNo($orderNo) + { + $this->orderNo = $orderNo; + } + + /** + * @return mixed + */ + public function getFreeDragSealId() + { + return $this->freeDragSealId; + } + + /** + * @param mixed $freeDragSealId + */ + public function setFreeDragSealId($freeDragSealId) + { + $this->freeDragSealId = $freeDragSealId; + } + + /** + * @return mixed + */ + public function getSignAllDoc() + { + return $this->signAllDoc; + } + + /** + * @param mixed $signAllDoc + */ + public function setSignAllDoc($signAllDoc) + { + $this->signAllDoc = $signAllDoc; + } + + /** + * @return mixed + */ + public function getAuthorizeFreeSign() + { + return $this->authorizeFreeSign; + } + + /** + * @param mixed $authorizeFreeSign + */ + public function setAuthorizeFreeSign($authorizeFreeSign) + { + $this->authorizeFreeSign = $authorizeFreeSign; + } + + /** + * @return mixed + */ + public function getBlockHere() + { + return $this->blockHere; + } + + /** + * @param mixed $blockHere + */ + public function setBlockHere($blockHere) + { + $this->blockHere = $blockHere; + } + + /** + * @return mixed + */ + public function getRequestVerifyFree() + { + return $this->requestVerifyFree; + } + + /** + * @param mixed $requestVerifyFree + */ + public function setRequestVerifyFree($requestVerifyFree) + { + $this->requestVerifyFree = $requestVerifyFree; + } + + /** + * @return mixed + */ + public function getVerifyMethods() + { + return $this->verifyMethods; + } + + /** + * @param mixed $verifyMethods + */ + public function setVerifyMethods($verifyMethods) + { + $this->verifyMethods = $verifyMethods; + } + + /** + * @return mixed + */ + public function getAudioVideoInfo() + { + return $this->audioVideoInfo; + } + + /** + * @param mixed $audioVideoInfo + */ + public function setAudioVideoInfo($audioVideoInfo) + { + $this->audioVideoInfo = $audioVideoInfo; + } + + /** + * @return mixed + */ + public function getRequestMemberSign() + { + return $this->requestMemberSign; + } + + /** + * @param mixed $requestMemberSign + */ + public function setRequestMemberSign($requestMemberSign) + { + $this->requestMemberSign = $requestMemberSign; + } + + /** + * @return mixed + */ + public function getSignerSignMethod() + { + return $this->signerSignMethod; + } + + /** + * @param mixed $signerSignMethod + */ + public function setSignerSignMethod($signerSignMethod) + { + $this->signerSignMethod = $signerSignMethod; + } + + /** + * @return mixed + */ + public function getJoinByLink() + { + return $this->joinByLink; + } + + /** + * @param mixed $joinByLink + */ + public function setJoinByLink($joinByLink) + { + $this->joinByLink = $joinByLink; + } + + /** + * @return mixed + */ + public function getReadingToEnd() + { + return $this->readingToEnd; + } + + /** + * @param mixed $readingToEnd + */ + public function setReadingToEnd($readingToEnd) + { + $this->readingToEnd = $readingToEnd; + } + + /** + * @return mixed + */ + public function getReadingTime() + { + return $this->readingTime; + } + + /** + * @param mixed $readingTime + */ + public function setReadingTime($readingTime) + { + $this->readingTime = $readingTime; + } + + /** + * @return mixed + */ + public function getFreeLogin() + { + return $this->freeLogin; + } + + /** + * @param mixed $freeLogin + */ + public function setFreeLogin($freeLogin) + { + $this->freeLogin = $freeLogin; + } + + /** + * @return mixed + */ + public function getIdentifiedView() + { + return $this->identifiedView; + } + + /** + * @param mixed $identifiedView + */ + public function setIdentifiedView($identifiedView) + { + $this->identifiedView = $identifiedView; + } + + /** + * @return mixed + */ + public function getResizeSeal() + { + return $this->resizeSeal; + } + + /** + * @param mixed $resizeSeal + */ + public function setResizeSeal($resizeSeal) + { + $this->resizeSeal = $resizeSeal; + } + + /** + * @return mixed + */ + public function getActorAttachInfos() + { + return $this->actorAttachInfos; + } + + /** + * @param mixed $actorAttachInfos + */ + public function setActorAttachInfos($actorAttachInfos) + { + $this->actorAttachInfos = $actorAttachInfos; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignField.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignField.php new file mode 100644 index 0000000..56a42c7 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignField.php @@ -0,0 +1,96 @@ +fieldDocId; + } + + /** + * @param mixed $fieldDocId + */ + public function setFieldDocId($fieldDocId) + { + $this->fieldDocId = $fieldDocId; + } + + /** + * @return mixed + */ + public function getFieldId() + { + return $this->fieldId; + } + + /** + * @param mixed $fieldId + */ + public function setFieldId($fieldId) + { + $this->fieldId = $fieldId; + } + + /** + * @return mixed + */ + public function getFieldName() + { + return $this->fieldName; + } + + /** + * @param mixed $fieldName + */ + public function setFieldName($fieldName) + { + $this->fieldName = $fieldName; + } + + /** + * @return mixed + */ + public function getSealId() + { + return $this->sealId; + } + + /** + * @param mixed $sealId + */ + public function setSealId($sealId) + { + $this->sealId = $sealId; + } + + /** + * @return mixed + */ + public function getMoveable() + { + return $this->moveable; + } + + /** + * @param mixed $moveable + */ + public function setMoveable($moveable) + { + $this->moveable = $moveable; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskActorRemoveReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskActorRemoveReq.php new file mode 100644 index 0000000..ebd0b3f --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskActorRemoveReq.php @@ -0,0 +1,40 @@ +signTaskId; + } + + /** + * @param mixed $signTaskId + */ + public function setSignTaskId($signTaskId) + { + $this->signTaskId = $signTaskId; + } + + /** + * @return mixed + */ + public function getActorId() + { + return $this->actorId; + } + + /** + * @param mixed $actorId + */ + public function setActorId($actorId) + { + $this->actorId = $actorId; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskApplyReportReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskApplyReportReq.php new file mode 100644 index 0000000..4ccb664 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskApplyReportReq.php @@ -0,0 +1,59 @@ +fileId; + } + + /** + * @param mixed $fileId + */ + public function setFileId($fileId) + { + $this->fileId = $fileId; + } + + /** + * @return mixed + */ + public function getOwnerId() + { + return $this->ownerId; + } + + /** + * @param mixed $ownerId + */ + public function setOwnerId($ownerId) + { + $this->ownerId = $ownerId; + } + + /** + * @return mixed + */ + public function getReportType() + { + return $this->reportType; + } + + /** + * @param mixed $reportType + */ + public function setReportType($reportType) + { + $this->reportType = $reportType; + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskBaseReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskBaseReq.php new file mode 100644 index 0000000..883344d --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskBaseReq.php @@ -0,0 +1,44 @@ +signTaskId; + } + + /** + * @param mixed $signTaskId + */ + public function setSignTaskId($signTaskId) + { + $this->signTaskId = $signTaskId; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskCancelReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskCancelReq.php new file mode 100644 index 0000000..75e4a62 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskCancelReq.php @@ -0,0 +1,27 @@ +terminationNote; + } + + /** + * @param mixed $terminationNote + */ + public function setTerminationNote($terminationNote) + { + $this->terminationNote = $terminationNote; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskCatalogListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskCatalogListReq.php new file mode 100644 index 0000000..87e6b23 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskCatalogListReq.php @@ -0,0 +1,26 @@ +ownerId; + } + + /** + * @param mixed $ownerId + */ + public function setOwnerId($ownerId) + { + $this->ownerId = $ownerId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskDownloadReportReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskDownloadReportReq.php new file mode 100644 index 0000000..d46b591 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskDownloadReportReq.php @@ -0,0 +1,24 @@ +reportDownloadId; + } + + /** + * @param mixed $reportDownloadId + */ + public function setReportDownloadId($reportDownloadId) + { + $this->reportDownloadId = $reportDownloadId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskGetFileReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskGetFileReq.php new file mode 100644 index 0000000..2dbe059 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskGetFileReq.php @@ -0,0 +1,24 @@ +docId; + } + + /** + * @param mixed $docId + */ + public function setDocId($docId) + { + $this->docId = $docId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskIgnoreReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskIgnoreReq.php new file mode 100644 index 0000000..2851315 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskIgnoreReq.php @@ -0,0 +1,26 @@ +actors; + } + + /** + * @param mixed $actors + */ + public function setActors($actors) + { + $this->actors = $actors; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskListFilter.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskListFilter.php new file mode 100644 index 0000000..68c3430 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskListFilter.php @@ -0,0 +1,179 @@ +signTaskSubject; + } + + /** + * @param mixed $signTaskSubject + */ + public function setSignTaskSubject($signTaskSubject) + { + $this->signTaskSubject = $signTaskSubject; + } + + /** + * @return mixed + */ + public function getSignTaskStatus() + { + return $this->signTaskStatus; + } + + /** + * @param mixed $signTaskStatus + */ + public function setSignTaskStatus($signTaskStatus) + { + $this->signTaskStatus = $signTaskStatus; + } + + /** + * @return mixed + */ + public function getStartTimeFrom() + { + return $this->startTimeFrom; + } + + /** + * @param mixed $startTimeFrom + */ + public function setStartTimeFrom($startTimeFrom) + { + $this->startTimeFrom = $startTimeFrom; + } + + /** + * @return mixed + */ + public function getStartTimeTo() + { + return $this->startTimeTo; + } + + /** + * @param mixed $startTimeTo + */ + public function setStartTimeTo($startTimeTo) + { + $this->startTimeTo = $startTimeTo; + } + + /** + * @return mixed + */ + public function getFinishTimeFrom() + { + return $this->finishTimeFrom; + } + + /** + * @param mixed $finishTimeFrom + */ + public function setFinishTimeFrom($finishTimeFrom) + { + $this->finishTimeFrom = $finishTimeFrom; + } + + /** + * @return mixed + */ + public function getFinishTimeTo() + { + return $this->finishTimeTo; + } + + /** + * @param mixed $finishTimeTo + */ + public function setFinishTimeTo($finishTimeTo) + { + $this->finishTimeTo = $finishTimeTo; + } + + /** + * @return mixed + */ + public function getExpiresTimeFrom() + { + return $this->expiresTimeFrom; + } + + /** + * @param mixed $expiresTimeFrom + */ + public function setExpiresTimeFrom($expiresTimeFrom) + { + $this->expiresTimeFrom = $expiresTimeFrom; + } + + /** + * @return mixed + */ + public function getExpiresTimeTo() + { + return $this->expiresTimeTo; + } + + /** + * @param mixed $expiresTimeTo + */ + public function setExpiresTimeTo($expiresTimeTo) + { + $this->expiresTimeTo = $expiresTimeTo; + } + + /** + * @return mixed + */ + public function getBusinessTypeId() + { + return $this->businessTypeId; + } + + /** + * @param mixed $businessTypeId + */ + public function setBusinessTypeId($businessTypeId) + { + $this->businessTypeId = $businessTypeId; + } + + /** + * @return mixed + */ + public function getBusinessCode() + { + return $this->businessCode; + } + + /** + * @param mixed $businessCode + */ + public function setBusinessCode($businessCode) + { + $this->businessCode = $businessCode; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskOwnerListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskOwnerListReq.php new file mode 100644 index 0000000..e657934 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/SignTaskOwnerListReq.php @@ -0,0 +1,117 @@ +ownerId; + } + + /** + * @param mixed $ownerId + */ + public function setOwnerId($ownerId) + { + $this->ownerId = $ownerId; + } + + /** + * @return mixed + */ + public function getOwnerRole() + { + return $this->ownerRole; + } + + /** + * @param mixed $ownerRole + */ + public function setOwnerRole($ownerRole) + { + $this->ownerRole = $ownerRole; + } + + /** + * @return mixed + */ + public function getMemberId() + { + return $this->memberId; + } + + /** + * @param mixed $memberId + */ + public function setMemberId($memberId) + { + $this->memberId = $memberId; + } + + + /** + * @return mixed + */ + public function getListFilter() + { + return $this->listFilter; + } + + /** + * @param mixed $listFilter + */ + public function setListFilter($listFilter) + { + $this->listFilter = $listFilter; + } + + /** + * @return mixed + */ + public function getListPageNo() + { + return $this->listPageNo; + } + + /** + * @param mixed $listPageNo + */ + public function setListPageNo($listPageNo) + { + $this->listPageNo = $listPageNo; + } + + /** + * @return mixed + */ + public function getListPageSize() + { + return $this->listPageSize; + } + + /** + * @param mixed $listPageSize + */ + public function setListPageSize($listPageSize) + { + $this->listPageSize = $listPageSize; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/UnblockReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/UnblockReq.php new file mode 100644 index 0000000..a1d3e84 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/UnblockReq.php @@ -0,0 +1,29 @@ +actorId; + } + + /** + * @param mixed $actorId + */ + public function setActorId($actorId) + { + $this->actorId = $actorId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/Watermark.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/Watermark.php new file mode 100644 index 0000000..c36aa92 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/signTask/Watermark.php @@ -0,0 +1,194 @@ +type; + } + + /** + * @param mixed $type + */ + public function setType($type) + { + $this->type = $type; + } + + /** + * @return mixed + */ + public function getContent() + { + return $this->content; + } + + /** + * @param mixed $content + */ + public function setContent($content) + { + $this->content = $content; + } + + /** + * @return mixed + */ + public function getFontSize() + { + return $this->fontSize; + } + + /** + * @param mixed $fontSize + */ + public function setFontSize($fontSize) + { + $this->fontSize = $fontSize; + } + + /** + * @return mixed + */ + public function getFontColor() + { + return $this->fontColor; + } + + /** + * @param mixed $fontColor + */ + public function setFontColor($fontColor) + { + $this->fontColor = $fontColor; + } + + /** + * @return mixed + */ + public function getPicBase64() + { + return $this->picBase64; + } + + /** + * @param mixed $picBase64 + */ + public function setPicBase64($picBase64) + { + $this->picBase64 = $picBase64; + } + + /** + * @return mixed + */ + public function getPicWidth() + { + return $this->picWidth; + } + + /** + * @param mixed $picWidth + */ + public function setPicWidth($picWidth) + { + $this->picWidth = $picWidth; + } + + /** + * @return mixed + */ + public function getPicHeight() + { + return $this->picHeight; + } + + /** + * @param mixed $picHeight + */ + public function setPicHeight($picHeight) + { + $this->picHeight = $picHeight; + } + + /** + * @return mixed + */ + public function getRotation() + { + return $this->rotation; + } + + /** + * @param mixed $rotation + */ + public function setRotation($rotation) + { + $this->rotation = $rotation; + } + + /** + * @return mixed + */ + public function getTransparency() + { + return $this->transparency; + } + + /** + * @param mixed $transparency + */ + public function setTransparency($transparency) + { + $this->transparency = $transparency; + } + + /** + * @return mixed + */ + public function getPosition() + { + return $this->position; + } + + /** + * @param mixed $position + */ + public function setPosition($position) + { + $this->position = $position; + } + + /** + * @return mixed + */ + public function getDensity() + { + return $this->density; + } + + /** + * @param mixed $density + */ + public function setDensity($density) + { + $this->density = $density; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/TemplateCreateGetUrl.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/TemplateCreateGetUrl.php new file mode 100644 index 0000000..f433f3d --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/TemplateCreateGetUrl.php @@ -0,0 +1,80 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getType() + { + return $this->type; + } + + /** + * @param mixed $type + */ + public function setType($type) + { + $this->type = $type; + } + + /** + * @return mixed + */ + public function getCreateSerialNo() + { + return $this->createSerialNo; + } + + /** + * @param mixed $createSerialNo + */ + public function setCreateSerialNo($createSerialNo) + { + $this->createSerialNo = $createSerialNo; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/TemplateEditGetUrl.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/TemplateEditGetUrl.php new file mode 100644 index 0000000..13ed4dc --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/TemplateEditGetUrl.php @@ -0,0 +1,62 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getTemplateId() + { + return $this->templateId; + } + + /** + * @param mixed $templateId + */ + public function setTemplateId($templateId) + { + $this->templateId = $templateId; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/TemplateManageGetUrl.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/TemplateManageGetUrl.php new file mode 100644 index 0000000..c03e1d6 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/TemplateManageGetUrl.php @@ -0,0 +1,44 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/TemplatePreviewGetUrl.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/TemplatePreviewGetUrl.php new file mode 100644 index 0000000..1fe1dcb --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/TemplatePreviewGetUrl.php @@ -0,0 +1,61 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getTemplateId() + { + return $this->templateId; + } + + /** + * @param mixed $templateId + */ + public function setTemplateId($templateId) + { + $this->templateId = $templateId; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/corpField/CreateCorpFieldReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/corpField/CreateCorpFieldReq.php new file mode 100644 index 0000000..40863f6 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/corpField/CreateCorpFieldReq.php @@ -0,0 +1,42 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getFields() + { + return $this->fields; + } + + /** + * @param mixed $fields + */ + public function setFields($fields) + { + $this->fields = $fields; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/corpField/DeleteCorpFieldReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/corpField/DeleteCorpFieldReq.php new file mode 100644 index 0000000..3c2b32d --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/corpField/DeleteCorpFieldReq.php @@ -0,0 +1,44 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getFields() + { + return $this->fields; + } + + /** + * @param mixed $fields + */ + public function setFields($fields) + { + $this->fields = $fields; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/corpField/GetCorpFieldListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/corpField/GetCorpFieldListReq.php new file mode 100644 index 0000000..3474ce5 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/corpField/GetCorpFieldListReq.php @@ -0,0 +1,25 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/CopyCreateDocTemplateReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/CopyCreateDocTemplateReq.php new file mode 100644 index 0000000..d5122ef --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/CopyCreateDocTemplateReq.php @@ -0,0 +1,79 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getDocTemplateId() + { + return $this->docTemplateId; + } + + /** + * @param mixed $docTemplateId + */ + public function setDocTemplateId($docTemplateId) + { + $this->docTemplateId = $docTemplateId; + } + + /** + * @return mixed + */ + public function getDocTemplateName() + { + return $this->docTemplateName; + } + + /** + * @param mixed $docTemplateName + */ + public function setDocTemplateName($docTemplateName) + { + $this->docTemplateName = $docTemplateName; + } + + /** + * @return mixed + */ + public function getCreateSerialNo() + { + return $this->createSerialNo; + } + + /** + * @param mixed $createSerialNo + */ + public function setCreateSerialNo($createSerialNo) + { + $this->createSerialNo = $createSerialNo; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/CreateDocTemplateReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/CreateDocTemplateReq.php new file mode 100644 index 0000000..7778a47 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/CreateDocTemplateReq.php @@ -0,0 +1,79 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getDocTemplateName() + { + return $this->docTemplateName; + } + + /** + * @param mixed $docTemplateName + */ + public function setDocTemplateName($docTemplateName) + { + $this->docTemplateName = $docTemplateName; + } + + /** + * @return mixed + */ + public function getCreateSerialNo() + { + return $this->createSerialNo; + } + + /** + * @param mixed $createSerialNo + */ + public function setCreateSerialNo($createSerialNo) + { + $this->createSerialNo = $createSerialNo; + } + + /** + * @return mixed + */ + public function getFileId() + { + return $this->fileId; + } + + /** + * @param mixed $fileId + */ + public function setFileId($fileId) + { + $this->fileId = $fileId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/DeleteDocTemplateReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/DeleteDocTemplateReq.php new file mode 100644 index 0000000..0a57972 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/DeleteDocTemplateReq.php @@ -0,0 +1,44 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getDocTemplateId() + { + return $this->docTemplateId; + } + + /** + * @param mixed $docTemplateId + */ + public function setDocTemplateId($docTemplateId) + { + $this->docTemplateId = $docTemplateId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/DocTemplateDetailReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/DocTemplateDetailReq.php new file mode 100644 index 0000000..d15fad0 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/DocTemplateDetailReq.php @@ -0,0 +1,46 @@ +ownerId; + } + + /** + * @param mixed $ownerId + */ + public function setOwnerId($ownerId) + { + $this->ownerId = $ownerId; + } + + + /** + * @return mixed + */ + public function getDocTemplateId() + { + return $this->docTemplateId; + } + + /** + * @param mixed $docTemplateId + */ + public function setDocTemplateId($docTemplateId) + { + $this->docTemplateId = $docTemplateId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/DocTemplateListFilterInfo.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/DocTemplateListFilterInfo.php new file mode 100644 index 0000000..46f4e62 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/DocTemplateListFilterInfo.php @@ -0,0 +1,26 @@ +docTemplateName; + } + + /** + * @param mixed $docTemplateName + */ + public function setDocTemplateName($docTemplateName) + { + $this->docTemplateName = $docTemplateName; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/FillValueDocTemplateReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/FillValueDocTemplateReq.php new file mode 100644 index 0000000..e1b33d9 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/FillValueDocTemplateReq.php @@ -0,0 +1,79 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getDocTemplateId() + { + return $this->docTemplateId; + } + + /** + * @param mixed $docTemplateId + */ + public function setDocTemplateId($docTemplateId) + { + $this->docTemplateId = $docTemplateId; + } + + /** + * @return mixed + */ + public function getFileName() + { + return $this->fileName; + } + + /** + * @param mixed $fileName + */ + public function setFileName($fileName) + { + $this->fileName = $fileName; + } + + /** + * @return mixed + */ + public function getDocFieldValues() + { + return $this->docFieldValues; + } + + /** + * @param mixed $docFieldValues + */ + public function setDocFieldValues($docFieldValues) + { + $this->docFieldValues = $docFieldValues; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/GetDocTemplateListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/GetDocTemplateListReq.php new file mode 100644 index 0000000..edfcb56 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/GetDocTemplateListReq.php @@ -0,0 +1,85 @@ +ownerId; + } + + /** + * @param mixed $ownerId + */ + public function setOwnerId($ownerId) + { + $this->ownerId = $ownerId; + } + + + /** + * @return mixed + */ + public function getListFilter() + { + return $this->listFilter; + } + + /** + * @param mixed $listFilter + */ + public function setListFilter($listFilter) + { + $this->listFilter = $listFilter; + } + + /** + * @return mixed + */ + public function getListPageNo() + { + return $this->listPageNo; + } + + /** + * @param mixed $listPageNo + */ + public function setListPageNo($listPageNo) + { + $this->listPageNo = $listPageNo; + } + + /** + * @return mixed + */ + public function getListPageSize() + { + return $this->listPageSize; + } + + /** + * @param mixed $listPageSize + */ + public function setListPageSize($listPageSize) + { + $this->listPageSize = $listPageSize; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/SetDocTemplateStatusReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/SetDocTemplateStatusReq.php new file mode 100644 index 0000000..d02ae3c --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/docTemplate/SetDocTemplateStatusReq.php @@ -0,0 +1,62 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getDocTemplateId() + { + return $this->docTemplateId; + } + + /** + * @param mixed $docTemplateId + */ + public function setDocTemplateId($docTemplateId) + { + $this->docTemplateId = $docTemplateId; + } + + /** + * @return mixed + */ + public function getDocTemplateStatus() + { + return $this->docTemplateStatus; + } + + /** + * @param mixed $docTemplateStatus + */ + public function setDocTemplateStatus($docTemplateStatus) + { + $this->docTemplateStatus = $docTemplateStatus; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/signTemplate/DeleteSignTemplateReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/signTemplate/DeleteSignTemplateReq.php new file mode 100644 index 0000000..5437fdf --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/signTemplate/DeleteSignTemplateReq.php @@ -0,0 +1,44 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getSignTemplateId() + { + return $this->signTemplateId; + } + + /** + * @param mixed $signTemplateId + */ + public function setSignTemplateId($signTemplateId) + { + $this->signTemplateId = $signTemplateId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/signTemplate/GetSignTemplateListReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/signTemplate/GetSignTemplateListReq.php new file mode 100644 index 0000000..5a07b35 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/signTemplate/GetSignTemplateListReq.php @@ -0,0 +1,81 @@ +ownerId; + } + + /** + * @param mixed $ownerId + */ + public function setOwnerId($ownerId) + { + $this->ownerId = $ownerId; + } + + + /** + * @return mixed + */ + public function getListFilter() + { + return $this->listFilter; + } + + /** + * @param mixed $listFilter + */ + public function setListFilter($listFilter) + { + $this->listFilter = $listFilter; + } + + /** + * @return mixed + */ + public function getListPageNo() + { + return $this->listPageNo; + } + + /** + * @param mixed $listPageNo + */ + public function setListPageNo($listPageNo) + { + $this->listPageNo = $listPageNo; + } + + /** + * @return mixed + */ + public function getListPageSize() + { + return $this->listPageSize; + } + + /** + * @param mixed $listPageSize + */ + public function setListPageSize($listPageSize) + { + $this->listPageSize = $listPageSize; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/signTemplate/SetSignTemplateStatusReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/signTemplate/SetSignTemplateStatusReq.php new file mode 100644 index 0000000..b4a34b3 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/signTemplate/SetSignTemplateStatusReq.php @@ -0,0 +1,61 @@ +openCorpId; + } + + /** + * @param mixed $openCorpId + */ + public function setOpenCorpId($openCorpId) + { + $this->openCorpId = $openCorpId; + } + + /** + * @return mixed + */ + public function getSignTemplateId() + { + return $this->signTemplateId; + } + + /** + * @param mixed $signTemplateId + */ + public function setSignTemplateId($signTemplateId) + { + $this->signTemplateId = $signTemplateId; + } + + /** + * @return mixed + */ + public function getSignTemplateStatus() + { + return $this->signTemplateStatus; + } + + /** + * @param mixed $signTemplateStatus + */ + public function setSignTemplateStatus($signTemplateStatus) + { + $this->signTemplateStatus = $signTemplateStatus; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/signTemplate/SignTemplateDetailReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/signTemplate/SignTemplateDetailReq.php new file mode 100644 index 0000000..6e05aa2 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/signTemplate/SignTemplateDetailReq.php @@ -0,0 +1,44 @@ +ownerId; + } + + /** + * @param mixed $ownerId + */ + public function setOwnerId($ownerId) + { + $this->ownerId = $ownerId; + } + + /** + * @return mixed + */ + public function getSignTemplateId() + { + return $this->signTemplateId; + } + + /** + * @param mixed $signTemplateId + */ + public function setSignTemplateId($signTemplateId) + { + $this->signTemplateId = $signTemplateId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/signTemplate/SignTemplateListFilterInfo.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/signTemplate/SignTemplateListFilterInfo.php new file mode 100644 index 0000000..1b9251a --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/template/signTemplate/SignTemplateListFilterInfo.php @@ -0,0 +1,26 @@ +signTemplateName; + } + + /** + * @param mixed $signTemplateName + */ + public function setSignTemplateName($signTemplateName) + { + $this->signTemplateName = $signTemplateName; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/BankFourElementVerifyReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/BankFourElementVerifyReq.php new file mode 100644 index 0000000..725f20e --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/BankFourElementVerifyReq.php @@ -0,0 +1,79 @@ +userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getUserIdentNo() + { + return $this->userIdentNo; + } + + /** + * @param mixed $userIdentNo + */ + public function setUserIdentNo($userIdentNo) + { + $this->userIdentNo = $userIdentNo; + } + + /** + * @return mixed + */ + public function getBankAccountNo() + { + return $this->bankAccountNo; + } + + /** + * @param mixed $bankAccountNo + */ + public function setBankAccountNo($bankAccountNo) + { + $this->bankAccountNo = $bankAccountNo; + } + + /** + * @return mixed + */ + public function getMobile() + { + return $this->mobile; + } + + /** + * @param mixed $mobile + */ + public function setMobile($mobile) + { + $this->mobile = $mobile; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/BankThreeElementVerifyReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/BankThreeElementVerifyReq.php new file mode 100644 index 0000000..719d0fe --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/BankThreeElementVerifyReq.php @@ -0,0 +1,61 @@ +userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getUserIdentNo() + { + return $this->userIdentNo; + } + + /** + * @param mixed $userIdentNo + */ + public function setUserIdentNo($userIdentNo) + { + $this->userIdentNo = $userIdentNo; + } + + /** + * @return mixed + */ + public function getBankAccountNo() + { + return $this->bankAccountNo; + } + + /** + * @param mixed $bankAccountNo + */ + public function setBankAccountNo($bankAccountNo) + { + $this->bankAccountNo = $bankAccountNo; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/BusinessInfoQueryReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/BusinessInfoQueryReq.php new file mode 100644 index 0000000..baa6a65 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/BusinessInfoQueryReq.php @@ -0,0 +1,43 @@ +corpName; + } + + /** + * @param mixed $corpName + */ + public function setCorpName($corpName) + { + $this->corpName = $corpName; + } + + /** + * @return mixed + */ + public function getCorpIdentNo() + { + return $this->corpIdentNo; + } + + /** + * @param mixed $corpIdentNo + */ + public function setCorpIdentNo($corpIdentNo) + { + $this->corpIdentNo = $corpIdentNo; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/BusinessThreeElementVerifyReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/BusinessThreeElementVerifyReq.php new file mode 100644 index 0000000..13159d5 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/BusinessThreeElementVerifyReq.php @@ -0,0 +1,61 @@ +corpName; + } + + /** + * @param mixed $corpName + */ + public function setCorpName($corpName) + { + $this->corpName = $corpName; + } + + /** + * @return mixed + */ + public function getCorpIdentNo() + { + return $this->corpIdentNo; + } + + /** + * @param mixed $corpIdentNo + */ + public function setCorpIdentNo($corpIdentNo) + { + $this->corpIdentNo = $corpIdentNo; + } + + /** + * @return mixed + */ + public function getLegalRepName() + { + return $this->legalRepName; + } + + /** + * @param mixed $legalRepName + */ + public function setLegalRepName($legalRepName) + { + $this->legalRepName = $legalRepName; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/GetIdCardImageDownloadUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/GetIdCardImageDownloadUrlReq.php new file mode 100644 index 0000000..aca27aa --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/GetIdCardImageDownloadUrlReq.php @@ -0,0 +1,26 @@ +verifyId; + } + + /** + * @param mixed $verifyId + */ + public function setVerifyId($verifyId) + { + $this->verifyId = $verifyId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/GetUserFourElementVerifyUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/GetUserFourElementVerifyUrlReq.php new file mode 100644 index 0000000..919c8b7 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/GetUserFourElementVerifyUrlReq.php @@ -0,0 +1,162 @@ +clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getUserName() + { + return $this->userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getUserIdentNo() + { + return $this->userIdentNo; + } + + /** + * @param mixed $userIdentNo + */ + public function setUserIdentNo($userIdentNo) + { + $this->userIdentNo = $userIdentNo; + } + + /** + * @return mixed + */ + public function getBankAccountNo() + { + return $this->bankAccountNo; + } + + /** + * @param mixed $bankAccountNo + */ + public function setBankAccountNo($bankAccountNo) + { + $this->bankAccountNo = $bankAccountNo; + } + + /** + * @return mixed + */ + public function getMobile() + { + return $this->mobile; + } + + /** + * @param mixed $mobile + */ + public function setMobile($mobile) + { + $this->mobile = $mobile; + } + + /** + * @return mixed + */ + public function getIdCardImage() + { + return $this->idCardImage; + } + + /** + * @param mixed $idCardImage + */ + public function setIdCardImage($idCardImage) + { + $this->idCardImage = $idCardImage; + } + + /** + * @return mixed + */ + public function getFaceSide() + { + return $this->faceSide; + } + + /** + * @param mixed $faceSide + */ + public function setFaceSide($faceSide) + { + $this->faceSide = $faceSide; + } + + /** + * @return mixed + */ + public function getNationalEmblemSide() + { + return $this->nationalEmblemSide; + } + + /** + * @param mixed $nationalEmblemSide + */ + public function setNationalEmblemSide($nationalEmblemSide) + { + $this->nationalEmblemSide = $nationalEmblemSide; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/GetUserThreeElementVerifyUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/GetUserThreeElementVerifyUrlReq.php new file mode 100644 index 0000000..c7c7528 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/GetUserThreeElementVerifyUrlReq.php @@ -0,0 +1,151 @@ +clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getUserName() + { + return $this->userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getUserIdentNo() + { + return $this->userIdentNo; + } + + /** + * @param mixed $userIdentNo + */ + public function setUserIdentNo($userIdentNo) + { + $this->userIdentNo = $userIdentNo; + } + + /** + * @return mixed + */ + public function getMobile() + { + return $this->mobile; + } + + /** + * @param mixed $mobile + */ + public function setMobile($mobile) + { + $this->mobile = $mobile; + } + + /** + * @return mixed + */ + public function getIdCardImage() + { + return $this->idCardImage; + } + + /** + * @param mixed $idCardImage + */ + public function setIdCardImage($idCardImage) + { + $this->idCardImage = $idCardImage; + } + + /** + * @return mixed + */ + public function getFaceSide() + { + return $this->faceSide; + } + + /** + * @param mixed $faceSide + */ + public function setFaceSide($faceSide) + { + $this->faceSide = $faceSide; + } + + /** + * @return mixed + */ + public function getNationalEmblemSide() + { + return $this->nationalEmblemSide; + } + + /** + * @param mixed $nationalEmblemSide + */ + public function setNationalEmblemSide($nationalEmblemSide) + { + $this->nationalEmblemSide = $nationalEmblemSide; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/IdCardThreeElementVerifyReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/IdCardThreeElementVerifyReq.php new file mode 100644 index 0000000..8f0e7f6 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/IdCardThreeElementVerifyReq.php @@ -0,0 +1,60 @@ +userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getUserIdentNo() + { + return $this->userIdentNo; + } + + /** + * @param mixed $userIdentNo + */ + public function setUserIdentNo($userIdentNo) + { + $this->userIdentNo = $userIdentNo; + } + + /** + * @return mixed + */ + public function getImgBase64() + { + return $this->imgBase64; + } + + /** + * @param mixed $imgBase64 + */ + public function setImgBase64($imgBase64) + { + $this->imgBase64 = $imgBase64; + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/IdentityTwoElementVerifyReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/IdentityTwoElementVerifyReq.php new file mode 100644 index 0000000..d7cd8b7 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/IdentityTwoElementVerifyReq.php @@ -0,0 +1,43 @@ +userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getUserIdentNo() + { + return $this->userIdentNo; + } + + /** + * @param mixed $userIdentNo + */ + public function setUserIdentNo($userIdentNo) + { + $this->userIdentNo = $userIdentNo; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/TelecomThreeElementVerifyReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/TelecomThreeElementVerifyReq.php new file mode 100644 index 0000000..242bdd5 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/identity/TelecomThreeElementVerifyReq.php @@ -0,0 +1,61 @@ +userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getUserIdentNo() + { + return $this->userIdentNo; + } + + /** + * @param mixed $userIdentNo + */ + public function setUserIdentNo($userIdentNo) + { + $this->userIdentNo = $userIdentNo; + } + + /** + * @return mixed + */ + public function getMobile() + { + return $this->mobile; + } + + /** + * @param mixed $mobile + */ + public function setMobile($mobile) + { + $this->mobile = $mobile; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/ocr/BankCardOcrReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/ocr/BankCardOcrReq.php new file mode 100644 index 0000000..2157536 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/ocr/BankCardOcrReq.php @@ -0,0 +1,25 @@ +imageBase64; + } + + /** + * @param mixed $imageBase64 + */ + public function setImageBase64($imageBase64) + { + $this->imageBase64 = $imageBase64; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/ocr/BizLicenseOcrReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/ocr/BizLicenseOcrReq.php new file mode 100644 index 0000000..90a1b00 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/ocr/BizLicenseOcrReq.php @@ -0,0 +1,25 @@ +imageBase64; + } + + /** + * @param mixed $imageBase64 + */ + public function setImageBase64($imageBase64) + { + $this->imageBase64 = $imageBase64; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/ocr/DrivingLicenseOcrReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/ocr/DrivingLicenseOcrReq.php new file mode 100644 index 0000000..9c4f59b --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/ocr/DrivingLicenseOcrReq.php @@ -0,0 +1,43 @@ +imageBase64; + } + + /** + * @param mixed $imageBase64 + */ + public function setImageBase64($imageBase64) + { + $this->imageBase64 = $imageBase64; + } + + /** + * @return mixed + */ + public function getBackImageBase64() + { + return $this->backImageBase64; + } + + /** + * @param mixed $backImageBase64 + */ + public function setBackImageBase64($backImageBase64) + { + $this->backImageBase64 = $backImageBase64; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/ocr/IdCardOcrReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/ocr/IdCardOcrReq.php new file mode 100644 index 0000000..5d856a0 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/ocr/IdCardOcrReq.php @@ -0,0 +1,46 @@ +faceSide; + } + + /** + * @param mixed $faceSide + */ + public function setFaceSide($faceSide) + { + $this->faceSide = $faceSide; + } + + /** + * @return mixed + */ + public function getNationalEmblemSide() + { + return $this->nationalEmblemSide; + } + + /** + * @param mixed $nationalEmblemSide + */ + public function setNationalEmblemSide($nationalEmblemSide) + { + $this->nationalEmblemSide = $nationalEmblemSide; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/ocr/MainlandPermitOcrReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/ocr/MainlandPermitOcrReq.php new file mode 100644 index 0000000..06e4423 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/ocr/MainlandPermitOcrReq.php @@ -0,0 +1,25 @@ +imageBase64; + } + + /** + * @param mixed $imageBase64 + */ + public function setImageBase64($imageBase64) + { + $this->imageBase64 = $imageBase64; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/ocr/VehicleLicenseOcrReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/ocr/VehicleLicenseOcrReq.php new file mode 100644 index 0000000..9325e1a --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/ocr/VehicleLicenseOcrReq.php @@ -0,0 +1,43 @@ +imageBase64; + } + + /** + * @param mixed $imageBase64 + */ + public function setImageBase64($imageBase64) + { + $this->imageBase64 = $imageBase64; + } + + /** + * @return mixed + */ + public function getBackImageBase64() + { + return $this->backImageBase64; + } + + /** + * @param mixed $backImageBase64 + */ + public function setBackImageBase64($backImageBase64) + { + $this->backImageBase64 = $backImageBase64; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/verify/GetFaceRecognitionStatusReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/verify/GetFaceRecognitionStatusReq.php new file mode 100644 index 0000000..0a36429 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/verify/GetFaceRecognitionStatusReq.php @@ -0,0 +1,41 @@ +serialNo; + } + + /** + * @param mixed $serialNo + */ + public function setSerialNo($serialNo) + { + $this->serialNo = $serialNo; + } + + /** + * @return mixed + */ + public function getGetFile() + { + return $this->getFile; + } + + /** + * @param mixed $getFile + */ + public function setGetFile($getFile) + { + $this->getFile = $getFile; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/verify/GetFaceRecognitionUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/verify/GetFaceRecognitionUrlReq.php new file mode 100644 index 0000000..ae5b46b --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/tool/verify/GetFaceRecognitionUrlReq.php @@ -0,0 +1,91 @@ +userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getUserIdentNo() + { + return $this->userIdentNo; + } + + /** + * @param mixed $userIdentNo + */ + public function setUserIdentNo($userIdentNo) + { + $this->userIdentNo = $userIdentNo; + } + + /** + * @return mixed + */ + public function getFaceAuthMode() + { + return $this->faceAuthMode; + } + + /** + * @param mixed $faceAuthMode + */ + public function setFaceAuthMode($faceAuthMode) + { + $this->faceAuthMode = $faceAuthMode; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + /** + * @return mixed + */ + public function getCreateSerialNo() + { + return $this->createSerialNo; + } + + /** + * @param mixed $createSerialNo + */ + public function setCreateSerialNo($createSerialNo) + { + $this->createSerialNo = $createSerialNo; + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/AddUserReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/AddUserReq.php new file mode 100644 index 0000000..60ecdc0 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/AddUserReq.php @@ -0,0 +1,50 @@ +clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getClientUserName() + { + return $this->clientUserName; + } + + /** + * @param mixed $clientUserName + */ + public function setClientUserName($clientUserName) + { + $this->clientUserName = $clientUserName; + } + + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/DeleteUserReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/DeleteUserReq.php new file mode 100644 index 0000000..325bd3b --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/DeleteUserReq.php @@ -0,0 +1,25 @@ +openUserId; + } + + /** + * @param mixed $openUserId + */ + public function setOpenUserId($openUserId) + { + $this->openUserId = $openUserId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/DisableUserReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/DisableUserReq.php new file mode 100644 index 0000000..8bc3d07 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/DisableUserReq.php @@ -0,0 +1,25 @@ +openUserId; + } + + /** + * @param mixed $openUserId + */ + public function setOpenUserId($openUserId) + { + $this->openUserId = $openUserId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/EnableUserReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/EnableUserReq.php new file mode 100644 index 0000000..5379cc3 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/EnableUserReq.php @@ -0,0 +1,25 @@ +openUserId; + } + + /** + * @param mixed $openUserId + */ + public function setOpenUserId($openUserId) + { + $this->openUserId = $openUserId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/FreeSignInfo.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/FreeSignInfo.php new file mode 100644 index 0000000..7e3e569 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/FreeSignInfo.php @@ -0,0 +1,25 @@ +businessId; + } + + /** + * @param mixed $businessId + */ + public function setBusinessId($businessId) + { + $this->businessId = $businessId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/GetUserAuthUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/GetUserAuthUrlReq.php new file mode 100644 index 0000000..fff64e6 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/GetUserAuthUrlReq.php @@ -0,0 +1,166 @@ +clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getAccountName() + { + return $this->accountName; + } + + /** + * @param mixed $accountName + */ + public function setAccountName($accountName) + { + $this->accountName = $accountName; + } + + /** + * @return mixed + */ + public function getUnbindAccount() + { + return $this->unbindAccount; + } + + /** + * @param mixed $unbindAccount + */ + public function setUnbindAccount($unbindAccount) + { + $this->unbindAccount = $unbindAccount; + } + + /** + * @return mixed + */ + public function getUserIdentInfo() + { + return $this->userIdentInfo; + } + + /** + * @param mixed $userIdentInfo + */ + public function setUserIdentInfo($userIdentInfo) + { + $this->userIdentInfo = $userIdentInfo; + } + + /** + * @return array + */ + public function getNonEditableInfo(): array + { + return $this->nonEditableInfo; + } + + /** + * @param array $nonEditableInfo + */ + public function setNonEditableInfo(array $nonEditableInfo) + { + $this->nonEditableInfo = $nonEditableInfo; + } + + /** + * @return array + */ + public function getAuthScopes(): array + { + return $this->authScopes; + } + + /** + * @param array $authScopes + */ + public function setAuthScopes(array $authScopes) + { + $this->authScopes = $authScopes; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + /** + * @return mixed + */ + public function getFreeSignInfo() + { + return $this->freeSignInfo; + } + + /** + * @param mixed $freeSignInfo + */ + public function setFreeSignInfo($freeSignInfo) + { + $this->freeSignInfo = $freeSignInfo; + } + + /** + * @return mixed + */ + public function getRedirectMiniAppUrl() + { + return $this->redirectMiniAppUrl; + } + + /** + * @param mixed $redirectMiniAppUrl + */ + public function setRedirectMiniAppUrl($redirectMiniAppUrl) + { + $this->redirectMiniAppUrl = $redirectMiniAppUrl; + } + +} + + + diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/GetUserChangeUrlReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/GetUserChangeUrlReq.php new file mode 100644 index 0000000..39d9160 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/GetUserChangeUrlReq.php @@ -0,0 +1,41 @@ +changeType; + } + + /** + * @param mixed $changeType + */ + public function setChangeType($changeType) + { + $this->changeType = $changeType; + } + + /** + * @return mixed + */ + public function getRedirectUrl() + { + return $this->redirectUrl; + } + + /** + * @param mixed $redirectUrl + */ + public function setRedirectUrl($redirectUrl) + { + $this->redirectUrl = $redirectUrl; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/GetUserIdentityInfoReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/GetUserIdentityInfoReq.php new file mode 100644 index 0000000..872fab1 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/GetUserIdentityInfoReq.php @@ -0,0 +1,25 @@ +openUserId; + } + + /** + * @param mixed $openUserId + */ + public function setOpenUserId($openUserId) + { + $this->openUserId = $openUserId; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/GetUserReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/GetUserReq.php new file mode 100644 index 0000000..5c46bcd --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/GetUserReq.php @@ -0,0 +1,44 @@ +clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getOpenUserId() + { + return $this->openUserId; + } + + /** + * @param mixed $openUserId + */ + public function setOpenUserId($openUserId) + { + $this->openUserId = $openUserId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/UnbindUserReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/UnbindUserReq.php new file mode 100644 index 0000000..9b1af05 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/UnbindUserReq.php @@ -0,0 +1,43 @@ +clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getOpenUserId() + { + return $this->openUserId; + } + + /** + * @param mixed $openUserId + */ + public function setOpenUserId($openUserId) + { + $this->openUserId = $openUserId; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/UpdateUserReq.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/UpdateUserReq.php new file mode 100644 index 0000000..ac6ab7f --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/UpdateUserReq.php @@ -0,0 +1,62 @@ +openUserId; + } + + /** + * @param mixed $openUserId + */ + public function setOpenUserId($openUserId) + { + $this->openUserId = $openUserId; + } + + /** + * @return mixed + */ + public function getClientUserId() + { + return $this->clientUserId; + } + + /** + * @param mixed $clientUserId + */ + public function setClientUserId($clientUserId) + { + $this->clientUserId = $clientUserId; + } + + /** + * @return mixed + */ + public function getClientUserName() + { + return $this->clientUserName; + } + + /** + * @param mixed $clientUserName + */ + public function setClientUserName($clientUserName) + { + $this->clientUserName = $clientUserName; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/UserIdentInfo.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/UserIdentInfo.php new file mode 100644 index 0000000..dda8e31 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/bean/req/user/UserIdentInfo.php @@ -0,0 +1,115 @@ +userName; + } + + /** + * @param mixed $userName + */ + public function setUserName($userName) + { + $this->userName = $userName; + } + + /** + * @return mixed + */ + public function getUserIdentType() + { + return $this->userIdentType; + } + + /** + * @param mixed $userIdentType + */ + public function setUserIdentType($userIdentType) + { + $this->userIdentType = $userIdentType; + } + + /** + * @return mixed + */ + public function getUserIdentNo() + { + return $this->userIdentNo; + } + + /** + * @param mixed $userIdentNo + */ + public function setUserIdentNo($userIdentNo) + { + $this->userIdentNo = $userIdentNo; + } + + /** + * @return mixed + */ + public function getMobile() + { + return $this->mobile; + } + + /** + * @param mixed $mobile + */ + public function setMobile($mobile) + { + $this->mobile = $mobile; + } + + /** + * @return mixed + */ + public function getBankAccountNo() + { + return $this->bankAccountNo; + } + + /** + * @param mixed $bankAccountNo + */ + public function setBankAccountNo($bankAccountNo) + { + $this->bankAccountNo = $bankAccountNo; + } + + /** + * @return array + */ + public function getIdentMethod(): array + { + return $this->identMethod; + } + + /** + * @param array $identMethod + */ + public function setIdentMethod(array $identMethod) + { + $this->identMethod = $identMethod; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/AppTemplateClient.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/AppTemplateClient.php new file mode 100644 index 0000000..1e25a7a --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/AppTemplateClient.php @@ -0,0 +1,122 @@ +client = $client; + } + + # 查询应用文档模板列表 + function appDocTemplateGetList($accessToken, AppDocTemplateListReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::APP_DOC_TEMPLATE_GET_LIST); + } + + # 获取应用文档模板详情 + function appDocTemplateGetDetail($accessToken, AppDocTemplateDetailReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::APP_DOC_TEMPLATE_GET_DETAIL); + } + + # 启用/停用应用文档模板 + function appDocTemplateSetStatus($accessToken, AppDocTemplateSetStatusReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::APP_DOC_TEMPLATE_SET_STATUS); + } + + # 删除应用文档模板 + function appDocTemplateDelete($accessToken, AppDocTemplateDeleteReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::APP_DOC_TEMPLATE_DELETE); + } + + # 查询应用签署任务模板列表 + function appSignTemplateGetList($accessToken, AppSignTemplateListReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::APP_SIGN_TEMPLATE_GET_LIST); + } + + # 获取应用签署任务模板详情 + function appSignTemplateGetDetail($accessToken, AppSignTemplateDetailReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::APP_SIGN_TEMPLATE_GET_DETAIL); + } + + # 启用/停用应用签署任务模板 + function appSignTemplateSetStatus($accessToken, AppSignTemplateSetStatusReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::APP_SIGN_TEMPLATE_SET_STATUS); + } + + # 删除应用签署任务模板 + function appSignTemplateDelete($accessToken, AppSignTemplateDeleteReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::APP_SIGN_TEMPLATE_DELETE); + } + + # 获取应用模板新增链接 + function appTemplateCreateGetUrl($accessToken, AppTemplateCreateGetUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::APP_TEMPLATE_CREATE_GET_URL); + } + + # 获取应用模板编辑链接 + function appTemplateEditGetUrl($accessToken, AppTemplateEditGetUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::APP_TEMPLATE_EDIT_GET_URL); + } + + # 获取应用模板预览链接 + function appTemplatePreviewGetUrl($accessToken, AppTemplatePreviewGetUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::APP_TEMPLATE_PREVIEW_GET_URL); + } + + # 创建业务控件 + function appFieldCreate($accessToken, AppFieldCreateReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::APP_FIELD_CREATE); + } + + # 修改业务控件 + function appFieldModify($accessToken, AppFieldModifyReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::APP_FIELD_MODIFY); + } + + # 设置业务控件状态 + function appFieldSetStatus($accessToken, AppFieldSetStatusReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::APP_FIELD_SET_STATUS); + } + + # 查询业务控件列表 + function appFieldGetList($accessToken, AppFieldGetListReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::APP_FIELD_GET_LIST); + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/ApprovalClient.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/ApprovalClient.php new file mode 100644 index 0000000..d91d220 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/ApprovalClient.php @@ -0,0 +1,53 @@ +client = $client; + } + + # 查询审批流程列表 + function approvalFlowList($accessToken, GetApprovalFlowListReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::APPROVAL_FLOW_LIST); + } + + # 查询审批流程详情 + function approvalFlowDetail($accessToken, GetApprovalFlowDetailReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::APPROVAL_FLOW_DETAIL); + } + + # 查询审批列表 + function approvalList($accessToken, GetApprovalInfoListReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::APPROVAL_LIST); + } + + # 查询审批详情 + function approvalDetail($accessToken, GetApprovalDetailReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::APPROVAL_DETAIL); + } + + # 获取审批链接 + function approvalUrl($accessToken, GetApprovalUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::APPROVAL_URL); + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/ArchivesPerformanceClient.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/ArchivesPerformanceClient.php new file mode 100644 index 0000000..d34fb9d --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/ArchivesPerformanceClient.php @@ -0,0 +1,74 @@ +client = $client; + } + + # 获取合同归档链接 + function getArchivesManageUrl($accessToken, GetArchivesManageUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::ARCHIVES_GET_ARCHIVES_URL); + } + + # 合同归档 + function archivesContactArchived($accessToken, ArchivesContactArchivedReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::ARCHIVES_CONTACT_ARCHIVED); + } + + # 查询已归档合同列表 + function getArchivedList($accessToken, GetArchivedListReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::ARCHIVES_GET_ARCHIVED_LIST); + } + + # 查询已归档合同详情 + function getArchivedDetail($accessToken, GetArchivedDetailReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::ARCHIVES_GET_ARCHIVED_DETAIL); + } + + # 查询归档文件夹列表 + function archivesCatalogList($accessToken, ArchivesCatalogListReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::ARCHIVES_CATALOG_LIST); + } + + # 创建合同履约提醒 + function archivesPerformanceModify($accessToken, ArchivesPerformanceModifyReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::ARCHIVES_PERFORMANCE_MODIFY); + } + + # 删除合同履约提醒 + function archivesPerformanceDelete($accessToken, ArchivesPerformanceDeleteReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::ARCHIVES_PERFORMANCE_DELETE); + } + + # 查询合同履约提醒列表 + function archivesPerformanceList($accessToken, ArchivesPerformanceListReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::ARCHIVES_PERFORMANCE_LIST); + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/CallbackClient.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/CallbackClient.php new file mode 100644 index 0000000..cb79816 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/CallbackClient.php @@ -0,0 +1,25 @@ +client = $client; + } + + # 查询回调列表 + function getCallbackList($accessToken, GetCallBackListReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::GET_CALL_BACK_LIST); + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/Client.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/Client.php new file mode 100644 index 0000000..c47ca1a --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/Client.php @@ -0,0 +1,245 @@ +appId = $appId; + $this->appSecret = $appSecret; + $this->url = $url; + $this->timeout = $timeout; + $this->debug = $debug; + } + + /** + * @throws Exception + */ + public function request_file($url, $filePath) + { + $filePath = iconv('utf-8', 'gbk', $filePath); + $curl = curl_init(); + curl_setopt_array($curl, array( + CURLOPT_URL => $url, + CURLOPT_RETURNTRANSFER => true, + CURLOPT_ENCODING => '', + CURLOPT_MAXREDIRS => 10, + CURLOPT_TIMEOUT => $this->timeout, + CURLOPT_FOLLOWLOCATION => true, + CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, + CURLOPT_SSL_VERIFYHOST => false, + CURLOPT_SSL_VERIFYPEER => false, + CURLOPT_CUSTOMREQUEST => 'PUT', + CURLOPT_POSTFIELDS => file_get_contents($filePath), + CURLOPT_HTTPHEADER => array( + 'Content-Type: application/octet-stream' + ), + )); + $output = curl_exec($curl); + $error = curl_errno($curl); + if ($error) { + throw new exception("请求发生异常情况" . curl_strerror($error)); + } + $curlInfo = curl_getinfo($curl); + curl_close($curl); + if ($curlInfo['http_code'] == 200) { + return $output; + } else { + throw new exception("文件上传失败"); + } + } + + public function downLoad_request($accessToken, $bizContent, $path) + { + //随机数 + $nonce = md5(time() . mt_rand(0, 1000)); + $headers = $this->getHeader($nonce, $bizContent, $accessToken); + $headers['Content-type'] = "application/x-www-form-urlencoded;charset=UTF-8"; + $postHeader = $this->toPost($headers); + print_r($headers); + $ch = curl_init(); + curl_setopt($ch, CURLOPT_URL, $this->url . $path); + curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); + curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $this->timeout); + curl_setopt($ch, CURLOPT_POST, true); + curl_setopt($ch, CURLOPT_HTTPHEADER, $postHeader); + // 返回 response_header, 该选项非常重要,如果不为 true, 只会获得响应的正文 + curl_setopt($ch, CURLOPT_HEADER, true); + // 是否不需要响应的正文,为了节省带宽及时间,在只需要响应头的情况下可以不要正文 +// curl_setopt($ch, CURLOPT_NOBODY, true); + curl_setopt($ch, CURLOPT_POST, 1); + curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); + curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE); + $body = array(); + $body['bizContent'] = $bizContent; + print_r($body); + curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($body)); + $response = curl_exec($ch); + $headerSize = curl_getinfo($ch, CURLINFO_HEADER_SIZE); + curl_close($ch); + $header = substr($response, 0, $headerSize); + $body = substr($response, $headerSize); + print_r($header . "\n"); + $headerArray = explode("\r\n", $header); + $downLoadInfo = array(); + $downLoadInfo['body'] = $body; + foreach ($headerArray as $loop) { + if (strpos($loop, "Content-Type") !== false) { + $contentType = trim(substr($loop, 13)); + $downLoadInfo['contentType'] = $contentType; + } + } + + return $downLoadInfo; + } + + + public function request($accessToken, $bizContent, $path) + { + //判断curl版本是否大于7.40.0 + $isContentLength =$this->checkCurlVersion(); + //随机数 + $nonce = md5(time() . mt_rand(0, 1000)); + $headers = $this->getHeader($nonce, $bizContent, $accessToken); + $headers['Content-type'] = "application/x-www-form-urlencoded"; + + if ($this->debug) { + print_r("请求地址url: " . $path . "\n"); + print_r("请求头header: " . "\n"); + print_r($headers); + } + $ch = curl_init(); + + //判断是否是获取accessToken + if (!is_null($bizContent)) { + $body = array(); + $body['bizContent'] = $bizContent; + if ($this->debug) { + print_r("请求体body: "); + print_r($body); + } + $content = http_build_query($body); + //是否自动计算Content-Length + $isContentLength ? $headers['Content-Length'] = strlen($content) : print_r(""); + curl_setopt($ch, CURLOPT_POSTFIELDS, $content); + }else{ + //是否自动计算Content-Length + $isContentLength ? $headers['Content-Length'] = 0 : print_r(""); + } + curl_setopt($ch, CURLOPT_URL, $this->url . $path); + curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); + curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $this->timeout); + curl_setopt($ch, CURLOPT_POST, 1); + curl_setopt($ch, CURLOPT_HTTPHEADER, $this->toPost($headers)); + curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); + curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE); + + $response = curl_exec($ch); + // 检查是否有错误发生 + if(curl_errno($ch)){ + echo 'cURL error: ' . curl_error($ch); + } + curl_close($ch); + return $response; + } + + public function toPost(array $params = array(), $pre = '') + { + $result = array(); + foreach ($params as $k => $v) { + $result[] = $k . ": " . $v; + } + return $result; + } + + private function getHeader($nonce, $bizContent, $accessToken) + { + //组装需要去计算签名的参数 +// $date = date("Y-m-d H:i:s").".000"; + $date = $this->msectime(); + $values = array(); + $values['X-FASC-App-Id'] = $this->appId; + $values['X-FASC-Timestamp'] = $date; + $values['X-FASC-Sign-Type'] = "HMAC-SHA256"; + $values['X-FASC-Nonce'] = $nonce; + $values['X-FASC-Api-SubVersion'] = "5.1"; + if (is_null($accessToken)) { + $values['X-FASC-Grant-Type'] = "client_credential"; + } else { + $values['X-FASC-AccessToken'] = $accessToken; + $values['bizContent'] = $bizContent; + } + //得到排序后的字符串 + $keys = array_keys($values); + array_multisort($keys, SORT_ASC, SORT_STRING); + $sortParam = $this->arrayParamToStr($values, $keys); + //计算签名 + $signText = strtolower(hash("sha256", $sortParam)); + $hash = hash_hmac("sha256", $date, $this->appSecret, true); + $sign = hash_hmac("sha256", $signText, $hash); + + //返回header数组 + if (!is_null($accessToken)) { + $values = $this->removeKey($values, "bizContent"); + } + $values['X-FASC-Sign'] = $sign; + return $values; + } + + private function arrayParamToStr($array, $keys) + { + $Str = ""; + foreach ($keys as $k => $v) { + $Str .= $v . "=" . $array[$v] . "&"; + } + return trim($Str, "&"); + } + + + private function removeKey($data, $key) + { + if (!array_key_exists($key, $data)) { + return $data; + } + $keys = array_keys($data); + $index = array_search($key, $keys); + if ($index !== FALSE) { + array_splice($data, $index, 1); + } + return $data; + } + + private function msectime() + { + list($msec, $sec) = explode(' ', microtime()); + return (float)sprintf('%.0f', (floatval($msec) + floatval($sec)) * 1000); + } + + private function checkCurlVersion() + { + $curlVersion = curl_version(); + // 判断版本信息 + if(version_compare($curlVersion['version'],'7.40','>')){ + return false; + }else{ + echo "当前CURL版本号是".$curlVersion['version']."小于 7.40,建议尽快进行升级\n"; + return true; + } + } +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/CorpClient.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/CorpClient.php new file mode 100644 index 0000000..d287fb8 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/CorpClient.php @@ -0,0 +1,81 @@ +client = $client; + } + + # 查询授权用户列表 + function appGetOpenIdList($accessToken, AppGetOpenIdListReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::APP_GET_OPENID_LIST); + } + + # 获取企业用户授权链接 + function getCorpAuthUrl($accessToken, GetCorpAuthUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::CORP_GET_AUTH_URL); + } + + # 禁用企业用户 + function disable($accessToken, DisableCorpReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::CORP_DISABLE); + } + + # 恢复企业用户 + function enable($accessToken, EnableCorpReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::CORP_ENABLE); + } + + # 解除企业用户授权 + function unbind($accessToken, UnbindCorpReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::CORP_UNBIND); + } + + # 查询企业用户基本信息 + function getDetail($accessToken, GetCorpReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::CORP_GET_DETAIL); + } + + # 获取企业用户身份信息 + function getIdentityInfo($accessToken, GetCorpIdentityInfoReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::CORP_GET_IDENTITY_INFO); + } + + # 查询企业实名认证状态 + function getIdentifiedStatus($accessToken, GetCorpIdentifiedStatusReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::CORP_GET_IDENTIFIED_STATUS); + } + + # 查询委托代开发应用列表 + function getAppDevelopList($accessToken) + { + return $this->client->request($accessToken, "{}", OpenApiUrlConstants::APP_DEVELOP_GET_LIST); + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/DocClient.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/DocClient.php new file mode 100644 index 0000000..75ab9ee --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/DocClient.php @@ -0,0 +1,66 @@ +client = $client; + } + + # 通过网络文件地址上传 + function fileUploadByUrl($accessToken, FileUploadByUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::FILE_UPLOAD_BY_URL); + } + + # 获取上传文件地址 + function fileGetUploadUrl($accessToken, FileGetUploadUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::FILE_GET_UPLOAD_URL); + } + + # PUT请求上传本地文件 + function fileUploadByLocal($url, $filePath) + { + return $this->client->request_file($url, $filePath); + } + + # 文件处理 + function fileProcess($accessToken, FileProcessReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::FILE_PROCESS); + } + + # OFD文件追加 + function ofdFileMerge($accessToken, OfdFileMergeReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::FILE_OFD_FILE_MERGE); + } + + # 查询文档关键字坐标 + function fileGetKeywordPositions($accessToken, FileGetKeywordPositionsReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::FILE_GET_KEYWORD_POSITIONS); + } + + # 文档验签 + function fileVerifySign($accessToken, FileVerifySignReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::FILE_VERIFY_SIGN); + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/DraftClient.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/DraftClient.php new file mode 100644 index 0000000..92a8def --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/DraftClient.php @@ -0,0 +1,78 @@ +client = $client; + } + + # 发起合同协商 + function draftCreate($accessToken, DraftCreateReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::DRAFT_CREATE); + } + + # 添加协商成员 + function draftMembersAdd($accessToken, DraftMembersAddReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::DRAFT_MEMBERS_ADD); + } + + # 获取合同协商邀请链接 + function getDraftInviteUrl($accessToken, GetInviteUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::DRAFT_GET_INVITE_URL); + } + + # 获取合同协商编辑链接 + function getDraftEditUrl($accessToken, GetEditUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::DRAFT_GET_EDIT_URL); + } + + # 获取合同起草管理链接 + function getDraftManageUrl($accessToken,GetManageUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::DRAFT_GET_MANAGE_URL); + } + + # 合同协商文件定稿 + function draftDocFinalize($accessToken,DocFinalizeReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::DRAFT_DOC_FINALIZE); + } + + # 查询已定稿的合同文件 + function getDraftFinishedFile($accessToken,GetFinishedFileReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::DRAFT_GET_FINISHED_FILE); + } + + # 查询发起的合同协商列表 + function getDraftInitiatedList($accessToken,GetDraftInitiatedListReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::DRAFT_OWNER_GET_INITIATED_LIST); + } + + # 查询参与的合同协商列表 + function getDraftJoinedList($accessToken,GetDraftJoinedListReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::DRAFT_OWNER_GET_JOINED_LIST); + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/EUIClient.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/EUIClient.php new file mode 100644 index 0000000..926827f --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/EUIClient.php @@ -0,0 +1,89 @@ +client = $client; + } + + + # 获取应用级资源访问链接 + + /** + * @param $accessToken + * @param AppPageResourceUrlReq $req + * @return mixed + * @deprecated 5.3.0.0824 弃用方法 + */ + function getAppPageResourceUrl($accessToken, AppPageResourceUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::APP_PAGE_RESOURCE_GET_URL); + } + + # 获取用户级资源访问链接 + + /** + * @param $accessToken + * @param UserPageResourceUrlReq $req + * @return mixed + * @deprecated 5.3.0.0824 弃用方法 + */ + function getUserPageResourceUrl($accessToken, UserPageResourceUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::USER_PAGE_RESOURCE_GET_URL); + } + + # 获取计费链接 + function get_bill_url($accessToken, GetBillUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::BILLING_GET_BILL_URL); + } + + # 查询订单详情 + function getOrderDetail($accessToken, GetOrderDetailReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::BILL_ACCOUNT_GET_ORDER_DETAIL); + } + + # 查询账户可用余量 + function getUsageAvailablenum($accessToken, GetUsageAvailablenumReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::BILLING_ACCOUNT_GET_USAGE_AVAILABLENUM); + } + + # 查询已购消耗类产品 + function getUsageList($accessToken, GetUsageListReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::BILL_ACCOUNT_GET_USAGE_LIST); + } + + # 查询使用汇总数据 + function getBillSummaryList($accessToken, GetBillSummaryListReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::BILL_ACCOUNT_GET_BILL_SUMMARY_LIST); + } + + # 查询计费流水记录 + function getBillList($accessToken, GetBillListReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::BILL_ACCOUNT_GET_BILL_LIST); + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/IClient.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/IClient.php new file mode 100644 index 0000000..9cd6127 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/IClient.php @@ -0,0 +1,15 @@ +client = $client; + } + + public function getCompareUrl($accessToken, GetCompareUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::OCR_EDIT_GET_COMPARE_URL); + } + + public function getCompareResultUrl($accessToken, GetCompareResultUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::OCR_EDIT_COMPARE_RESULT_URL); + } + + public function getCompareResultData($accessToken, GetCompareResultDataReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::OCR_EDIT_COMPARE_RESULT_DATA); + } + + public function getExamineUrl($accessToken, GetExamineUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::OCR_EDIT_GET_EXAMINE_URL); + } + + public function getExamineResultUrl($accessToken, GetExamineResultUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::OCR_EDIT_EXAMINE_RESULT_URL); + } + + public function getExamineResultData($accessToken, GetExamineDataReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::OCR_EDIT_EXAMINE_RESULT_DATA); + } + +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/OrgClient.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/OrgClient.php new file mode 100644 index 0000000..5713631 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/OrgClient.php @@ -0,0 +1,149 @@ +client = $client; + } + + # 获取组织管理链接 + function getCorpOrganizationManageUrl($accessToken, CorpOrganizationManageReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::CORP_ORGANIZATION_MANAGE_GET_URL); + } + + # 获取成员企业管理链接 + function getCorpEntityManageUrl($accessToken, GetCorpEntityManageUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::CORP_ENTITY_GET_MANAGE_URL); + } + + # 查询企业主体列表 + function getCorpEntityList($accessToken, GetCorpEntityListReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::CORP_ENTITY_GET_LIST); + } + + # 获取企业工商信息变更链接 + function corpChangeIdentityInfo($accessToken, CorpChangeIdentityInfoReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::CORP_CHANGE_IDENTITY_INFO); + } + + # 创建部门 + function deptCreate($accessToken, DeptCreateReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::CORP_DEPT_CREATE); + } + + # 查询部门列表 + function deptGetList($accessToken, DeptGetListReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::CORP_DEPT_GET_LIST); + } + + # 查询部门详情 + function deptGetDetail($accessToken, DeptGetDetailReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::CORP_DEPT_GET_DETAIL); + } + + # 修改部门基本信息 + function deptModify($accessToken, DeptModifyReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::CORP_DEPT_MODIFY); + } + + # 删除部门 + function deptDelete($accessToken, DeptDeleteReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::CORP_DEPT_DELETE); + } + + # 创建成员 + function memberCreate($accessToken, MemberCreateReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::CORP_MEMBER_CREATE); + } + + # 获取成员激活链接 + function memberGetActiveUrl($accessToken, MemberGetActiveUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::CORP_MEMBER_GET_ACTIVE_URL); + } + + # 查询企业成员列表 + function getCorpMemberList($accessToken, MemberGetListReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::CORP_MEMBER_GET_LIST); + } + + # 查询成员详情 + function memberGetDetail($accessToken, MemberGetDetailReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::CORP_MEMBER_GET_DETAIL); + } + + # 修改成员基本信息 + function memberModify($accessToken, MemberModifyReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::CORP_MEMBER_MODIFY); + } + + # 设置成员所属部门 + function memberSetDept($accessToken, MemberSetDeptReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::CORP_MEMBER_SET_DEPT); + } + + # 设置成员状态 + function memberSetStatus($accessToken, MemberSetStatusReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::CORP_MEMBER_SET_STATUS); + } + + # 删除成员 + function memberDelete($accessToken, MemberDeleteReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::CORP_MEMBER_DELETE); + } + + # 获取角色管理链接 + function getCorpRoleUrl($accessToken, GetCorpRoleUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::CORP_ROLE_GET_URL); + } + + # 查询相对方列表 + function counterpartList($accessToken, CounterpartListReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::COUNTERPART_GET_LIST); + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/SealClient.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/SealClient.php new file mode 100644 index 0000000..6e77c09 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/SealClient.php @@ -0,0 +1,213 @@ +client = $client; + } + + # 创建模板印章 + function createSealByTemplate($accessToken, CreateSealByTemplateReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SEAL_CREATE_BY_TEMPLATE); + } + + # 创建图片印章 + function createSealByImage($accessToken, CreateSealByImageReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SEAL_CREATE_BY_IMAGE); + } + + # 创建法定代表人模板印章 + function createLegalRepresentativeSealByTemplate($accessToken, CreateLegalRepresentativeSealByTemplateReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SEAL_CREATE_LEGAL_REPRESENTATIVE_BY_TEMPLATE); + } + + # 创建法定代表人图片印章 + function createLegalRepresentativeSealByImage($accessToken, CreateLegalRepresentativeSealByImageReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SEAL_CREATE_LEGAL_REPRESENTATIVE_BY_IMAGE); + } + + # 获取印章管理链接 + function getSealManageUrl($accessToken, GetSealManageUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SEAL_MANAGE_GET_URL); + } + + # 获取设置企业印章免验证签链接 + function getSealFreeSignUrl($accessToken, GetSealFreeSignUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SEAL_FREE_SIGN_GET_URL); + } + + # 获取印章创建链接 + function getSealCreateUrl($accessToken, GetSealCreateUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SEAL_CREATE_GET_URL); + } + + # 查询印章列表 + function getSealList($accessToken, GetSealListReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SEAL_GET_LIST); + } + + # 查询印章详情 + function getSealDetail($accessToken, GetSealDetailReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SEAL_GET_DETAIL); + } + + # 获取指定印章详情链接 + function getAppointedSealUrl($accessToken, GetAppointedSealUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SEAL_MANAGE_GET_APPOINTED_SEAL_URL); + } + + # 查询企业用印员列表 + function getSealUserList($accessToken, GetSealUserListReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SEAL_GET_USER_LIST); + } + + # 查询指定成员的印章列表 + function getAppointedUserSealList($accessToken, GetAppointedUserSealListReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SEAL_USER_GET_LIST); + } + + # 查询审核中的印章列表 + function getVerifySealList($accessToken, GetVerifySealListReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SEAL_VERIFY_GET_LIST); + } + + # 修改印章基本信息 + function sealModify($accessToken, SealModifyReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SEAL_MODIFY); + } + + # 获取设置用印员链接 + function getSealGrantUrl($accessToken, GetSealGrantUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SEAL_GRANT_GET_URL); + } + + # 解除印章授权 + function sealGrantCancel($accessToken, SealGrantCancelReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SEAL_GRANT_CANCEL); + } + + # 设置印章状态 + function sealSetStatus($accessToken, SealSetStatusReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SEAL_SET_STATUS); + } + + # 删除印章 + function sealDelete($accessToken, SealDeleteReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SEAL_DELETE); + } + + # 查询印章标签列表 + function getSealTagList($accessToken, GetSealTagListReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SEAL_TAG_GET_LIST); + } + + # 创建模板签名 + function createPersonalSealByTemplate($accessToken, CreatePersonalSealByTemplateReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::PERSONAL_SEAL_CREATE_BY_TEMPLATE); + } + + # 创建图片签名 + function createPersonalSealByImage($accessToken, CreatePersonalSealByImageReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::PERSONAL_SEAL_CREATE_BY_IMAGE); + } + + # 查询个人签名列表 + function getPersonalSealList($accessToken, GetPersonalSealListReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::PERSONAL_SEAL_GET_LIST); + } + + # 获取设置个人签名免验证签链接 + function getPersonalSealFreeSignUrl($accessToken, GetPersonalSealFreeSignUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::PERSONAL_SEAL_FREE_SIGN_GET_URL); + } + + # 解除印章免验证签 + function cancelSealFreeSign($accessToken, CancelSealFreeSignReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::CANCEL_SEAL_FREE_SIGN); + } + + # 解除签名免验证签 + function cancelPersonalSealFreeSign($accessToken, CancelPersonalSealFreeSignReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::CANCEL_PERSONAL_SEAL_FREE_SIGN); + } + + # 解除签名免验证签 + function getPersonalSealManageUrl($accessToken, GetPersonalSealManageUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::PERSONAL_SEAL_GET_MANAGE_URL); + } + + # 解除签名免验证签 + function getPersonalSealCreateUrl($accessToken, GetPersonalSealCreateUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::PERSONAL_SEAL_GET_CREATE_URL); + } + + # 解除签名免验证签 + function deletePersonalSeal($accessToken, PersonalSealDeleteReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::PERSONAL_SEAL_DELETE); + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/ServiceClient.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/ServiceClient.php new file mode 100644 index 0000000..b2a3009 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/ServiceClient.php @@ -0,0 +1,34 @@ +client = $client; + } + + # 获取服务访问凭证 + function getAccessToken() + { + return $this->client->request(null, null, OpenApiUrlConstants::SERVICE_GET_ACCESS_TOKEN); + } + + # 获取应用级资源访问凭证 + function getAppAccessTicket() + { + return $this->client->request(null, null, OpenApiUrlConstants::SERVICE_GET_APP_ACCESS_TICKET); + } + + # 获取用户级资源访问凭证 + function getUserAccessTicket() + { + return $this->client->request(null, null, OpenApiUrlConstants::SERVICE_GET_USER_ACCESS_TICKET); + } +} \ No newline at end of file diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/SignTaskClient.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/SignTaskClient.php new file mode 100644 index 0000000..ec85e73 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/SignTaskClient.php @@ -0,0 +1,340 @@ +client = $client; + } + + # 创建签署任务(基于文档) + function create($accessToken, CreateSignTaskReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_CREATE); + } + + # 创建签署任务(基于签署模板) + function createWithTemplate($accessToken, CreateWithTemplateReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_CREATE_WITH_TEMPLATE); + } + + # 填写签署任务控件内容 + function fillFieldsValue($accessToken, FillFieldValuesReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_FILL_FIELDS_VALUE); + } + + # 提交签署任务 + function start($accessToken, SignTaskBaseReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_START); + } + + # 添加签署任务文档 + function addDocs($accessToken, AddDocsReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_ADD_DOCS); + } + + # 移除签署任务文档 + function deleteDocs($accessToken, DeleteDocsReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_DELETE_DOCS); + } + + # 添加签署任务控件 + function addFields($accessToken, AddFieldReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_ADD_FIELD); + } + + # 移除签署任务控件 + function deleteFields($accessToken, DeleteFieldReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_DELETE_FIELD); + } + + # 添加签署任务附件 + function addAttachs($accessToken, AddAttachReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_ADD_ATTACH); + } + + # 移除签署任务附件 + function deleteAttachs($accessToken, DeleteAttachReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_DELETE_ATTACH); + } + + # 添加签署任务参与方 + function addActors($accessToken, AddActorsReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_ADD_ACTOR); + } + + function signTaskActorRemove($accessToken, SignTaskActorRemoveReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_ACTOR_REMOVE); + } + + # 移除签署任务参与方 + function deleteActors($accessToken, DeleteActorReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_DELETE_ACTOR); + } + + # 修改签署任务参与方 + function modifyActors($accessToken, ModifyActorReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_ACTOR_MODIFY); + } + + # 获取签署任务编辑链接 + function getEditUrl($accessToken, SignTaskBaseReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_GET_EDIT_URL); + } + + # 获取签署任务预览链接 + function getPreviewUrl($accessToken, SignTaskBaseReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_GET_PREVIEW_URL); + } + + # 获取签署任务预填写链接 + function getPrefillUrl($accessToken, SignTaskBaseReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_GET_PREFILL_URL); + } + + # 获取签署任务参与方专属链接 + function actorGetUrl($accessToken, ActorGetUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_ACTOR_GET_URL); + } + + # 获取签署任务批量签署链接 + function getBatchSignUrl($accessToken, GetBatchSignUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_GET_BATCH_SIGN_URL); + } + + # 获取参与方签署链接(API3.0任务专属) + function signTaskActorV3GetUrl($accessToken, GetV3ActorSignTaskUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_ACTOR_V3_GET_URL); + } + + # 查询签署任务列表 + function getOwnerList($accessToken, SignTaskOwnerListReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_OWNER_GET_LIST); + } + + # 查询签署任务详情 + function getAppDetail($accessToken, SignTaskBaseReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::SIGN_TASK_APP_GET_DETAIL); + } + + # 查询参与方身份信息 + function getActorList($accessToken, SignTaskBaseReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::SIGN_TASK_ACTOR_GET_LIST); + } + + # 查询签署任务控件信息 + function getFieldList($accessToken, SignTaskBaseReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::SIGN_TASK_FIELD_GET_LIST); + } + + # 查询签署任务审批信息 + function getApprovalInfo($accessToken, SignTaskBaseReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::SIGN_TASK_APPROVAL_GET_INFO); + } + + # 查询企业签署任务文件夹 + function getCatalogList($accessToken, SignTaskCatalogListReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::SIGN_TASK_CATALOG_LIST); + } + + # 查询签署业务类型列表 + function getBusinessTypeList($accessToken, BusinessTypeListReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::SIGN_TASK_BUSINESS_TYPE_GET_LIST); + } + + # 查询签署完成的文件 + function signTaskGetFile($accessToken, SignTaskGetFileReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_OWNER_GET_FILE); + } + + # 查询参与方证书文件 + function getActorCerInfo($accessToken, GetActorCerInfoReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_ACTOR_GET_CER_INFO); + } + + # 获取签署文档下载地址 + function getOwnerDownloadUrl($accessToken, DownloadFilesReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_OWNER_GET_DOWNLOAD_URL); + } + + # 签署文档切图 + function getSignTaskOwnerSlicingTicketId($accessToken, GetSignTaskSlicingDocReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::GET_SIGN_TASK_OWNER_SLICING_TICKET_ID); + } + + # 获取图片版签署文档下载地址 + function getSignTaskOwnerPicDownloadUrl($accessToken, GetPicDownloadUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::GET_SIGN_TASK_OWNER_PIC_DOWNLOAD_URL); + } + + # 获取签署任务参与方刷脸底图 + function getFacePicture($accessToken, GetFacePictureReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::SIGN_TASK_ACTOR_GET_FACE_PICTURE); + } + + # 获取参与方签署音视频 + function getActorAudioVideo($accessToken, GetActorAudioVideoReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_ACTOR_GET_AUDIO_VIDEO_DOWNLOAD_URL); + } + + # 申请证据报告 + function applyReport($accessToken, SignTaskApplyReportReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_APPLY_REPORT); + } + + # 下载证据报告 + function downloadReport($accessToken, SignTaskDownloadReportReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_DOWNLOAD_REPORT); + } + + # 获取签署任务公证处保全报告(旧,已下架) + function getEvidenceReportDownloadUrl($accessToken, EvidenceReportDownloadUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::SIGN_TASK_EVIDENCE_REPORT_GET_DOWNLOAD_URL); + } + + # 驳回填写签署任务 + function signTaskIgnore($accessToken, SignTaskIgnoreReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_IGNORE); + } + + # 定稿签署任务文档 + function finalizeDoc($accessToken, SignTaskBaseReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_DOC_FINALIZE); + } + + # 催办签署任务 + function urge($accessToken, SignTaskBaseReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_URGE); + } + + # 撤销签署任务 + function cancel($accessToken, SignTaskCancelReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_CANCEL); + } + + # 阻塞签署任务 + function block($accessToken, BlockReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_BLOCK); + } + + # 解阻签署任务 + function unblock($accessToken, UnblockReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_UNBLOCK); + } + + # 结束签署任务 + function finish($accessToken, SignTaskBaseReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_FINISH); + } + + # 作废签署任务 + function abolishSignTask($accessToken, AbolishSignTaskReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_ABOLISH); + } + + # 删除签署任务 + function delete($accessToken, SignTaskBaseReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_DELETE); + } + + # 延期签署任务 + function extension($accessToken, ExtensionSignTaskReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::SIGN_TASK_EXTENSION); + } + + +} + diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/TemplateClient.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/TemplateClient.php new file mode 100644 index 0000000..ed6ac49 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/TemplateClient.php @@ -0,0 +1,142 @@ +client = $client; + } + + # 查询文档模板列表 + function getDocTemplateList($accessToken, GetDocTemplateListReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::DOC_TEMPLATE_GET_LIST); + } + + # 获取文档模板详情 + function getDocTemplateDetail($accessToken, DocTemplateDetailReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::DOC_TEMPLATE_GET_DETAIL); + } + + # 创建文档模板 + function createDocTemplate($accessToken, CreateDocTemplateReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::DOC_TEMPLATE_CREATE); + } + + # 复制新增文档模板 + function copyCreateDocTemplate($accessToken, CopyCreateDocTemplateReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::DOC_TEMPLATE_COPY_CREATE); + } + + # 填写文档模板生成文件 + function fillValueDocTemplate($accessToken, FillValueDocTemplateReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::DOC_TEMPLATE_FILL_VALUES); + } + + # 启用/停用文档模板 + function setDocTemplateStatus($accessToken, SetDocTemplateStatusReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::SET_DOC_TEMPLATE_STATUS); + } + + # 删除文档模板 + function deleteDocTemplate($accessToken, DeleteDocTemplateReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::DELETE_DOC_TEMPLATE); + } + + # 启用/停用签署模板 + function setSignTemplateStatus($accessToken, SetSignTemplateStatusReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::SET_SIGN_TEMPLATE_STATUS); + } + + # 签署模板删除 + function deleteSignTemplate($accessToken, DeleteSignTemplateReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::DELETE_SIGN_TEMPLATE); + } + + # 查询签署模板列表 + function getSignTemplateList($accessToken, GetSignTemplateListReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::SIGN_TEMPLATE_GET_LIST); + } + + # 获取签署模板详情 + function getSignTemplateDetail($accessToken, SignTemplateDetailReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::SIGN_TEMPLATE_GET_DETAIL); + } + + # 获取模板新增链接 + function templateCreateGetUrl($accessToken, TemplateCreateGetUrl $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::TEMPLATE_CREATE_GET_URL); + } + + # 获取模板编辑链接 + function templateEditGetUrl($accessToken, TemplateEditGetUrl $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::TEMPLATE_EDIT_GET_URL); + } + + # 获取模板预览链接 + function templatePreviewGetUrl($accessToken, TemplatePreviewGetUrl $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::TEMPLATE_PREVIEW_GET_URL); + } + + # 获取模板管理链接 + function templateManageGetUrl($accessToken, TemplateManageGetUrl $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::TEMPLATE_MANAGE_GET_URL); + } + + # 查询自定义控件列表 + function getCorpFieldList($accessToken, GetCorpFieldListReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::CORP_FIELD_GET_LIST); + } + + # 创建自定义控件 + function createCorpField($accessToken, CreateCorpFieldReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::CORP_FIELD_CREATE); + } + + # 删除自定义控件 + function deleteCorpField($accessToken, DeleteCorpFieldReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::CORP_FIELD_DELETE); + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/ToolServiceClient.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/ToolServiceClient.php new file mode 100644 index 0000000..4218132 --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/ToolServiceClient.php @@ -0,0 +1,154 @@ +client = $client; + } + + /** + * 一、信息对比校验 + */ + + # 个人二要素校验 + public function identityTwoElementVerify($accessToken, IdentityTwoElementVerifyReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::USER_IDENTITY_TWO_ELEMENT_VERIFY); + } + + # 人脸图片比对校验 + public function idCardThreeElementVerify($accessToken, IdCardThreeElementVerifyReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::USER_IDENTITY_IDCARD_THREE_ELEMENT_VERIFY); + } + + # 个人银行卡三要素校验 + public function bankThreeElementVerify($accessToken, BankThreeElementVerifyReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::USER_IDENTITY_BANK_THREE_ELEMENT_VERIFY); + } + + # 个人银行卡四要素校验 + public function bankFourElementVerify($accessToken, BankFourElementVerifyReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::USER_BANK_FOUR_ELEMENT_VERIFY); + } + + # 个人运营商三要素校验 + public function threeElementVerify($accessToken, TelecomThreeElementVerifyReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::USER_TELECOM_THREE_ELEMENT_VERIFY); + } + + # 企业组织三要素校验 + public function businessThreeElementVerify($accessToken, BusinessThreeElementVerifyReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::CORP_IDENTITY_BUSINESS_THREE_ELEMENT_VERIFY); + } + + # 企业工商信息查询 + public function businessInfoQuery($accessToken, BusinessInfoQueryReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::CORP_IDENTITY_BUSINESS_INFO_QUERY); + } + + # 获取个人银行卡四要素校验链接 + public function userFourElementVerify($accessToken, GetUserFourElementVerifyUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::USER_FOUR_ELEMENT_VERIFY_GET_URL); + } + + # 获取个人运营商三要素校验链接 + public function userThreeElementVerify($accessToken, GetUserThreeElementVerifyUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::USER_THREE_ELEMENT_VERIFY_GET_URL); + } + + # 获取要素校验身份证图片下载链接 + public function getIdCardImageDownloadUrl($accessToken, GetIdCardImageDownloadUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::USER_ELEMENT_VERIFY_GET_IDCARD_IMAGE_DOWNLOAD_URL); + } + + /** + * 证照OCR识别 + */ + + # 身份证OCR + public function IdCardOcr($accessToken, IdCardOcrReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::USER_OCR_ID_CARD); + } + + # 银行卡OCR + public function bankCardOcr($accessToken, BankCardOcrReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::USER_OCR_BANKCARD); + } + + # 驾驶证OCR + public function drivingLicenseOcr($accessToken, DrivingLicenseOcrReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::USER_OCR_DRIVINGLICENSE); + } + + # 行驶证OCR + public function vehicleLicenseOcr($accessToken, VehicleLicenseOcrReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::USER_OCR_VEHICLELICENSE); + } + + # 港澳通行证OCR + public function mainlandPermitOcr($accessToken, MainlandPermitOcrReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::USER_OCR_MAINLAND_PERMIT); + } + + # 营业执照OCR + public function bizLicenseOcr($accessToken, BizLicenseOcrReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::USER_OCR_LICENSE); + } + + /** + * 个人身份核验 + */ + + # 获取人脸核验链接 + public function getFaceRecognitionUrl($accessToken, GetFaceRecognitionUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::USER_VERIFY_FACE_RECOGNITION); + } + + # 获取人脸核验状态 + public function getFaceRecognitionStatus($accessToken, GetFaceRecognitionStatusReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::USER_VERIFY_FACE_STATUS_QUERY); + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/UserClient.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/UserClient.php new file mode 100644 index 0000000..28c49da --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/UserClient.php @@ -0,0 +1,65 @@ +client = $client; + } + + # 获取个人用户授权链接 + function getUserAuthUrl($accessToken, GetUserAuthUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::USER_GET_AUTH_URL); + } + + # 禁用个人用户 + function disable($accessToken, DisableUserReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::USER_DISABLE); + } + + # 恢复个人用户 + function enable($accessToken, EnableUserReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::USER_ENABLE); + } + + # 解绑个人用户账号 + function unbind($accessToken, UnbindUserReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::USER_UNBIND); + } + + # 查询个人用户基本信息 + function getDetail($accessToken, GetUserReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::USER_GET_DETAIL); + } + + # 获取个人用户身份信息 + function getIdentityInfo($accessToken, GetUserIdentityInfoReq $req) + { + return $this->client->request($accessToken, json_encode($req, JSON_FORCE_OBJECT), OpenApiUrlConstants::USER_GET_IDENTITY_INFO); + } + + function getAccountChangeUrl($accessToken, GetUserChangeUrlReq $req) + { + return $this->client->request($accessToken, json_encode($req), OpenApiUrlConstants::USER_ACCOUNT_NAME_GET_CHANGE_URL); + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/VoucherClient.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/VoucherClient.php new file mode 100644 index 0000000..eeafbed --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/client/VoucherClient.php @@ -0,0 +1,17 @@ +client = $client; + } + + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/config.php.dist b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/config.php.dist new file mode 100644 index 0000000..214617a --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/config.php.dist @@ -0,0 +1,9 @@ + 'https://api.fadada.com/api/v5/', + 'app_id' => 'your_app_id', + 'app_secret' => 'your_app_secret', + 'debug' => true, + 'time_out' => 60 +]; diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/constants/OpenApiConfig.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/constants/OpenApiConfig.php new file mode 100644 index 0000000..841ee6f --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/constants/OpenApiConfig.php @@ -0,0 +1,22 @@ +config = require $customConfigFile; + } + } + + public function getConfig() + { + return $this->config; + } + +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/constants/OpenApiUrlConstants.php b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/constants/OpenApiUrlConstants.php new file mode 100644 index 0000000..96f5d6d --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/src/FddCloud/constants/OpenApiUrlConstants.php @@ -0,0 +1,345 @@ +arrayParamToStr($values, $keys); + //计算签名 + $signText = strtolower(hash("sha256", $sortParam)); + $hash = hash_hmac("sha256", $timestamp, $appSecret, true); + $sign = hash_hmac("sha256", $signText, $hash); + return $sign; + } + + private function arrayParamToStr($array, $keys) + { + $Str = ""; + foreach ($keys as $k => $v) { + if (!empty($array[$v])) { + $Str .= $v . "=" . $array[$v] . "&"; + } + } + return trim($Str, "&"); + } + + public function msectime() + { + list($msec, $sec) = explode(' ', microtime()); + $msectime = (float)sprintf('%.0f', (floatval($msec) + floatval($sec)) * 1000); + return $msectime; + } +} diff --git a/vendor/fadada/fasc-openapi-php-sdk/testSdk.php b/vendor/fadada/fasc-openapi-php-sdk/testSdk.php new file mode 100644 index 0000000..d0f302d --- /dev/null +++ b/vendor/fadada/fasc-openapi-php-sdk/testSdk.php @@ -0,0 +1,53 @@ +getConfig()['app_id']; +$app_secret = $openApiConfig->getConfig()['app_secret']; +$service_url = $openApiConfig->getConfig()['service_url']; +$time_out = $openApiConfig->getConfig()['time_out']; +$debug = $openApiConfig->getConfig()['debug']; + +$client = new Client( + $app_id,$app_secret,$service_url,$time_out,$debug +); + +/** 获取accessToken */ +$serviceClient = new ServiceClient($client); +$response = $serviceClient->getAccessToken(); +print_r($response . "\n"); +$res = json_decode($response); + +/** 查询授权用户列表 */ +$corpClient = new CorpClient($client); +appGetOpenIdList($res->data->accessToken,$corpClient); + +/** + * 查询授权用户列表 + * 请求地址:/app/get-openId-list + * 接口说明:通过接口获取已授权应用的个人和企业用户列表 + */ +function appGetOpenIdList($accessToken,CorpClient $client) +{ + $appGetOpenIdListReq = new AppGetOpenIdListReq(); + $appGetOpenIdListReq->setIdType("corp"); + $appGetOpenIdListReq->setOwner(false); + $appGetOpenIdListReq->setListPageNo(1); + $appGetOpenIdListReq->setListPageSize(100); + $response = $client->appGetOpenIdList($accessToken,$appGetOpenIdListReq); + print_r($response."\n"); +} +