We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
WxMpDraftService.addDraft(WxMpAddDraft addDraft)方法返回的mediaId两头多了双引号
String json = this.mpService.post(WxMpApiUrl.Draft.ADD_DRAFT, addDraft); return GsonParser.parse(json).get(MEDIA_ID).toString();
在将json转为对象并根据Key获取value时String的值会带有双引号
The text was updated successfully, but these errors were encountered:
哈哈,我昨天被坑了一下午,太难注意到这个引号了
Sorry, something went wrong.
🐛 #2553 【公众号】修复草稿相关接口返回值多双引号的问题
2c27f8b
请问什么时候发版? @binarywang
No branches or pull requests
确认属于bug,是GSON过期方法带来的公共方法的BUG,本人没用过GSON
简要描述
WxMpDraftService.addDraft(WxMpAddDraft addDraft)方法返回的mediaId两头多了双引号
模块版本情况
详细描述
在将json转为对象并根据Key获取value时String的值会带有双引号
The text was updated successfully, but these errors were encountered: