{
"PerModulePid": "string",
"WhereCondition": {
"property1": {},
"property2": {}
},
"Order": "string",
"PageIndex": 0,
"PageSize": 0,
"IsLoadFirst": true,
"OpenCount": 0,
"Tag": {},
"OpenDataPlatFormCode": "string"
}curl --location --request POST '/api/CaiHua_Business_App_MPVersionsBO/GetAPPVersionsList' \
--header 'Content-Type: application/json' \
--data-raw '{
"PerModulePid": "string",
"WhereCondition": {
"property1": {},
"property2": {}
},
"Order": "string",
"PageIndex": 0,
"PageSize": 0,
"IsLoadFirst": true,
"OpenCount": 0,
"Tag": {},
"OpenDataPlatFormCode": "string"
}'{
"Result": {
"SumResult": {
"property1": {},
"property2": {}
},
"Result": [
{
"ID": "string",
"DevelopCode": "string",
"Package": "string",
"PackageVer": "string",
"PackageType": "string",
"PackageStatus": "string",
"PackageUrl": "string",
"PackageDescription": "string",
"Creator": "string",
"CreateDate": "2019-08-24T14:15:22.123Z",
"CreatorIP": "string",
"LastUpdateIP": "string",
"LastUpdatePerson": "string",
"LastUpdateDate": "2019-08-24T14:15:22.123Z"
}
],
"TotalCount": 0
},
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}