| | |
| | | @PostMapping("/base/pointMerchars/addOther") |
| | | Boolean addOther(@RequestBody String pam); |
| | | |
| | | @PostMapping("/base/pointMerchars/addOther1") |
| | | Boolean addOther1(@RequestBody String pam1); |
| | | |
| | | @PostMapping("/base/pointMerchars/addCitys") |
| | | Boolean addCitys(@RequestBody List<Map<String, String>> objects); |
| | | |
| | |
| | | @PostMapping("/base/pointMerchars/queryFee") |
| | | HashMap<String, Object> queryFee(QueryDataFee queryDataFee); |
| | | |
| | | |
| | | /** |
| | | * 根据id查询 |
| | | */ |
| | | @RequestMapping("/base/pointMerchars/getById") |
| | | PointsMerchandise getById(@RequestBody Integer id); |
| | | } |