{ "code":"SAAD1001" }
curl --location --request POST 'https://occ.yanwentech.com/gateway/router' \ --header 'appKey;' \ --header 'requestId;' \ --header 'method: supplier.interfaceaccount.get' \ --header 'Content-Type: application/json' \ --data-raw '{ "code":"SAAD1001" }'
{ "success": true, "code": 200, "message": "操作成功", "data": { "params": { "AppKey": "YW" } } }