feat: 增加充值功能
Showing
| ... | ... | @@ -28,6 +28,7 @@ |
| "immer": "^9.0.19", | ||
| "jsonwebtoken": "^9.0.0", | ||
| "mongoose": "^6.10.0", | ||
| "nanoid": "^4.0.1", | ||
| "next": "13.1.6", | ||
| "nodemailer": "^6.9.1", | ||
| "nprogress": "^0.2.0", | ||
| ... | ... | @@ -43,7 +44,6 @@ |
| "sass": "^1.58.3", | ||
| "sharp": "^0.31.3", | ||
| "tunnel": "^0.0.6", | ||
| "uuid": "^9.0.0", | ||
| "zustand": "^4.3.5" | ||
| }, | ||
| "devDependencies": { | ||
| ... | ... |
public/imgs/wxcode.jpg
0 → 100644
320 KB
public/qrcode.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Icon/icons/pay.svg
0 → 100644
src/pages/api/user/checkPayResult.ts
0 → 100644
src/pages/api/user/getPayCode.ts
0 → 100644
src/pages/number/components/PayModal.tsx
0 → 100644
src/service/models/pay.ts
0 → 100644
Please
register
or
sign in
to comment