open-withdrawal-demo/nodejs/README.md
echo 82c7f3406d init: multi-language OpenAPI demos (java/php/nodejs/python)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-20 13:40:29 +08:00

9 lines
118 B
Markdown
Raw 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.

# Node.js
需要 Node 18+(内置 fetch
```bash
export BASE_URL=https://example.com
node demo.js balance
```