{
"appKey": "occaecat proident ut",
"operator": "qwe",
"operatorOrgId": "6",
"operatorOrgType": "dolor ea",
"productTypeId": "37658113492541574"
}
curl --location --request POST '/cms/vientiane/product/queryModuleTypeProduct' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "occaecat proident ut",
"operator": "qwe",
"operatorOrgId": "6",
"operatorOrgType": "dolor ea",
"productTypeId": "37658113492541574"
}'
{
"code": "string",
"message": "string",
"data": {
"pageNum": 0,
"pageSize": 0,
"pageTotal": 0,
"total": 0,
"dataList": [
{
"id": "string",
"productId": "string",
"moduleId": "string",
"productName": "string",
"productPrice": 0,
"businessSystemIds": [
"string"
],
"additionalInfo": {},
"productImgUrl": "string"
}
]
}
}