记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
董敬伟
liquidnet-bus-v1
Commits
f625bba0
Commit
f625bba0
authored
Jan 18, 2022
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改接口文档
parent
738d59d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
+14
-14
GoblinStoreBackOrderController.java
...lin/controller/manage/GoblinStoreBackOrderController.java
+1
-1
GoblinStoreOrderController.java
.../goblin/controller/manage/GoblinStoreOrderController.java
+13
-13
No files found.
liquidnet-bus-service/liquidnet-service-goblin/liquidnet-service-goblin-impl/src/main/java/com/liquidnet/service/goblin/controller/manage/GoblinStoreBackOrderController.java
View file @
f625bba0
...
@@ -23,7 +23,7 @@ import javax.validation.Valid;
...
@@ -23,7 +23,7 @@ import javax.validation.Valid;
import
java.math.BigDecimal
;
import
java.math.BigDecimal
;
@ApiSupport
(
order
=
149101
)
@ApiSupport
(
order
=
149101
)
@Api
(
tags
=
"店铺-订单"
)
@Api
(
tags
=
"店铺-
退款
订单"
)
@Slf4j
@Slf4j
@Validated
@Validated
@RestController
@RestController
...
...
liquidnet-bus-service/liquidnet-service-goblin/liquidnet-service-goblin-impl/src/main/java/com/liquidnet/service/goblin/controller/manage/GoblinStoreOrderController.java
View file @
f625bba0
...
@@ -54,7 +54,7 @@ public class GoblinStoreOrderController {
...
@@ -54,7 +54,7 @@ public class GoblinStoreOrderController {
@ApiOperation
(
value
=
"订单详情"
)
@ApiOperation
(
value
=
"订单详情"
)
@ApiImplicitParams
({
@ApiImplicitParams
({
@ApiImplicitParam
(
type
=
"form"
,
required
=
fals
e
,
dataType
=
"String"
,
name
=
"orderId"
,
value
=
"订单id"
),
@ApiImplicitParam
(
type
=
"form"
,
required
=
tru
e
,
dataType
=
"String"
,
name
=
"orderId"
,
value
=
"订单id"
),
})
})
@GetMapping
(
value
=
"details"
)
@GetMapping
(
value
=
"details"
)
public
ResponseDto
<
GoblinStoreOrderListVo
>
orderList
(
@RequestParam
(
value
=
"orderId"
,
required
=
true
)
@Valid
String
orderId
)
{
public
ResponseDto
<
GoblinStoreOrderListVo
>
orderList
(
@RequestParam
(
value
=
"orderId"
,
required
=
true
)
@Valid
String
orderId
)
{
...
@@ -72,8 +72,8 @@ public class GoblinStoreOrderController {
...
@@ -72,8 +72,8 @@ public class GoblinStoreOrderController {
@ApiOperation
(
value
=
"修改快递价格"
)
@ApiOperation
(
value
=
"修改快递价格"
)
@ApiImplicitParams
({
@ApiImplicitParams
({
@ApiImplicitParam
(
type
=
"form"
,
required
=
fals
e
,
dataType
=
"String"
,
name
=
"orderId"
,
value
=
"订单id"
),
@ApiImplicitParam
(
type
=
"form"
,
required
=
tru
e
,
dataType
=
"String"
,
name
=
"orderId"
,
value
=
"订单id"
),
@ApiImplicitParam
(
type
=
"form"
,
required
=
fals
e
,
dataType
=
"BigDecimal"
,
name
=
"price"
,
value
=
"快递金额"
),
@ApiImplicitParam
(
type
=
"form"
,
required
=
tru
e
,
dataType
=
"BigDecimal"
,
name
=
"price"
,
value
=
"快递金额"
),
})
})
@GetMapping
(
value
=
"change/expressPrice"
)
@GetMapping
(
value
=
"change/expressPrice"
)
public
ResponseDto
<
Boolean
>
changeExpressPrice
(
@RequestParam
(
value
=
"orderId"
,
required
=
true
)
@Valid
String
orderId
,
public
ResponseDto
<
Boolean
>
changeExpressPrice
(
@RequestParam
(
value
=
"orderId"
,
required
=
true
)
@Valid
String
orderId
,
...
@@ -83,9 +83,9 @@ public class GoblinStoreOrderController {
...
@@ -83,9 +83,9 @@ public class GoblinStoreOrderController {
@ApiOperation
(
value
=
"修改sku价格"
)
@ApiOperation
(
value
=
"修改sku价格"
)
@ApiImplicitParams
({
@ApiImplicitParams
({
@ApiImplicitParam
(
type
=
"form"
,
required
=
fals
e
,
dataType
=
"String"
,
name
=
"orderId"
,
value
=
"订单id"
),
@ApiImplicitParam
(
type
=
"form"
,
required
=
tru
e
,
dataType
=
"String"
,
name
=
"orderId"
,
value
=
"订单id"
),
@ApiImplicitParam
(
type
=
"form"
,
required
=
fals
e
,
dataType
=
"String"
,
name
=
"orderSkuId"
,
value
=
"orderSkuId"
),
@ApiImplicitParam
(
type
=
"form"
,
required
=
tru
e
,
dataType
=
"String"
,
name
=
"orderSkuId"
,
value
=
"orderSkuId"
),
@ApiImplicitParam
(
type
=
"form"
,
required
=
fals
e
,
dataType
=
"BigDecimal"
,
name
=
"price"
,
value
=
"修改金额"
),
@ApiImplicitParam
(
type
=
"form"
,
required
=
tru
e
,
dataType
=
"BigDecimal"
,
name
=
"price"
,
value
=
"修改金额"
),
})
})
@GetMapping
(
value
=
"change/skuPrice"
)
@GetMapping
(
value
=
"change/skuPrice"
)
public
ResponseDto
<
Boolean
>
changeSkuPrice
(
@RequestParam
(
value
=
"orderId"
,
required
=
true
)
@Valid
String
orderId
,
public
ResponseDto
<
Boolean
>
changeSkuPrice
(
@RequestParam
(
value
=
"orderId"
,
required
=
true
)
@Valid
String
orderId
,
...
@@ -109,15 +109,15 @@ public class GoblinStoreOrderController {
...
@@ -109,15 +109,15 @@ public class GoblinStoreOrderController {
return
goblinStoreOrderService
.
changeAddress
(
orderId
,
expressContacts
,
expressPhone
,
expressAddressDetail
);
return
goblinStoreOrderService
.
changeAddress
(
orderId
,
expressContacts
,
expressPhone
,
expressAddressDetail
);
}
}
@ApiOperation
(
value
=
"
sku退款
"
)
@ApiOperation
(
value
=
"
退款(sku/整单)
"
)
@ApiImplicitParams
({
@ApiImplicitParams
({
@ApiImplicitParam
(
type
=
"form"
,
required
=
fals
e
,
dataType
=
"String"
,
name
=
"orderId"
,
value
=
"订单id"
),
@ApiImplicitParam
(
type
=
"form"
,
required
=
tru
e
,
dataType
=
"String"
,
name
=
"orderId"
,
value
=
"订单id"
),
@ApiImplicitParam
(
type
=
"form"
,
required
=
false
,
dataType
=
"String"
,
name
=
"orderSkuId"
,
value
=
"
详细快递地址
"
),
@ApiImplicitParam
(
type
=
"form"
,
required
=
false
,
dataType
=
"String"
,
name
=
"orderSkuId"
,
value
=
"
orderSkuId[整单退不传]
"
),
@ApiImplicitParam
(
type
=
"form"
,
required
=
fals
e
,
dataType
=
"BigDecimal"
,
name
=
"price"
,
value
=
"退款金额"
),
@ApiImplicitParam
(
type
=
"form"
,
required
=
tru
e
,
dataType
=
"BigDecimal"
,
name
=
"price"
,
value
=
"退款金额"
),
})
})
@GetMapping
(
value
=
"refund/sku"
)
@GetMapping
(
value
=
"refund/sku"
)
public
ResponseDto
<
Boolean
>
refundOrderSku
(
@RequestParam
(
value
=
"orderId"
,
required
=
true
)
@Valid
String
orderId
,
public
ResponseDto
<
Boolean
>
refundOrderSku
(
@RequestParam
(
value
=
"orderId"
,
required
=
true
)
@Valid
String
orderId
,
@RequestParam
(
value
=
"orderSkuId"
,
required
=
true
)
@Valid
String
orderSkuId
,
@RequestParam
(
value
=
"orderSkuId"
,
required
=
false
)
String
orderSkuId
,
@RequestParam
(
value
=
"price"
,
required
=
true
)
@Valid
BigDecimal
price
)
{
@RequestParam
(
value
=
"price"
,
required
=
true
)
@Valid
BigDecimal
price
)
{
return
goblinStoreOrderService
.
refundOrderSku
(
orderId
,
orderSkuId
,
price
);
return
goblinStoreOrderService
.
refundOrderSku
(
orderId
,
orderSkuId
,
price
);
}
}
...
@@ -130,8 +130,8 @@ public class GoblinStoreOrderController {
...
@@ -130,8 +130,8 @@ public class GoblinStoreOrderController {
@ApiOperation
(
value
=
"发货"
)
@ApiOperation
(
value
=
"发货"
)
@ApiImplicitParams
({
@ApiImplicitParams
({
@ApiImplicitParam
(
type
=
"form"
,
required
=
fals
e
,
dataType
=
"String"
,
name
=
"orderId"
,
value
=
"订单id"
),
@ApiImplicitParam
(
type
=
"form"
,
required
=
tru
e
,
dataType
=
"String"
,
name
=
"orderId"
,
value
=
"订单id"
),
@ApiImplicitParam
(
type
=
"form"
,
required
=
fals
e
,
dataType
=
"String"
,
name
=
"mailNo"
,
value
=
"快递单号"
),
@ApiImplicitParam
(
type
=
"form"
,
required
=
tru
e
,
dataType
=
"String"
,
name
=
"mailNo"
,
value
=
"快递单号"
),
})
})
@GetMapping
(
value
=
"express"
)
@GetMapping
(
value
=
"express"
)
public
ResponseDto
<
Boolean
>
express
(
@RequestParam
(
value
=
"orderId"
,
required
=
true
)
@Valid
String
orderId
,
public
ResponseDto
<
Boolean
>
express
(
@RequestParam
(
value
=
"orderId"
,
required
=
true
)
@Valid
String
orderId
,
...
...
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