Commit 7d605184 authored by JackieZhang's avatar JackieZhang

fix rpc router

parent 4f80f9ab
......@@ -68,7 +68,7 @@ class StarListView(APIView):
else:
updates['is_online'] = 1
try:
self.rpc['mercury/face/star/batch/update'](ids=ids, updates=updates).unwrap()
self.rpc['mercury/face/batch/update'](ids=ids, updates=updates).unwrap()
except Exception as e:
error_logger.error(u'批量更新明星列表失败 %s', e)
raise
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment