webservice和wcf和web.api简单介绍
摘要:https://www.cnblogs.com/sdya/p/4624537.html
阅读全文
posted @
2019-08-21 09:56
sxjljj
阅读(101)
推荐(0)
WebAPI 路由
摘要:https://www.cnblogs.com/fightingtong/p/6607935.html
阅读全文
posted @
2019-08-14 22:24
sxjljj
阅读(87)
推荐(0)
微信小程序测试request请求webapi
摘要:注意:如果请求的方式不是以“”post“”开头的方法,例如:“”FindID“”这个时候把post的方法注释掉,要不然找不到FindID方法,默认去找post开头的方法。,注意post方式传递参数的写法。
阅读全文
posted @
2019-05-31 10:31
sxjljj
阅读(1794)
推荐(0)
WebAPI实例
摘要:public class Contact { public int ID { get; set; } public int Age { get; set; } public DateTime Birthday { set; get; } public string Name { set; get;
阅读全文
posted @
2018-03-24 16:40
sxjljj
阅读(183)
推荐(0)
WebAPI
摘要:[基本用法] http://blog.csdn.net/hao134838/article/details/50877931 http://blog.csdn.net/niewq/article/details/25006497 【传参问题】 https://www.cnblogs.com/land
阅读全文
posted @
2018-03-19 16:04
sxjljj
阅读(124)
推荐(0)