|
@@ -133,9 +133,9 @@ public class LoginController {
|
|
|
/**
|
|
|
* 注册
|
|
|
* areaNum 区号
|
|
|
- * phoneNum 手机号码
|
|
|
+ * phoneNum 手机号码 (暂时不需要)
|
|
|
*/
|
|
|
- @PostMapping("/registerBatch")
|
|
|
+ // @PostMapping("/registerBatch")
|
|
|
public Result registerBatch(@RequestBody List<RegisterParam> paramList) throws Exception {
|
|
|
JSONObject object = new JSONObject();
|
|
|
object.put("successNum",loginService.registerBatch(paramList));
|