Browse Source

四季采摘接口增加参数

yf_ymm 5 years ago
parent
commit
5fd6445c0d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      apps/Equipment/views.py

+ 1 - 0
apps/Equipment/views.py

@@ -1889,6 +1889,7 @@ class CKArticle_View(ListView):
             CKArticle.objects.create(auther=current_user,art_type=art_type,writer=writer,intro=intro,title=title,content=content,head_img=news_photo)
             data = "1"
         except Exception as e:
+            print("错误信息为",e)
             data = "0"
         return HttpResponse(data)