md/example/README.md
Honwhy Wang d37aedb95d
All checks were successful
Build and Deploy / build-and-deploy (push) Has been skipped
feat: use mp oss in website (#471)
* add example cloudflare worker proxy
* use wsrv.nl to host image request in website
2024-12-14 16:14:33 +08:00

17 lines
233 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Example
## worker.js
公众号openapi接口代理服务示例该项目将请求转发至微信公众号api。
开发调试:
```
cd example
npx wrangler dev worker.js
```
部署:
请将其部署到cloudflare workers。