- 微信支付回调地址重新解析更新IP后,还是推到了旧的解析,是不是缓存了?
微信支付回调地址,域名重新解析更新IP后,支付回调还是推到了旧的解析,是不是缓存了?
01-04 - 第三方平台调用修改试用小程序名称无效?
第三方平台调用修改试用小程序名称无效,还是带有试用小程序的名称,接口调用返回正常; https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/register-management/fast-regist-beta/modifyBetaMiniprogramNickName.html
2023-10-06 - 小程序名称与主体名称无关?
[图片] 企业名是体现愿景,产品是手段。哪有这样关联的,我就想问一下为了个小程序要把企业改名吗,真是够荒唐的。
2023-09-14 - 隐私声明已配置,无法触发onNeedPrivacyAuthorization?
小程序隐私声明已配置,只要添加了__usePrivacyCheck__: true,所有相关的api无法调用,onNeedPrivacyAuthorization也无法触发, 同一套代码,部分小程序正常,部分小程序不行,一直找不到问题所在。哎,无奈
2023-09-01 - 用户隐私保护指引设置失败?
[图片] 几天了还是这样, 另外开放平台应用绑定的开发小程序,它是不能发布的,但需要调起隐私api,没法调用,解绑了小程序也无法设置
2023-09-01 - chooseImage:fail api scope is not declared in?
不行,配置声明了隐私设置所有相关的api无法调起,也无法触发onNeedPrivacyAuthorization chooseImage:fail api scope is not declared in the privacy agreement 服务商下授权的部分小程序正常,一部分小程序没法用,麻烦处理啊。
2023-09-01 - fail api scope is not declared in the privacy ?
授权给开放平台的小程序,有一个小程序无法触发,其它授权的小程序正常 chooseImage:fail api scope is not declared in the privacy agreement 所有相关的隐私接口都无法调起onNeedPrivacyAuthorization 隐私协议,已经设置过过了,触发不了onNeedPrivacyAuthorization
2023-09-01 - chooseImage:fail api scope is not declared in?
chooseImage:fail api scope is not declared in the privacy agreement 已经添加过隐私配置,还是无法调起onNeedPrivacyAuthorization
2023-09-01 - wx.authorize fail:scopeunauthorized?
.authorize({ scope: 'scope.userFuzzyLocation', success(res) { console.log('authorize res', res) if(res.errMsg == 'authorize:ok'){ Taro.getFuzzyLocation({ type: 'wgs84', success: function (res) { that._getLocal(res.latitude, res.longitude) }, fail: function (res) { console.log('authorize fail' + JSON.stringify(res)) } }) } }, fail(err) { console.log('authorize err', err) } 报错:fail:scope unauthorized 这是什么情况啊?
2023-01-05