收藏
回答

B接口生成小程序码错误提示 40159,地址和提交格式都没问题,求帮助?


看了很多这个问题的回答,但是没有对症的,

    [errcode] => 40159
    [errmsg] => invalid length for path, or the data is not json string rid:sh

标点 地址 page换path都试了,仍然不行

$url='pages/index/index';
$u="https://api.weixin.qq.com/cgi-bin/wxaapp/createwxaqrcode?access_token=".$access_token;
    $param['id'] = 3;
    $array['scene']=  http_build_query($param);
    $array['page']=  $url;
$postJson=json_encode($array);
$res=self::httpRequest($u,$postJson,'POST');

打印数据格式是:{"scene":"id=43","page":"pages\/index\/index"}


回答关注问题邀请回答
收藏

1 个回答

  •  
     
    2020-11-03

    管理大大

    2020-11-03
    有用
    回复
登录 后发表内容
问题标签