curl --location --request POST '/api/listOp/getListData?formKey=shop' \
--form 'msgid="154"'
{
"errcode": 0,
"result": {
"data": [
{
"key": "string",
"cpid": "string",
"mbid": "string"
}
],
"cpimgConfig": {
"itemKey": "string"
},
"otherImgConfig": {
"itemKey": "string",
"maxCount": 0
}
}
}