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
请简单概括描述下你所遇到的问题。 小程序获取url link的请求封装类GenerateUrlLinkRequest中expireTime属性应为Long,现在是Integer
尽量详细描述。请不要使用截图,尽量使用文字描述,代码直接贴上来,日志则请附在后面所示区域。 小程序获取url link的请求封装类GenerateUrlLinkRequest中expireTime类型应为Long,现在是Integer 类:cn.binarywang.wx.miniapp.bean.urllink.GenerateUrlLinkRequest
如果日志不多,直接使用md代码引用格式贴在此处,否则如果太长,请将日志放在 pastebin 或者其他地方,然后将其url地址贴在这里
日志请写于此处
The text was updated successfully, but these errors were encountered:
欢迎直接提供PR代码
Sorry, something went wrong.
1.修复bug:小程序获取url link的请求封装类GenerateUrlLinkRequest中expireTime属性应为Long,…
f063d90
…现在是Integer 2.针对修复的bug 单元测试增加expireTime逻辑; 官方链接说明:https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/qrcode-link/url-link/queryUrlLink.html github issues:binarywang#2973
🐛 #2973 【小程序】修改获取url link接口请求类中的expireTime属性类型为Long
e0e03d8
Successfully merging a pull request may close this issue.
提问前,请确保阅读过项目首页说明以及wiki开发文档相关内容,尤其是常见问题部分。完成内容后,请务必移除包括本句在内的无用内容,以免影响阅读,否则直接关闭,谢谢合作~
另外如果确认属于bug,而且已明确如何修复,请参考贡献指南直接提交PR,省的浪费时间在这里描述问题,非常感谢配合
简要描述
请简单概括描述下你所遇到的问题。
小程序获取url link的请求封装类GenerateUrlLinkRequest中expireTime属性应为Long,现在是Integer
模块版本情况
详细描述
尽量详细描述。请不要使用截图,尽量使用文字描述,代码直接贴上来,日志则请附在后面所示区域。
小程序获取url link的请求封装类GenerateUrlLinkRequest中expireTime类型应为Long,现在是Integer
类:cn.binarywang.wx.miniapp.bean.urllink.GenerateUrlLinkRequest
日志
如果日志不多,直接使用md代码引用格式贴在此处,否则如果太长,请将日志放在 pastebin 或者其他地方,然后将其url地址贴在这里
The text was updated successfully, but these errors were encountered: