예제 #1
0
# -*- coding: utf-8 -*-
from message import Msg

msg = Msg()
msg.drink()
msg.weather()
msg.send_markdown('喝口水吧', use_img=True)
예제 #2
0
# -*- coding: utf-8 -*-
from message import Msg

msg = Msg()
msg.buy_fund('sh000001')
msg.send_markdown('养鸡')