1
This commit is contained in:
@@ -180,7 +180,7 @@ func (a *API) ApplyElectronicContract(param *ApplyContractParam) (*ApplyContract
|
||||
func (a *API) ApplyElectronicContractByPeople(param *ApplyContractByPeople) error {
|
||||
reqParameter := map[string]interface{}{
|
||||
"req_data": utils.Struct2Map(param, "", false),
|
||||
"ver": Version2,
|
||||
"ver": Version,
|
||||
"timestamp": utils.Time2TimeStrByFormat(time.Now(), TimeFormat),
|
||||
"req_id": utils.GetUUID(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user