{ "noneStr": "string" }
curl --location --request POST 'http://test-cn.your-api-server.com/payTypeList' \ --header 'Content-Type: application/json' \ --data-raw '{ "noneStr": "string" }'
{ "success": true, "code": "string", "msg": "string", "data": { "typeList": [ { "type": 0, "name": "string" } ] } }