Commit feadb4ca authored by 李延哲's avatar 李延哲

sun接口实现

parent ce15fcb5
......@@ -130,7 +130,7 @@ class TagRegisterUpdateView(APIView):
def post(self, request):
ids = request.POST.get('tag_ids')
try:
self.rpc['venus/sun/tag/tagshow/update'](id=ids).unwrap()
self.rpc['venus/sun/tag/refister_tag/update'](ids=ids).unwrap()
except Exception as e:
error_logger.error(u'配置失败')
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