Commit 9e10ce57 authored by 郑磊's avatar 郑磊

修改朋友圈默认审核状态

parent 526b6f6f
......@@ -10,7 +10,7 @@ from src.modules.friend import FriendMessage, FriendGive, FriendComment
def save_friends(data):
try:
data['audit_status'] = 2
data['audit_status'] = 0
friendmessage = FriendMessage().set_attrs(data).direct_commit_()
Logger().logger.info(f"发送朋友圈参数:{friendmessage}")
data['fcmid'] = friendmessage.id
......
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