|
|
@ -264,6 +264,12 @@ public class RetailAppController {
|
|
|
|
return retailAppService.getClientInfoMe(device);
|
|
|
|
return retailAppService.getClientInfoMe(device);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@RequestMapping(value = "/client/verify/email", method = RequestMethod.PUT)
|
|
|
|
|
|
|
|
@ResponseBody
|
|
|
|
|
|
|
|
public void sendVerifyEmail(@ModelAttribute(CommonConsts.RETAIL_DEVICE) JSONObject device) {
|
|
|
|
|
|
|
|
retailAppService.sendVerifyEmail(device);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@RequestMapping(value = "/client/check", method = RequestMethod.GET)
|
|
|
|
@RequestMapping(value = "/client/check", method = RequestMethod.GET)
|
|
|
|
public JSONObject getCheckClientInfo(@ModelAttribute(CommonConsts.RETAIL_DEVICE) JSONObject device) {
|
|
|
|
public JSONObject getCheckClientInfo(@ModelAttribute(CommonConsts.RETAIL_DEVICE) JSONObject device) {
|
|
|
|
JSONObject defaultResult = new JSONObject();
|
|
|
|
JSONObject defaultResult = new JSONObject();
|
|
|
|