06 2020 档案
在老项目里添加webapi
摘要:类里的内容: using System.Web.Http; namespace WebServiceHospital{ public class zhifuController : ApiController { public string Weixin_ZhiFu_Toface_Notify() 阅读全文
posted @ 2020-06-13 07:21 梦一尘 阅读(108) 评论(0) 推荐(0)
解决Newtonsoft.Json版本冲突问题
摘要:在配置文件中添加以下代码,App.config或Web.config <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Ne 阅读全文
posted @ 2020-06-07 20:41 梦一尘 阅读(841) 评论(0) 推荐(0)