curl --location --request GET 'http://10.168.1.163:48080/open-api/v1/products/statistics?merchantId=1'
{ "code": 0, "msg": "", "data": { "onSaleCount": 0, "offSaleCount": 0, "soldOutCount": 0, "totalCount": 0 } }