mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
fix: test
This commit is contained in:
parent
ac5506a43b
commit
e3b889bbe8
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 @@
|
|||||||
|
#发送消息
|
Loading…
x
Reference in New Issue
Block a user