|
|
|
@ -75,7 +75,7 @@ public class SimpleClientApplyController {
|
|
|
|
|
|
|
|
|
|
@RequestMapping(value = "/info/phone/{phone_number}/verify", method = RequestMethod.POST)
|
|
|
|
|
@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();
|
|
|
|
|
result.put("phoneCodeKey", simpleClientApplyService.getAndSendSmsCode(phone_number, nation_code));
|
|
|
|
|
return result;
|
|
|
|
|