|
@@ -14,7 +14,7 @@ urls = [
|
|
|
(r'/data/channel_stat/active', ChannelActive), # 公众号激活数据
|
|
|
(r'/data/channel_stat/order_trend', ChannelOrderTrend), # 公众号趋势
|
|
|
(r'/data/channel_stat/channel', ChannelSummary), # 公众号总数据
|
|
|
- (r'/data/pitcher/channelSummary', ChannelPitcherSummary), # 公众号总数据
|
|
|
+ (r'/data/pitcher/channel', ChannelPitcherSummary), # 投手投放号
|
|
|
(r'/data/pitcher/trend', PitcherTrend), # 投手个人付费趋势
|
|
|
|
|
|
# 公共分析
|