@@ -246,7 +246,7 @@ class HomeDataView(View):
cny_total += temp_total.get('CNY', 0)
usd_total += temp_total.get('USD', 0)
res = {
- 'rmbTotal': cny_total,
+ 'cnyTotal': cny_total,
'usdTotal': usd_total,
'startTime': item[0],
'endTime': item[1]