Compare commits
2 Commits
6c6b22d589
...
f1c6c8b335
| Author | SHA1 | Date |
|---|---|---|
|
|
f1c6c8b335 | |
|
|
e19a39d68d |
|
|
@ -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
devops
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 9c3177de91c50c1ffaff8a5396bacf134ddb682c
|
|
||||||
|
|
@ -372,7 +372,7 @@ paths:
|
||||||
msg: "成功"
|
msg: "成功"
|
||||||
traceId: "26031314253001000015"
|
traceId: "26031314253001000015"
|
||||||
data:
|
data:
|
||||||
codeUrl: "https://lsb.example.com/redeem/abc123"
|
url: "https://lsb.example.com/redeem/abc123"
|
||||||
backUrl: "https://mobile.psbc.com/back"
|
backUrl: "https://mobile.psbc.com/back"
|
||||||
'400':
|
'400':
|
||||||
description: 参数错误或业务错误
|
description: 参数错误或业务错误
|
||||||
|
|
@ -1020,10 +1020,10 @@ components:
|
||||||
type: object
|
type: object
|
||||||
description: 业务数据
|
description: 业务数据
|
||||||
required:
|
required:
|
||||||
- codeUrl
|
- url
|
||||||
- backUrl
|
- backUrl
|
||||||
properties:
|
properties:
|
||||||
codeUrl:
|
url:
|
||||||
type: string
|
type: string
|
||||||
description: 券码链接,用于展示服务详情
|
description: 券码链接,用于展示服务详情
|
||||||
example: "https://lsb.example.com/redeem/abc123"
|
example: "https://lsb.example.com/redeem/abc123"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit c1f7efef85287209f2b4346776abe1b728d23ae9
|
Subproject commit 2bd5ea6437beaa94220b7d3b046dafde290054b3
|
||||||
Loading…
Reference in New Issue