请问有解决么
C#调用上传备案媒体材料一直报错41005,media data missing,怎么解决?private string uploadIcpMedia(HttpContext context) { string accessToken = context.Request.QueryString["access_token"]; string type = context.Request.Form["type"]; string certificateType = context.Request.Form["certificate_type"]; string icpOrderField = context.Request.Form["icp_order_field"]; HttpPostedFile file = context.Request.Files["media"]; byte[] mediaBytes = ReadFileBytes(file); if (!string.IsNullOrEmpty(accessToken) && !string.IsNullOrEmpty(type) && !string.IsNullOrEmpty(icpOrderField)) { if (file != null) { string apiUrl = $"https://api.weixin.qq.com/wxa/icp/upload_icp_media?access_token={accessToken}"; var httpClient = new HttpClient(); string boundary = Guid.NewGuid().ToString("N"); var content = new MultipartFormDataContent(boundary); //content.Headers.ContentType = MediaTypeHeaderValue.Parse($"multipart/form-data;boundary={boundary}"); content.Add(new StringContent(type), "type"); content.Add(new StringContent(certificateType), "certificate_type"); content.Add(new StringContent(icpOrderField), "icp_order_field"); content.Add(new ByteArrayContent(mediaBytes), "media", $"\"{file.FileName}\""); string requestString = content.ReadAsStringAsync().Result; var postResult = httpClient.PostAsync(apiUrl, content).Result; string result = postResult.Content.ReadAsStringAsync().Result; return result; } else { return "No media data provided"; } } else { return "Missing required parameters: access_token, type, and/or icp_order_field"; } } 请求返回{ "errcode": 41005, "errmsg": "media data missing, hint: [2c54ff85-e7ab-4e0c-8f37-385218c0a87d] rid: 655825b1-49c05972-19528b29"},之前看到一个帖子,说把boundary的引号去掉就可以,就是代码里注释掉的那一行,但是那只适用form-data只有上传media一个参数。在这个上传备案媒体材料接口,form-data上传多个参数,把boundary的引号去掉就会报missing parameter的错,但是注释掉就会报错media data missing。到底应该怎么解决,我使用的是.net4.8。
03-28[图片] <status>100002</status> <msg><![CDATA[face check failed]]> 我真服了 我到底是用status的含义给客户,还是我需要用msg翻译之后给客户
申请小程序法人验证通过未收到消息?兴化市龙腾婚庆礼仪社 这是申请的企业名称
2023-12-22[图片]
公众号授权了第三方用户信息权限,但是获取公众号提示未授权?https://api.weixin.qq.com/sns/oauth2/component/access_token?appid=wx04db10d17e91f227&code=031y5E000WyNEQ14dq100NRXpA0y5E0-&grant_type=authorization_code&component_appid=wxd53b544f0b47eded&component_access_token= [图片]
2023-09-07代公众号回复消息,我这是加密有问题?但是转发客服消息是需要转密的
第三方平台给公众号回复图文消息,该公众号提供的服务出现故障,请稍后再试?扫码触发事件回复图文消息有问题 [图片]收到的xml[图片] 回复xml有问题,回复success是OK的 好了,用户反了,结帖
2023-08-31{ "data": null, "errcode": 61007, "ErrorCodeValue": 61007, "errmsg": "api is unauthorized to component rid: 64e71806-2093e24e-65c10cad", "P2PData": null }
微信第三方平台获取不到公众号商家设置类目?[图片] 这个获取也是不支持的么?或者说需要给公众号商家授权什么程序集
2023-08-24小程序没关联到公众号上,然后下边个少了个参数吧
微信公众号怎样订阅通知?用户关注了微信公众号,也允许接受消息。但是,发送接口提示要绑定小程序,给miniprogram为空有提示参数为空 [图片][图片]
2023-08-23有没有朋友有相关文档或者处理办法的,跪求
第三方平台代公众号发送模板消息,类目模板是否未开放接口文档?第三方平台代公众号发送模板消息,类目模板是否未开放接口文档? 历史的老模板又没法走通,现在第三方平台要怎么代公众号去发送模板消息呢
2023-08-221
第三方申请独立小程序,提交logo时提示53203是为啥?@"data" : @"微信 POST 请求发生错误!错误代码:53203,说明:can't be modified for the time being rid: 647d826c-245a9ed4-7ac210bb"
2023-06-071
创建小程序提示open verity failed?这个企业 启漫婚礼定制(深圳)有限公司 试过几次都是这样
2023-06-071
创建小程序为什么法人微信收不到认证信息?[图片] 广安造梦师婚庆策划有限公司 这家企业从我们这注册,一直没收到认证信息,可以帮忙查一下么
2023-06-01