mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 11:51:55 +08:00
2024-09-16 注册页申请流程
This commit is contained in:
@@ -36,7 +36,7 @@ public class CommonController extends BaseController
|
||||
* @param phone
|
||||
* @return
|
||||
*/
|
||||
@GetMapping("/getChannelBySign")
|
||||
@GetMapping("/sendSms")
|
||||
public AjaxResult getChannelBySign(@RequestParam("phone")String phone, HttpServletRequest request){
|
||||
return commonService.sendSms(phone);
|
||||
}
|
||||
|
||||
@@ -159,7 +159,7 @@ public class CustomerController extends BaseController
|
||||
/**
|
||||
* H5保存用户留资信息
|
||||
*/
|
||||
@PostMapping("saveCustomerInfo")
|
||||
@PostMapping("/saveCustomerInfo")
|
||||
public AjaxResult saveCustomerInfo(@RequestBody Customer customer, HttpServletRequest request){
|
||||
return customerService.saveCustomerInfo(customer,request);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user