{“errcode”:61070,”errmsg”:”name, idcard, wechat name not in accordance rid: 65548f18-23ab8f16-6d09b6be”}’,
自查了多遍企业名称、组织机构代码、法人等信息后,确定无误!
原因:
因为json_encode时把法人姓名给转换了,导致信息核对不上去。
解决:
$post = json_encode($post, JSON_UNESCAPED_UNICODE);
$response = ihttp_request($url, $post);