#第三方平台 小程序用户隐私协议相关

发布于 4 年前作者 leiwu5811 次浏览最后编辑 4 年前来自 share

步骤:

1.请先用api(https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/code/commit.html)上传代码 

2.再getprivacysetting(https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/privacy_config/get_privacy_setting.html)查询下需要配置的项

3.调用setprivacysetting(https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/privacy_config/set_privacy_setting.html)接口配置后,

4.再重新查询下是否配置成功;

5.然后再提交审核哈

过程:

1.如果授权小程序没有设置用户隐私,API提交审核会提示:errcode=85086,errmsg=must commit before submit audit rid: xxxx-xxxxx-xxxx

1 回复
yang59
yang591 楼2 个月前

没有用到的隐私在配置的时候可以全部写一遍吗?