PostMan访问WCF返回Could not get any response错误解决方法

这个主要是因为实体类没有加[DataContract]和字段没有加[DataMember]属性,给实体类加上这2个属性就可以了

posted @ 2019-09-05 16:00  码农初养成  阅读(329)  评论(0)    收藏  举报