{
"storeCode": "string"
}curl --location -g --request POST '/{{route}}/md/open/store/findStoreLicenceCount?version=1&version=1' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"storeCode": "string"
}'{
"data": 10,
"message": "门店证照数量获取成功!",
"status": 0
}