Compare commits
No commits in common. "f1c6c8b335066b242aa31129738f71f0dfd11f63" and "6c6b22d589dccdb1380bce0966e9fb69391d395b" have entirely different histories.
f1c6c8b335
...
6c6b22d589
|
|
@ -1,11 +0,0 @@
|
||||||
<?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>
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 9c3177de91c50c1ffaff8a5396bacf134ddb682c
|
||||||
|
|
@ -372,7 +372,7 @@ paths:
|
||||||
msg: "成功"
|
msg: "成功"
|
||||||
traceId: "26031314253001000015"
|
traceId: "26031314253001000015"
|
||||||
data:
|
data:
|
||||||
url: "https://lsb.example.com/redeem/abc123"
|
codeUrl: "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:
|
||||||
- url
|
- codeUrl
|
||||||
- backUrl
|
- backUrl
|
||||||
properties:
|
properties:
|
||||||
url:
|
codeUrl:
|
||||||
type: string
|
type: string
|
||||||
description: 券码链接,用于展示服务详情
|
description: 券码链接,用于展示服务详情
|
||||||
example: "https://lsb.example.com/redeem/abc123"
|
example: "https://lsb.example.com/redeem/abc123"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2bd5ea6437beaa94220b7d3b046dafde290054b3
|
Subproject commit c1f7efef85287209f2b4346776abe1b728d23ae9
|
||||||
Loading…
Reference in New Issue