|
@@ -37,7 +37,7 @@ public class ContactUsController extends BaseController {
|
|
|
return Result.success();
|
|
return Result.success();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- @GetMapping("/callBack/{email}")
|
|
|
|
|
|
|
+ @GetMapping("/callBack/{uuid}")
|
|
|
public void callBack(@PathVariable String uuid){
|
|
public void callBack(@PathVariable String uuid){
|
|
|
contactUsService.callBack(uuid,response);
|
|
contactUsService.callBack(uuid,response);
|
|
|
}
|
|
}
|