Compare commits

..

2 Commits

Author SHA1 Message Date
zhouyonggao f1c6c8b335 fix(docs): 修正openapi.yaml中券码链接字段名
- 将响应
2026-03-17 15:41:34 +08:00
zhouyonggao e19a39d68d chore(submodules): 更新 trans_hub 子模块提交引用
- 移除 devops 子模块引用
- 更新 trans_hub 子模块的提交至带有脏工作区的最新状态
2026-03-17 13:13:02 +08:00
4 changed files with 15 additions and 5 deletions

11
.idea/go.imports.xml Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GoImports">
<option name="excludedPackages">
<array>
<option value="github.com/pkg/errors" />
<option value="golang.org/x/net/context" />
</array>
</option>
</component>
</project>

1
devops

@ -1 +0,0 @@
Subproject commit 9c3177de91c50c1ffaff8a5396bacf134ddb682c

View File

@ -372,7 +372,7 @@ paths:
msg: "成功"
traceId: "26031314253001000015"
data:
codeUrl: "https://lsb.example.com/redeem/abc123"
url: "https://lsb.example.com/redeem/abc123"
backUrl: "https://mobile.psbc.com/back"
'400':
description: 参数错误或业务错误
@ -1020,10 +1020,10 @@ components:
type: object
description: 业务数据
required:
- codeUrl
- url
- backUrl
properties:
codeUrl:
url:
type: string
description: 券码链接,用于展示服务详情
example: "https://lsb.example.com/redeem/abc123"

@ -1 +1 @@
Subproject commit c1f7efef85287209f2b4346776abe1b728d23ae9
Subproject commit 2bd5ea6437beaa94220b7d3b046dafde290054b3