过程描述:在接入商户反馈回复时,添加1张图片,取得对应的media_id后,作为参数传入mediaIdList中,随后将接口需要的参数都发送过去,却收到提示说图片数量超过9张,明明只有1个media_id,为什么会报错说有9张呢?另外,当附件数量为2时,即mediaIdList中有2个media_id,则可以完成带附件的回复。
参数:{"content":"测试同意和解","complaintOrderId":"9532181","mediaIdList":["6hmTI2k65Se8bbNSMtNEiXO5ujQ_1JT4p8RV0pQN95dYN0gVcIlfLNcqSZPveUa9"],"bussiHandle":1}
回应:{"data":{"errmsg":"图片不能超过9张 rid: 65d89c2b-6bfd3033-5c4e05c8","success":false,"errcode":10001,"rid":"65d89c2b-6bfd3033-5c4e05c8"},"status":200,"headers":{"connection":"keep-alive","x-frame-options":"SAMEORIGIN","x-xss-protection":"1; mode=block","x-dns-prefetch-control":"off","strict-transport-security":"max-age=15552000; includeSubDomains","keep-alive":"timeout=5","x-download-options":"noopen","set-cookie":["wxuin=08694571194971; path=/; expires=Mon, 18 Jan 2038 19:14:07 GMT"],"date":"Fri, 23 Feb 2024 13:22:51 GMT","content-type":"application/json; charset=utf-8","content-length":"134"},"res":{"status":200,"statusCode":200,"statusMessage":"OK","headers":{"connection":"keep-alive","x-frame-options":"SAMEORIGIN","x-xss-protection":"1; mode=block","x-dns-prefetch-control":"off","strict-transport-security":"max-age=15552000; includeSubDomains","keep-alive":"timeout=5","x-download-options":"noopen","set-cookie":["wxuin=08694571194971; path=/; expires=Mon, 18 Jan 2038 19:14:07 GMT"],"date":"Fri, 23 Feb 2024 13:22:51 GMT","content-type":"application/json; charset=utf-8","content-length":"134"},"size":134,"aborted":false,"rt":322,"keepAliveSocket":true,"data":{"errmsg":"图片不能超过9张 rid: 65d89c2b-6bfd3033-5c4e05c8","success":false,"errcode":10001,"rid":"65d89c2b-6bfd3033-5c4e05c8"},"requestUrls":["https://api.weixin.qq.com/wxaapi/minishop/bussiRespondComplaint?access_token=77_LUXz01gHHWJ2sUXFUWQKRj0rT0-1AKKzpg7vNjnnLx4k3R61nLZoeNPeLbTvG68QTckhVq_EL8imAbVPp_ujMOjr4xCcgP1DraRIGMbiL2Bgph-bMyrCEAIbvKIMXWbACAQBA"],"timing":null,"remoteAddress":"119.147.6.237","remotePort":443,"socketHandledRequests":2,"socketHandledResponses":2}}
遇到同样的问题,请问解决了吗?