|
@@ -37,7 +37,7 @@ def get_pitcher_panel_channel(pitcher,channel,start,end,page,page_size,order_by,
|
|
|
'first_order_count','first_per_cost','view_count','click_count','follow_user','follow_rate','follow_per_cost',
|
|
|
'total_cost','back_rate']
|
|
|
|
|
|
- return get_dict_list(key, get_round(data))
|
|
|
+ return get_dict_list(key,data)
|
|
|
|
|
|
|
|
|
def get_pitcher_panel_daily(pitcher, start, end, page, page_size, order_by, order):
|