https://developers.weixin.qq.com/doc/subscription/api/usermanage/changeopenid/api_changeopenid.html
该文章中关于转换openid的参数from_appid描述为“原账号的原始id,不是appid”,实际调用时就是要传入原账号的AppId,而不是gh_开头的公众号ID。
传入参数为gh_开头的公众号ID时,会出错:{"errcode":63178,"errmsg":"appid wrong rid: "}

文档里描述就是原始ID,不是appid
