我貌似遇到和你一样的问题,到时候试试你的解决方案; https://developers.weixin.qq.com/community/develop/doc/0006eeb695c9b0240a9041ab16b000?fromCreate=0
“用户隐私保护指引”更新后不生效,我应该如何操作呢?我在小程序“服务内容声明”→“用户隐私保护指引”中填写了内容,并提交审核。但是审核后里面的内容还是空的,我应该如何处理呢?[图片][图片]
2023-10-31[图片] 传入的参数格式不是字符串;转化成字符串就好了
小程序码生成,提示data format error hint代码部分 $url = 'https://api.weixin.qq.com/wxa/getwxacodeunlimit?access_token='.$token['access_token']; $data = array( 'path'=>'pages/logs/logs', 'width'=>280, 'scene'=>$room_id.",".$rand_code, 'line_color'=>'{"r":"0","g":"0","b":"0"}' ); $result = $this->curl($url,json_encode($data)); 执行结果 {"errcode":47001,"errmsg":"data format error hint: [oUKtrA0772xa11]"} 请问是哪里不正确
2023-06-04