|
@@ -129,7 +129,7 @@ public class CoachInfoController extends BaseController{
|
|
|
}
|
|
|
|
|
|
@GetMapping("/order/{id}")
|
|
|
- @ApiOperation("微信订单")
|
|
|
+ @ApiOperation("微信订单详情")
|
|
|
public Response<WxOrder> wxOrder(
|
|
|
@ApiParam(name = "id", value = "微信订单id", required = true)
|
|
|
@PathVariable("id") Long id
|