摘要: 使用: /// /// 获取用户信息 /// /// /// /// public static string GetUserInfo(string code, string accessToken) { string userid = "";... 阅读全文
posted @ 2017-06-12 16:28 直钩钓鱼 阅读(641) 评论(0) 推荐(0) 编辑
摘要: 图片查看器 阅读全文
posted @ 2017-06-12 10:58 直钩钓鱼 阅读(173) 评论(0) 推荐(0) 编辑
摘要: /// /// 模拟调用API /// /// 请求地址 /// 调用参数 /// public static string CallApi(string callUrl, string callBody, string callType = "POST") { ... 阅读全文
posted @ 2017-06-12 09:33 直钩钓鱼 阅读(507) 评论(0) 推荐(0) 编辑
摘要: 1.获取要插入的数据datatable 2.调用SqlBulkCopy 阅读全文
posted @ 2017-06-12 09:32 直钩钓鱼 阅读(557) 评论(0) 推荐(0) 编辑