123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "result": 1,
- "description": "",
- "detail": {
- "success": 10,
- "fail": 3
- },
- "data": [
- {
- "time": "01-01",
- "wallet": 11,
- "totalIncome": 22,
- "balance": 33
- },
- {
- "time": "01-02",
- "wallet": 12,
- "totalIncome": 23,
- "balance": 33
- },
- {
- "time": "01-03",
- "wallet": 22,
- "totalIncome": 33,
- "balance": 55
- },
- {
- "time": "01-04",
- "wallet": 22,
- "totalIncome": 25,
- "balance": 33
- },
- {
- "time": "01-05",
- "wallet": 21,
- "totalIncome": 22,
- "balance": 33
- },
- {
- "time": "01-06",
- "wallet": 13,
- "totalIncome": 26,
- "balance": 33
- },
- {
- "time": "01-07",
- "wallet": 11,
- "totalIncome": 21,
- "balance": 33
- },
- {
- "time": "01-08",
- "wallet": 12,
- "totalIncome": 22,
- "balance": 33
- },
- {
- "time": "01-09",
- "wallet": 12,
- "totalIncome": 22,
- "balance": 42
- },
- {
- "time": "01-10",
- "wallet": 12,
- "totalIncome": 33,
- "balance": 44
- },
- {
- "time": "01-11",
- "wallet": 12,
- "totalIncome": 22,
- "balance": 33
- },
- {
- "time": "01-12",
- "wallet": 12,
- "totalIncome": 22,
- "balance": 33
- },
- {
- "time": "01-13",
- "wallet": 12,
- "totalIncome": 22,
- "balance": 66
- },
- {
- "time": "01-14",
- "wallet": 12,
- "totalIncome": 22,
- "balance": 33
- },
- {
- "time": "01-15",
- "wallet": 12,
- "totalIncome": 22,
- "balance": 33
- }
- ]
- }
|