|
@@ -45,9 +45,6 @@ public class LaserController extends BaseController {
|
|
|
@RequestMapping(value = "/getSnCodeByPhone",method = RequestMethod.GET)
|
|
|
public Result getSnCodeByUserName(@RequestParam(required = false)String phone,
|
|
|
@RequestParam(required = false,defaultValue = "4")Integer sceneSource) throws Exception {
|
|
|
-// if(StringUtils.isNotBlank(phone)){
|
|
|
-// phone = phone.replace("%40","@");
|
|
|
-// }
|
|
|
List<Long> userIds = userService.getLikeUserName(phone);
|
|
|
HashMap<String,Object> map = new HashMap<>();
|
|
|
Set<String> snCodeSet = new HashSet<>();
|