This commit is contained in:
邹宗楠
2025-08-29 15:19:43 +08:00
parent 8a0dae350b
commit 4b9b2cc2a8
3 changed files with 8 additions and 9 deletions

View File

@@ -200,7 +200,7 @@ func (a *API) ApplyElectronicContractByPeople(param *ApplyContractByPeople) erro
func (a *API) QueryElectronicContract(orderNo string, orgId int, ecApplyId string) (*ElectronicContractStatus, error) {
reqParameter := map[string]interface{}{
"req_data": map[string]interface{}{
"version": "1.0",
//"version": "1.0",
"order_no": orderNo,
"org_id": orgId,
"ec_apply_id": ecApplyId,