docs(order): 更新订单详情接口参数说明
parent
2d7bad4e98
commit
d952cdec59
|
|
@ -92,7 +92,7 @@ public class AppTradeOrderController {
|
||||||
@GetMapping("/get-detail")
|
@GetMapping("/get-detail")
|
||||||
@Operation(summary = "获得交易订单")
|
@Operation(summary = "获得交易订单")
|
||||||
@Parameters({
|
@Parameters({
|
||||||
@Parameter(name = "id", description = "交易订单编号"),
|
@Parameter(name = "id", description = "交易订单编号 或 微信小程序商品订单详情PATH配置的「${商品订单号} 」out_trade_no"),
|
||||||
@Parameter(name = "sync", description = "是否同步支付状态", example = "true")
|
@Parameter(name = "sync", description = "是否同步支付状态", example = "true")
|
||||||
})
|
})
|
||||||
public CommonResult<AppTradeOrderDetailRespVO> getOrderDetail(@RequestParam("id") String id,
|
public CommonResult<AppTradeOrderDetailRespVO> getOrderDetail(@RequestParam("id") String id,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue