| | |
| | | import com.dy.common.mw.protocol.p206V202404.CodeV202404; |
| | | import com.dy.common.mw.protocol.p206V202404.downVos.*; |
| | | import com.dy.common.webUtil.BaseResponse; |
| | | import com.dy.common.webUtil.BaseResponseUtils; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.web.bind.annotation.*; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | |
| | | /** |
| | | * @Author: liurunyu |
| | |
| | | @GetMapping(path = "test") |
| | | public BaseResponse<String> test() { |
| | | //return this.connect() ;//连接通信中间件测试 |
| | | return this.cdXY(CodeV202404.cd_30) ;//发送固定参数XY的命令 |
| | | //return this.cdXY(CodeV202404.cd_30) ;//发送固定参数XY的命令 |
| | | //return this.cd55(1) ; |
| | | //return this.cd15() ; |
| | | //return this.cd16() ; |
| | | //return this.cd22() ; |
| | | //return this.cd31() ; |
| | | return this.cd10(); |
| | | } |
| | | |
| | | /** |