Commit 3a20db64 authored by yangchenglin's avatar yangchenglin

fix

parent df62501c
......@@ -190,7 +190,7 @@ class KOLPoolList(APIView):
try:
res = self.rpc['venus/sun/user/kol_pool_list'](
offset=(page - 1) * limit,
size=limit,
limit=limit,
).unwrap()
except Exception as e:
error_logger.error(u'获取kol池失败%s' % e)
......
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