feat: 完善小程序通知
This commit is contained in:
@@ -54,6 +54,7 @@ public class WeChatMiniProgramNoticeEventHandler : ILocalEventHandler<WeChatMini
|
||||
await _weChatMiniProgramManager.SendSubscribeNoticeAsync(new SubscribeNoticeInput
|
||||
{
|
||||
touser = openId,
|
||||
page = "pages/digitalCollectibles/digitalCollectibles",
|
||||
data = new Dictionary<string, keyValueItem>()
|
||||
{
|
||||
//活动名称
|
||||
|
||||
@@ -22,7 +22,7 @@ namespace Yi.Abp.Domain.Shared.Settings
|
||||
new SettingDefinition("MiningMinIntervalSeconds", "3"),
|
||||
|
||||
//每次挖到矿的概率--控制爆率
|
||||
new SettingDefinition("MiningMinProbability", "0.06"),
|
||||
new SettingDefinition("MiningMinProbability", "0.9"),
|
||||
|
||||
//交易税率--控制频繁交易
|
||||
new SettingDefinition("MarketTaxRate", "0.02"),
|
||||
|
||||
Reference in New Issue
Block a user