{ "success": true, "code": 200, "message": "successful", "data": [{ "id": "1", "month": "一月", "orderamount": 99, "orderprofit": 180 }, { "id": "2", "month": "二月", "orderamount": 70, "orderprofit": 160 }, { "id": "3", "month": "三月", "orderamount": 140, "orderprofit": 200 }, { "id": "4", "month": "四月", "orderamount": 100, "orderprofit": 180 }, { "id": "5", "month": "五月", "orderamount": 100, "orderprofit": 180 }, { "id": "6", "month": "六月", "orderamount": 100, "orderprofit": 180 }, { "id": "7", "month": "七月", "orderamount": 180, "orderprofit": 190 }, { "id": "8", "month": "八月", "orderamount": 100, "orderprofit": 180 }, { "id": "9", "month": "九月", "orderamount": 140, "orderprofit": 120 }, { "id": "10", "month": "十月", "orderamount": 110, "orderprofit": 170 }, { "id": "11", "month": "十一月", "orderamount": 150, "orderprofit": 120 }, { "id": "12", "month": "十二月", "orderamount": 140, "orderprofit": 181 }], "count": 12 }