Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

媒资管理返回信息封装的实体中缺少status字段 #3343

Closed
cherl opened this issue Aug 7, 2024 · 2 comments · Fixed by #3344
Closed

媒资管理返回信息封装的实体中缺少status字段 #3343

cherl opened this issue Aug 7, 2024 · 2 comments · Fixed by #3344

Comments

@cherl
Copy link

cherl commented Aug 7, 2024

简要描述

媒资管理,获取剧目接口返回信息封装的实体中缺少status字段。

模块版本情况

  • WxJava 模块名: weixin-java-miniapp
  • WxJava 版本号:4.6.0

详细描述

在调用public WxMaVodDramaInfo getDrama(WxMaVodGetDramaRequest request) throws WxErrorException 方法获取剧目信息时返回的数据有status字段,但是未封装进WxMaVodDramaInfo,请注意这个接口会返回两个status,而我们只封装了一个,封装的是DramaAuditDetail下面的那个。
以下是官方返回信息示例:
{ "errcode": 0, "errmsg": "ok", "drama_info": { "drama_id": 28918028, "create_time": 1682214878, "name": "我的演艺", "playwright": "编剧名", "producer": "制作方名", "production_license": "abd123", "cover_url": "https://developers.weixin.qq.com/test.jpg", "media_count": 2, "recommendations": "这是这部剧的推荐语。", "description": "剧目的简介。", "promotion_poster": "xxxxxxxxx", "other_material":"xxxxxxxxx", "status": 0, "media_list":[ {"media_id": 10001}, {"media_id": 10002} ], "audit_detail": { "status": 3, "create_time": 1682215878, "audit_time": 1682235878 }, "actor_list": { "actor": [{ "name": "演员1", "photo_material_id": "xxxxxxxx", "role": "角色1", "profile": "简介" }, { "name": "演员2", "photo_material_id": "xxxxxxxx", "role": "角色2", "profile": "简介" }] } } }

日志

@binarywang
Copy link
Owner

欢迎直接PR添加,谢谢

@cherl
Copy link
Author

cherl commented Aug 8, 2024

好的

Molzx added a commit to Molzx/WxJava that referenced this issue Sep 4, 2024
…develop

* 'develop' of github.com:Wechat-Group/WxJava:
  🎨 完善部分代码注释,修复 yaml 未自动提示 hosts 配置问题
  🆕 binarywang#3347 【开放平台】新增小程序备案相关接口
  🎨 binarywang#3343 【小程序】媒资管理新增字段status以支持审核状态展示
  🎨 binarywang#3333 【企业微信】设置应用在用户工作台展示的webview型数据时,支持enable_webview_click参数设置
  🆕  binarywang#3340【微信支付】增加直连商户付款码支付和撤销支付订单的V3版接口实现
  🆕 binarywang#3339 【企业微信】增加上传临时素材的重载方法
  🎨 binarywang#3337 【视频号小店】 订单详情字段补充、售后新特性补充
  🎨 Bump org.bouncycastle:bcpkix-jdk18on & bcprov-jdk18on from 1.78 to 1.78.1
  🔖 发布 4.6.3.B 测试版本
Molzx added a commit to Molzx/WxJava that referenced this issue Sep 4, 2024
* source-develop:
  🆕 binarywang#3217 增加 solon-plugins 适配
  🔖 发布 4.6.4.B 测试版本
  🆕 【微信支付】新增 平台收付通(补差)的3个接口方法
  🆕【微信支付】增加商家转账到零钱结果回调的解析方法
  🐛【微信支付】修复商家转账到零钱-查询批次单needQueryDetail为false时非必传参数为null的问题
  🎨 binarywang#3345  【小程序】获取手机号 getPhoneNoInfo方法兼容旧版本
  🐛 binarywang#3348 【公共问题】修复无法获取正确文件名的问题
  🎨 优化代码,规范注释
  🐛 binarywang#3223 【小程序】修复微信虚拟支付签名校验失败的问题
  🎨 完善部分代码注释,修复 yaml 未自动提示 hosts 配置问题
  🆕 binarywang#3347 【开放平台】新增小程序备案相关接口
  🎨 binarywang#3343 【小程序】媒资管理新增字段status以支持审核状态展示
  🎨 binarywang#3333 【企业微信】设置应用在用户工作台展示的webview型数据时,支持enable_webview_click参数设置
  🆕  binarywang#3340【微信支付】增加直连商户付款码支付和撤销支付订单的V3版接口实现
  🆕 binarywang#3339 【企业微信】增加上传临时素材的重载方法
  🎨 binarywang#3337 【视频号小店】 订单详情字段补充、售后新特性补充
  🎨 Bump org.bouncycastle:bcpkix-jdk18on & bcprov-jdk18on from 1.78 to 1.78.1
  🔖 发布 4.6.3.B 测试版本
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants