mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix: test
This commit is contained in:
test
4
test/api/msg/SendPicMsg.py
Normal file
4
test/api/msg/SendPicMsg.py
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
def send_pic_local_msg(user, file):
|
||||||
|
pass
|
||||||
|
def send_pic_http_msg(user, pic_url):
|
||||||
|
pass
|
@@ -1,5 +1,5 @@
|
|||||||
import sys
|
import requests
|
||||||
import os
|
import pyyaml
|
||||||
def __main__():
|
def __main__():
|
||||||
print("TEST")
|
print("TEST")
|
||||||
|
|
||||||
|
0
test/framwork/__init__.py
Normal file
0
test/framwork/__init__.py
Normal file
1
test/framwork/msg/SendMsg.py
Normal file
1
test/framwork/msg/SendMsg.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
#发送消息
|
Reference in New Issue
Block a user