|
|
|
@@ -29,7 +29,7 @@ public class UserBasicInfoController extends BaseController { |
|
|
|
*/ |
|
|
|
@PostMapping("/register") |
|
|
|
@ApiOperation(value = "用户注册", notes = "") |
|
|
|
public ResultData userRegister(@RequestBody Map<String, String> map) { |
|
|
|
public ResultData userRegister(@RequestParam Map<String, String> map) { |
|
|
|
logger.info("UserBasicInfoController >>>>>>>> userRegister >>>>>>>>>>>>>>>>>"+map.toString()); |
|
|
|
String phone = map.get("phone"); |
|
|
|
logger.info("UserBasicInfoController >>>>>>>> userRegister >>>>>>>>>>>>>>>>>phone="+phone); |
|
|
|
|