|
|
|
@ -47,6 +47,7 @@ class UploadMiniProgram |
|
|
|
$description = $agent->company_name; |
|
|
|
|
|
|
|
//配置小程序用户隐私保护指引:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/privacy_config/set_privacy_setting.html
|
|
|
|
//配置后,需重新提交代码审核,审核通过且需要重新发布上线后才会在小程序端生效。
|
|
|
|
$redis_key = 'mini_program_set_privacy'; |
|
|
|
if (!Redis::hget($redis_key, $agent->appid)) { |
|
|
|
$data = [ |
|
|
|
|