upload files

This commit is contained in:
xingzhe.ru
2025-06-30 16:23:09 +00:00
parent 8450cc2d4d
commit c11bcd5d26
7 changed files with 5533 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# back-new
非Python实现的后端Node.js + Express
## 启动方法
1. 安装依赖:
```bash
npm install
```
2. 启动服务:
```bash
npm start
```
默认端口:`3002`
## 支持接口
- POST `/api/auth/login` 用户登录
- POST `/api/auth/register` 用户注册
- GET `/gigachat/prompt?prompt=xxx` 生成图片(返回模拟图片链接)