随笔分类 - WebApi
WebApi
摘要:1、下载jQuery.Form 包 官网下载:http://jquery.malsup.com/form/#download 2、模拟代码: 3、action 代码:
阅读全文
摘要:一、 使用默认方法上传文件: 1、Action: /// <summary> /// 上传文件 使用上传后的默认文件名称 /// 默认名称是BodyPart_XXXXXX,BodyPart_加Guid码 /// </summary> /// <returns></returns> [HttpPost
阅读全文
摘要:ps:下面实例是每隔30秒访问次数不超过3次 1、Filter: 2、IPCacheHelper: 3、IPCacheInfoModel: 4、Action:
阅读全文
摘要:using Lemon.Common; using Lemon.WeChat.Model; using Lemon.WeChat.Services; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Senparc.Weixin.MP; using System; using System.Collections.Generic; ...
阅读全文
摘要:1.使用HttpClient 测试上传文件并且设置header信息:
阅读全文