1.0 完成
This commit is contained in:
@ -109,7 +109,7 @@ public class ExpressController {
|
||||
}
|
||||
|
||||
@PostMapping("/set")
|
||||
@Operation(summary = "获得快递鸟配置")
|
||||
@Operation(summary = "快递鸟配置")
|
||||
public CommonResult<Boolean> postExpressSet(@RequestBody KdniaoApiBaseDTO kdniaoApiBaseDTO) {
|
||||
expressRedisDAO.set(kdniaoApiBaseDTO);
|
||||
return success(true);
|
||||
|
Reference in New Issue
Block a user