From 2d829fb7460f6d392094305e03cbd584946d0253 Mon Sep 17 00:00:00 2001 From: wangning <164851225@qq.com> Date: Fri, 25 May 2018 09:34:20 +0800 Subject: [PATCH] update name --- .../manage/application/web/SimpleClientApplyController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/au/com/royalpay/payment/manage/application/web/SimpleClientApplyController.java b/src/main/java/au/com/royalpay/payment/manage/application/web/SimpleClientApplyController.java index e671ee760..56d445f69 100644 --- a/src/main/java/au/com/royalpay/payment/manage/application/web/SimpleClientApplyController.java +++ b/src/main/java/au/com/royalpay/payment/manage/application/web/SimpleClientApplyController.java @@ -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;