category is in invalid format hint微信第三方平台将第三方提交的代码包提交审核出错

微信第三方平台通过接口https://api.weixin.qq.com/wxa/submit_audit?access_token=TOKEN将第三方提交的代码包提交审核时一直返回错误码85008的错误信息:

category is in invalid format hint

查了半天是接口提交数据时json_encode时中文不能编码提交
将向微信的提交代码
    $this->https_post($url,json_encode($postData));
改为
    $this->https_post($url,json_encode($postData,JSON_UNESCAPED_UNICODE));
    
问题解决

category is in invalid format hint微信第三方平台将第三方提交的代码包提交审核出错

上一篇:微信红包的架构设计简介


下一篇:利用python3发微信