Commit 6fcc7c07 authored by 杨成林's avatar 杨成林

Merge branch 'ycl/kyc' into 'test'

rm ipdb

See merge request alpha/sun!385
parents bc377b7b e43fb4a7
......@@ -254,8 +254,6 @@ class PictorialTagRm(APIView):
"""删除榜单tag"""
def post(self, request):
import ipdb
ipdb.set_trace()
pictorial_ids = json.loads(request.POST.get('pictorial_ids', '[]'))
tag_id = int(request.POST.get('tag_id')) if request.POST.get('tag_id') else None
......
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