2022-08-20 17:39:21 +08:00
|
|
|
|
#pragma once
|
2021-02-12 23:21:57 +08:00
|
|
|
|
|
2023-02-18 09:08:27 +08:00
|
|
|
|
#include "framework.h"
|
|
|
|
|
|
|
|
|
|
using namespace std;
|
|
|
|
|
|
|
|
|
|
void SendTextMessage(wstring wxid, wstring msg, wstring atWxids);
|
|
|
|
|
void SendImageMessage(wstring wxid, wstring path);
|