|
|
@@ -1,4 +1,6 @@
|
|
|
-namespace Admin.NET.Core.Service;
|
|
|
+using static SKIT.FlurlHttpClient.Wechat.Api.Models.ChannelsECWindowProductGetResponse.Types.Product.Types;
|
|
|
+
|
|
|
+namespace Admin.NET.Core.Service;
|
|
|
|
|
|
/// <summary>
|
|
|
/// 微信小程序服务
|
|
|
@@ -138,7 +140,8 @@ public class SysWxOpenService : IDynamicApiController, ITransient
|
|
|
ToUserOpenId = input.ToUserOpenId,
|
|
|
Data = input.Data,
|
|
|
MiniProgramState = input.MiniprogramState,
|
|
|
- Language = input.Language
|
|
|
+ Language = input.Language,
|
|
|
+ MiniProgramPagePath = input.MiniProgramPagePath
|
|
|
};
|
|
|
var resMessage = await _wechatApiClient.ExecuteCgibinMessageSubscribeSendAsync(reqMessage);
|
|
|
return resMessage;
|