update name

master
wangning 6 years ago
parent 0108ab9322
commit 2d829fb746

@ -75,7 +75,7 @@ public class SimpleClientApplyController {
@RequestMapping(value = "/info/phone/{phone_number}/verify", method = RequestMethod.POST) @RequestMapping(value = "/info/phone/{phone_number}/verify", method = RequestMethod.POST)
@ResponseBody @ResponseBody
public JSONObject registerCompanyInfoStep1(@PathVariable String phone_number, @RequestParam String nation_code) { public JSONObject getAndSendSmsCode(@PathVariable String phone_number, @RequestParam String nation_code) {
JSONObject result = new JSONObject(); JSONObject result = new JSONObject();
result.put("phoneCodeKey", simpleClientApplyService.getAndSendSmsCode(phone_number, nation_code)); result.put("phoneCodeKey", simpleClientApplyService.getAndSendSmsCode(phone_number, nation_code));
return result; return result;

Loading…
Cancel
Save