{
"companyNo": "string",
"shopId": "string",
"operateType": "string"
}curl --location '/userPlatform/physical/shop/auth/operateAuth' \
--header 'Content-Type: application/json' \
--data '{
"companyNo": "string",
"shopId": "string",
"operateType": "string"
}'{
"code": 0,
"message": "",
"data": null
}