Merge remote-tracking branch 'origin/master-prod-new' into master-test
| | |
| | | /** 康博佳标识(KoapOrderTotal) */ |
| | | private String koapOrderId; |
| | | |
| | | /**订单总金额的折后金额*/ |
| | | private BigDecimal disTotal; |
| | | |
| | | private OrderInfoDto orderInfo; |
| | | |
| | | private List<String> activityIds; |
| | |
| | | @PostMapping(value = "/user/project/items") |
| | | Result findUserProjectItem(@RequestBody UserProjectDto userProjectDto); |
| | | |
| | | /** |
| | | * 获取到用户详情(同步使用) |
| | | * @param userId 用户标识 |
| | | * @return 转化使用UserDt |
| | | */ |
| | | @PostMapping(value = "/user/info/baseInfo") |
| | | Result userInfoBaseInfo(@RequestParam("userId") String userId); |
| | | } |