Skip to content

Commit

Permalink
fix: #3 [api] 3.11.0 版本 WechatMiniprogram.Err 丢失了
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaweiss committed Aug 14, 2023
1 parent 9f484fc commit a5d54b9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions types/wx/lib.wx.api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4680,6 +4680,14 @@ ctx.draw()
/** 错误码 */
errno: string
}
interface Err {
/** 错误信息 */
errMsg: string
/** 需要基础库: `2.24.0`
*
* errno 错误码,错误码的详细说明参考 [Errno错误码](https://developers.weixin.qq.com/miniprogram/dev/framework/usability/PublicErrno.html) */
errno: number
}
interface ExecuteVisualLayerCommandOption {
/** 图层指令 */
command: string
Expand Down

0 comments on commit a5d54b9

Please sign in to comment.