|
|
@ -53,15 +53,12 @@ public class HighUserCardController { |
|
|
|
@Resource |
|
|
|
@Resource |
|
|
|
private HighUserService highUserService; |
|
|
|
private HighUserService highUserService; |
|
|
|
|
|
|
|
|
|
|
|
<<<<<<< HEAD |
|
|
|
|
|
|
|
======= |
|
|
|
|
|
|
|
@Resource |
|
|
|
@Resource |
|
|
|
private HighUserPayPasswordService highUserPayPasswordService; |
|
|
|
private HighUserPayPasswordService highUserPayPasswordService; |
|
|
|
|
|
|
|
|
|
|
|
@Resource |
|
|
|
@Resource |
|
|
|
private HighFleetOilCardService fleetOilCardService; |
|
|
|
private HighFleetOilCardService fleetOilCardService; |
|
|
|
|
|
|
|
|
|
|
|
>>>>>>> activit |
|
|
|
|
|
|
|
@RequestMapping(value = "/bindCard", method = RequestMethod.POST) |
|
|
|
@RequestMapping(value = "/bindCard", method = RequestMethod.POST) |
|
|
|
@ResponseBody |
|
|
|
@ResponseBody |
|
|
|
@ApiOperation(value = "绑卡") |
|
|
|
@ApiOperation(value = "绑卡") |
|
|
|