mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-24 10:46:37 +08:00
feat: 完成微信小程序消息推送
This commit is contained in:
@@ -10,4 +10,11 @@ public interface IWeChatMiniProgramManager
|
||||
/// <param name="input"></param>
|
||||
/// <returns></returns>
|
||||
Task<Code2SessionResponse> Code2SessionAsync(Code2SessionInput input);
|
||||
|
||||
/// <summary>
|
||||
/// 向用户发送订阅消息,要openid
|
||||
/// </summary>
|
||||
/// <param name="input"></param>
|
||||
/// <returns></returns>
|
||||
Task SendSubscribeNoticeAsync(SubscribeNoticeInput input);
|
||||
}
|
||||
Reference in New Issue
Block a user