Skip to content

Commit

Permalink
Merge pull request JeffreySu#1657 from JeffreySu/Developer
Browse files Browse the repository at this point in the history
更新Demo提示
  • Loading branch information
JeffreySu committed Mar 10, 2019
2 parents ff920d3 + 8925141 commit 067df6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ public override IResponseMessageBase OnTextRequest(RequestMessageText requestMes
//选择菜单,关键字:103(微信服务器端最终格式:id="s:103",content="不满意")
.SelectMenuKeyword("103", () =>
{
defaultResponseMessage.Content = $"感谢您的评价({requestMessage.Content})!希望我们的服务能让您越来越满意!";
defaultResponseMessage.Content = $"感谢您的评价({requestMessage.Content})!我们需要您的意见或建议,欢迎向我们反馈! <a href=\"https://github.com/JeffreySu/WeiXinMPSDK/issues/new\">点击这里</a>";
return defaultResponseMessage;
})
.SelectMenuKeywords(new[] { "110", "111" }, () =>
Expand Down

0 comments on commit 067df6b

Please sign in to comment.