activity_contribute_update 置为未审核

FFIB 2 years ago
parent
commit
6897826501
1 changed files with 1 additions and 0 deletions
  1. 1 0
      api/member_views.py

+ 1 - 0
api/member_views.py

@@ -609,6 +609,7 @@ def activity_contribute_update(request):
609 609
         'video_url': video_url,
610 610
         'user_name': signup_info.name if signup_info else '',
611 611
         'user_avatar': signup_info.avatar if signup_info else '',
612
+        'audit_status': 0,
612 613
     })
613 614
 
614 615
     return response(data={