收藏
回答

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"}
最后一次编辑于  2020-11-03
回答关注问题邀请回答
收藏

1 个回答

  • Cjiang
    Cjiang
    2020-11-03

    你好,自行检查下path的参数,修改再重试,这边可以正常获取到图片的数据。

    2020-11-03
    有用
    回复 3
    •  
       
      2020-11-04
      打印出的各项参数都没问题{"scene":"id=43","page":"pages/index/index"}
      2020-11-04
      回复
    •  
       
      2020-11-04
      根据网友说的 把page缓存path 返回时空
      2020-11-04
      回复
    •  
       
      2020-11-04
      解决了
      2020-11-04
      回复
登录 后发表内容
问题标签