{"errcode":41030,"errmsg":"invalid page rid: 680f2eab-067d7f10-5f7634ef"}报错
参数为
json为{"scene":"0241024041", "page":"healthReport/report/report", "width":430,"check_path": true,"env_version": "develop"}
RequestBody body = RequestBody.create(mediaType, json); Request request = new Request.Builder() .url(apiUrl) .post(body) .build();
check_path改成false再调一下接口就行了
小程序没有发布上线,所以page还不存在
确认下这个页面线上版本是否存在呢?
若线上版本没有这个页面,设置check_path=false可不检查page参数。