feat: 添加短信验证码发送记录功能

This commit is contained in:
2025-12-23 23:47:39 +08:00
parent a125f15f58
commit 5709255e39
19 changed files with 668 additions and 14 deletions

View File

@@ -15,7 +15,93 @@ info:
termsOfService: http://swagger.io/terms/
title: ApiDoc
version: "1.0"
paths: {}
paths:
/admin/auth:
post:
responses: {}
/admin/medias:
get:
responses: {}
/admin/medias/{id}:
delete:
responses: {}
get:
responses: {}
/admin/orders:
get:
responses: {}
/admin/orders/{id}/refund:
post:
responses: {}
/admin/posts:
get:
responses: {}
post:
responses: {}
/admin/posts/{id}:
delete:
responses: {}
get:
responses: {}
put:
responses: {}
/admin/posts/{id}/send-to/{userId}:
post:
responses: {}
/admin/statistics:
get:
responses: {}
/admin/uploads/post-uploaded-action:
post:
responses: {}
/admin/uploads/pre-uploaded-check/{md5}.{ext}:
get:
responses: {}
/admin/users:
get:
responses: {}
/admin/users/{id}:
get:
responses: {}
/admin/users/{id}/articles:
get:
responses: {}
/admin/users/{id}/balance:
post:
responses: {}
/auth/login:
get:
responses: {}
/auth/wechat:
get:
responses: {}
/pay/callback/{channel}:
post:
responses: {}
/posts:
get:
responses: {}
/posts/{id}/buy:
post:
responses: {}
/posts/{id}/play:
get:
responses: {}
/posts/{id}/show:
get:
responses: {}
/posts/mine:
get:
responses: {}
/users/profile:
get:
responses: {}
/users/username:
put:
responses: {}
/wechats/js-sdk:
get:
responses: {}
securityDefinitions:
BasicAuth:
type: basic