Commit fd49a9b3 authored by 杨成林's avatar 杨成林

Merge branch 'ycl/fix' into 'test'

fix

See merge request !392
parents df62501c 3a20db64
......@@ -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