💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# wx.openSetting ### wx.openSetting(Object object) > 支持版本 >= 1.1.0 调起客户端小程序设置界面,返回用户设置的操作结果。**设置界面只会出现小程序已经向用户请求过的[权限](https://developers.weixin.qq.com/minigame/dev/tutorial/open-ability/authorize.html)**。 注意:2.3.0 版本开始,用户发生点击行为后,才可以跳转打开设置页,管理授权信息。[详情](https://developers.weixin.qq.com/community/develop/doc/000cea2305cc5047af5733de751008) #### 参数 ##### Object object 属性类型默认值是否必填说明支持版本successfunction否接口调用成功的回调函数failfunction否接口调用失败的回调函数completefunction否接口调用结束的回调函数(调用成功、失败都会执行)###### object.success 回调函数 **参数** **Object res** 属性类型说明支持版本authSetting[AuthSetting](/read/wechat-game-api/273.md)用户授权结果> 原文: <https://developers.weixin.qq.com/minigame/dev/api/open-api/setting/wx.openSetting.html>