wangdy 8 лет назад
Родитель
Сommit
6b356a2f93

+ 1 - 1
src/main/java/com/uas/ps/product/controller/ProductController.java

@@ -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);