Commit d35e9520 authored by KeYong's avatar KeYong

调试

parent 73638d20
......@@ -66,7 +66,6 @@ public class TokenLoginController {
private String appKey;
@ApiOperation(value = "外部token登錄", notes = "查询设备指标")
@CrossOrigin
@GetMapping(value = "/{token}")
synchronized public ReginParams getBindEquipment(@PathVariable("token") String outToken) throws Exception {
if ( ObjectUtils.isEmpty(outToken)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment