添加交班时间
This commit is contained in:
@@ -28,7 +28,7 @@ public class CloudPrinterController {
|
||||
* @return
|
||||
*/
|
||||
@GetMapping("print")
|
||||
public Result print( @RequestHeader("token") String token,
|
||||
public Result print(@RequestHeader("token") String token,
|
||||
@RequestHeader("loginName") String loginName,
|
||||
@RequestHeader("clientType") String clientType,
|
||||
@RequestParam("type") String type,
|
||||
|
||||
Reference in New Issue
Block a user