记得上下班打卡 | git大法好,push需谨慎

Commit 86761b54 authored by 张国柄's avatar 张国柄

~opt;

parent 4276b406
......@@ -30,7 +30,6 @@ public class GoblinUserDigitalArtworkTaskController {
* @param expiredSeconds 过期时间,单位秒,不传默认24小时即86400秒(这里统一延后10秒处理)
* @return ResponseDto<String>
*/
@ApiOperation(value = "藏品过期处理")
@PutMapping("transfer_expire")
public ResponseDto<String> processForTransferExpire(@RequestParam(required = false) String expiredSeconds) {
int expiredSecondsIntVal = 0;
......
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