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