curl --location --request POST '/platformapi/shop.shop/switchStatus' \ --header 'version: 2.0' \ --header 'token: {{ptoken}}' \ --data-urlencode 'id='
{ "code": 1, "show": 1, "msg": "切换状态成功", "data": [] }