|
|
@@ -754,7 +754,7 @@ public class PublicController extends CertifyApiController {
|
|
|
@RequestMapping("/getWxConfig")
|
|
|
public Result getWxConfig() {
|
|
|
Result res =new Result();
|
|
|
- Map<String, Object> config=new HashedMap<String, Object>();
|
|
|
+ Map<String, Object> config= new HashedMap<>();
|
|
|
config.put("clockInRange", clockInRange);
|
|
|
res.data(config);
|
|
|
return res;
|