Commit 08f556d9 by zhangchen

解决后端传参乱码问题

parent 7854ace8
...@@ -256,7 +256,7 @@ public class UserMController { ...@@ -256,7 +256,7 @@ public class UserMController {
* @return * @return
*/ */
@SuppressWarnings("deprecation") @SuppressWarnings("deprecation")
@RequestMapping(value = "/v1/users/userImage/{token}", method = RequestMethod.POST) @RequestMapping(value = "/v1/users/userImage/{token}", method = RequestMethod.POST,produces={"application/json;charset=UTF-8"})
@Security @Security
@ResponseBody @ResponseBody
public Object userImageFlag(@PathVariable String token) { public Object userImageFlag(@PathVariable String token) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment