GET 示例
https://syapi.chuangye.site/home/api?type=shipinhao&uid=YOUR_UID&key=YOUR_KEY&url=https%3A%2F%2Fweixin.qq.com%2Fsph%2FAYznnccv9H
JavaScript
fetch('https://syapi.chuangye.site/home/api?type=shipinhao&uid=YOUR_UID&key=YOUR_KEY&url=https%3A%2F%2Fweixin.qq.com%2Fsph%2FAYznnccv9H')
.then(r => r.json())
.then(console.log);
常见问题
如何获取 UID / KEY? 注册并登录控制台即可查看;详见 接入指南。
type 填什么? 填本页编码 shipinhao,不要填 custom 等调用方式名。
如何计费? 成功调用扣 1 点,失败不扣;可购买包点或包月套餐。