curl --location --request GET '/backend/goods/all' \
--header 'BackendToken: {{BackendToken}}'{
"code": 0,
"data": [
{
"id": "string",
"name": "string",
"price0": 0,
"realPrice": 0,
"couponName": "string",
"couponDisplayAmount": 0,
"couponEffectiveDays": 0,
"str1": "string",
"str2": "string",
"str3": "string",
"firstChargeCouponName": "string",
"firstChargeCouponAmount": 0,
"firstChargeCouponEffectiveDays": 0,
"createTime": "string",
"updateTime": "string"
}
],
"message": "string"
}