NewHeight
NewHeight
When execute UpdateBlockchain Activity on Identify Verification Workflow, an error occurred,  The FileStream cannot work with Newtonsoft.Json in the background task. The UpdateBlockchain activity was as follow: 
Since /myorders was not decorated with [Authorize] Attribute. So I think, type /myorders page in browser address bar, this page will acess the /orders api, then get 401 , the...
   你好,我想问下根据文档创建的模版程序,在调用OrderController.SendEvent 发送集成事件后,IntegrationEventHandler 执行过程报错,提示 EnvOptions.ServiceName is required, 但是我看Program.cs 里没有配置EnvOptions 的地方,请问是需要额外配置吗? @witskeeper