{ "appId": "", "timestamp": "", "sign": "", "data": {} }
curl --location 'http://zapi.damaierp.com/web/api/v1/product/list' \ --header 'Content-Type: application/json' \ --data '{ "appId": "", "timestamp": "", "sign": "", "data": {} }'
{ "status": "S", "message": "success", "data": [ { "productCode": "DEV_TEST", "productName": "开发测试" } ] }