另一个C#模拟post请求的例子
摘要:
private string returninstallTmnl(AddTmnlInstallParameter model) { string url = ConfigurationSettings.AppSettings["result"].ToString(); var p = "deviceId=" + model.par... 阅读全文
posted @ 2018-04-12 09:02 YellowCool 阅读(298) 评论(0) 推荐(0) 编辑