摘要: public HttpResponseMessage ExportSupportByIds(string ids) { List idsIntList = new List(); var idsList = ids.Split(',').ToList(); if (idsList == null) ... 阅读全文
posted @ 2019-04-09 19:59 天体黑洞 阅读(428) 评论(0) 推荐(0)
摘要: demo 用来测试,以及发送。 注意:163后端需要在 开启客户端授权密码 阅读全文
posted @ 2019-04-09 19:45 天体黑洞 阅读(1419) 评论(1) 推荐(0)