Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-api
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poc
poc-api
Commits
e8ebfe48
Commit
e8ebfe48
authored
Sep 04, 2025
by
alex yao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 关键词提取
parent
bc2ad6bc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
317 additions
and
0 deletions
+317
-0
hs_err_pid433132.log
hs_err_pid433132.log
+280
-0
pay.puml
pay.puml
+37
-0
No files found.
hs_err_pid433132.log
0 → 100644
View file @
e8ebfe48
This diff is collapsed.
Click to expand it.
pay.puml
0 → 100644
View file @
e8ebfe48
@startuml
'https://plantuml.com/sequence-diagram
autonumber
participant User
participant FrontEnd
participant BackEnd
participant Pay
User -> FrontEnd: 充值权益
FrontEnd -> BackEnd: 获取支付权益套餐信息
note right of BackEnd: 套餐名、价格、等级【专业版、旗舰版】
BackEnd -> FrontEnd: 返回权益套餐信息
note right of FrontEnd: 每次切换支付宝或微信都需要重新创建订单
FrontEnd -> BackEnd: 创建支付订单
BackEnd -> FrontEnd: 返回支付订单号
FrontEnd -> BackEnd: 获取支付二维码\n(传入渠道码、支付订单号)
BackEnd -> Pay: 获取渠道支付二维码
Pay -> BackEnd: 返回二维码URL
BackEnd -> FrontEnd: 返回二维码URL
FrontEnd -> BackEnd: 轮询订单状态
User -> FrontEnd: 扫码支付
Pay --> BackEnd: 支付成功回调
BackEnd -> BackEnd: 修改订单状态、更新用户权益
FrontEnd -> BackEnd: 获取订单状态
BackEnd -> FrontEnd: 支付成功
@enduml
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment