| | |
| | | package com.panzhihua.serviceapi.api; |
| | | |
| | | import com.panzhihua.common.controller.BaseController; |
| | | import com.panzhihua.serviceapi.biz.LcApiService; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import javax.annotation.Resource; |
| | | |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | |
| | | import javax.annotation.Resource; |
| | | import com.panzhihua.common.controller.BaseController; |
| | | import com.panzhihua.serviceapi.biz.LcApiService; |
| | | |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | |
| | | /** |
| | | * program 攀枝花智慧社区项目 |
| | | * description token管理API |
| | | * program 攀枝花智慧社区项目 description token管理API |
| | | * |
| | | * @author manailin |
| | | * Date 2021-01-22 15:30 |
| | | * @author manailin Date 2021-01-22 15:30 |
| | | **/ |
| | | @Slf4j |
| | | @Api(tags = {"token管理API"}) |
| | |
| | | @Resource |
| | | private LcApiService lcApiService; |
| | | |
| | | |
| | | /** |
| | | * description 生成或更新redis里面的对接浪潮所需的token信息 |
| | | * |
| | | * @param name 账号 |
| | | * @param password 密码 |
| | | * @param name |
| | | * 账号 |
| | | * @param password |
| | | * 密码 |
| | | * @author manailin |
| | | * @date 2021/6/10 17:00 |
| | | */ |