摘要:
使用: /// /// 获取用户信息 /// /// /// /// public static string GetUserInfo(string code, string accessToken) { string userid = "";... 阅读全文
摘要:
图片查看器 阅读全文
摘要:
/// /// 模拟调用API /// /// 请求地址 /// 调用参数 /// public static string CallApi(string callUrl, string callBody, string callType = "POST") { ... 阅读全文
摘要:
1.获取要插入的数据datatable 2.调用SqlBulkCopy 阅读全文