收藏
回答

请问一物一码激活二维码接口,返回 该条码未在编码中心注册,是什么原因?

一物一码激活二维码接口,返回了:“该条码未在编码中心注册,将进入审核。请于24h后尝试重新激活 hint: [Yg4HEa0954ld42][2020-07-06 10:52:34]
”,参数中product_code使用的条码是可以在http://www.gs1cn.org/Service/queryTools/External.aspx这个网站查到的,为什么还会提示未在编码中心注册

呢?

    public function codeactive()
    	{
     	 	$weObj = new \Wechat($this->options);
    		$access_token = $weObj->checkAuth();
    		$data['application_id'] = $application_id;
    		$data['activity_name'] = "test_name";
    		$data['product_brand'] = "test_brand";
		$data['product_title'] = "test_title";
		$data['product_code'] = "04589718711119";
		$data['wxa_appid'] = $appid;
		$data['wxa_path'] = "pages/index/index";
		$data['wxa_type'] = "0";
		$data['code_start'] = "0";
		$data['code_end'] = "99";
		$url = "https://api.weixin.qq.com/intp/marketcode/codeactive?access_token=".$access_token;
		$res = $this->wxHttpsRequest($url,'post',json_encode($data));
		$res = json_decode($res,true);
		dump($res);
	}
返回结果:

最后一次编辑于  2020-07-06
回答关注问题邀请回答
收藏

1 个回答

  • 灵芝
    灵芝
    2020-07-06

    你好,请重试一下。

    2020-07-06
    有用
    回复 1
    • Nicholas
      Nicholas
      2020-07-07
      已解决,谢谢
      2020-07-07
      回复
登录 后发表内容
问题标签