- 新建
.env
将example.env
的内容复制进去,并正确填写 - https://typlog.com/account/tokens
- https://typlog.com/admin/xrealityzonecn/subscribers
- https://vercel.com/guides/using-express-with-vercel
- Mock:
curl --location 'https://api.typlog.com/v3/subscribers' \
--header 'X-Site-Id: 4108' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer [BEARER_TOKEN]' \
--data-raw '{
"name": "2333",
"email": "[email protected]"
}'
curl --location 'https://letsvisionos24subscribe.swiftgg.team/subscribe/post' \
--form 'MERGE0="[email protected]"'