|
|
@@ -159,7 +159,7 @@ public class ProductController {
|
|
|
* @param productId
|
|
|
* @return
|
|
|
*/
|
|
|
- @RequestMapping("/assign/batch")
|
|
|
+ @RequestMapping(value = "/assign/batch", method = RequestMethod.POST)
|
|
|
@ResponseBody
|
|
|
public String assignPersonalProductByBatch(@RequestParam Long userUU, @RequestBody String productId) throws UnsupportedEncodingException {
|
|
|
List<Long> productIds = JSONObject.parseArray(URLDecoder.decode(productId, "utf-8"), Long.class);
|