- 代开发模式,调用读取成员接口,一直返回errcode:6011 userid not found?
在企业微信自建代开发模式中,已经根据文档接口要求调用网页端授权登入接口,并获取用户的userId,但使用此userId 去获取通讯录成员信息时,一直返回错误,错误信息如下: {"errcode":60111,"errmsg":"userid not found, hint: [1648621011173450472766999], from ip: xx.xx.xx.xx, more info at https://open.work.weixin.qq.com/devtool/query?e=60111","is_leader_in_dept":[],"direct_leader":[],"department":[],"order":[]} 调用的获取成员信息接口是: https://qyapi.weixin.qq.com/cgi-bin/user/get?access_token=xxx&userid=woGcWkGgAA1QhwY1BOGdhB3pJLJ7lkxw 此userid 是从网页端授权登入接口获取的用户id,但在调用成员信息接口时,一直返回userid not found,关于代开发模式,获取成员信息的接口调用是否有个明确的指引文档?谢谢。
2022-03-30 - textarea 无法清空页面的内容
- 当前 Bug 的表现(可附上截图) <view class="textarea-wrp"> <textarea placeholder="请输入评论的内容" class="my-textarea" value="{{msg}}" cursor-spacing="10px" bindfocus="inputFocus" bindblur="inputBlur" bindinput="sendMessage" focus="{{focus}}" show-confirm-bar="{{false}}" name="textarea" > </textarea> 当我在真机(小米8)上测试时发现,用手机键盘输入文字,点击发送,需要清空页面的内容,后台日志打印,绑定的msg已经为空字符串,但页面仍然显示原来的内容。 - 预期表现 - 复现路径 - 提供一个最简复现 Demo
2019-06-20