|
|
@ -30,7 +30,7 @@ public class DeviceController extends BaseController { |
|
|
|
|
|
|
|
@ResponseBody |
|
|
|
@PostMapping("/api/device/test-card-load") |
|
|
|
public ApiResponse testCardLoad(@RequestHeader("IS-FS-READY") String isFsReady ) { |
|
|
|
public ApiResponse testCardLoad(@RequestHeader(name="IS-FS-READY",required = false) String isFsReady ) { |
|
|
|
// @TODO : 删除该标记 |
|
|
|
if ( "NO".equals(isFsReady) ) { |
|
|
|
return this.success(); |
|
|
|