ck 4 years ago
parent
commit
e87ecedb0b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      handlers/OperateHandler.py
  2. 1 1
      urls.py

+ 1 - 1
handlers/OperateHandler.py

@@ -17,7 +17,7 @@ class ChannelGroupHandler(BaseHandler):
         "group_auth_add": group_auth_add,
         "group_auth_del": group_auth_del,
         "get_channel" : get_channel,
-        "get_user": get_pitcher
+        "get_pitcher": get_pitcher
     }
 
 

+ 1 - 1
urls.py

@@ -44,7 +44,7 @@ urls = [
     (r'/api/git_hook/qc_web', QcWebHook),
 
     # 广告排行榜
-    (r'/data/advertisement/ad_rank',AdvertisementRank),  # 广告点击数
+    (r'/data/advertisement/ad_rank',AdvertisementRank),  # 素材消耗排行
 
     # CRUD
     (r'/operate/channel_group.*', OperateHandler.ChannelGroupHandler),  # 公众号分组设置