|
@@ -948,7 +948,8 @@ public class PublicController extends CertifyApiController {
|
|
|
return res;
|
|
return res;
|
|
|
}
|
|
}
|
|
|
@RequestMapping(value = "/pushClockIn",method = RequestMethod.POST)
|
|
@RequestMapping(value = "/pushClockIn",method = RequestMethod.POST)
|
|
|
- public Result pushClockIn (@RequestParam String clokInTime,@RequestParam String userId){
|
|
|
|
|
|
|
+ @ResponseBody
|
|
|
|
|
+ public Result pushClockIn ( String clokInTime, String userId){
|
|
|
Result res =new Result();
|
|
Result res =new Result();
|
|
|
System.out.println("=====================================================》 clokInTime="+clokInTime);
|
|
System.out.println("=====================================================》 clokInTime="+clokInTime);
|
|
|
System.out.println("=====================================================》 userId="+userId);
|
|
System.out.println("=====================================================》 userId="+userId);
|