This commit is contained in:
xaoyaoo 2024-08-05 23:26:08 +08:00
parent a0456bff7f
commit cc243cef52

View File

@ -462,8 +462,6 @@ def get_date_count():
word = request.json.get("wxid", "")
else:
return ReJson(1003, msg="Unsupported method")
print(word)
my_wxid = get_conf(g.caf, g.at, "last")
if not my_wxid: return ReJson(1001, body="my_wxid is required")
@ -478,6 +476,8 @@ def wordcloud():
pass
# end 聊天记录分析api ****************************************************************************************************
# 关于、帮助、设置 *******************************************************************************************************
@rs_api.route('/api/rs/check_update', methods=["GET", 'POST'])
@error9999