mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
同步获取响应数据
This commit is contained in:
@@ -315,8 +315,6 @@ public enum YKCFrameTypeCode {
|
||||
*/
|
||||
public static String getRequestFrameType(String responseFrameType) {
|
||||
for (PileAnswersRelation relation : PileAnswersRelation.values()) {
|
||||
log.info("getRequestFrameType-responseFrameType:{}, 对比:{}",
|
||||
responseFrameType, YKCUtils.frameType2Str(relation.getResponseFrameBytes()));
|
||||
if (StringUtils.equals(responseFrameType, YKCUtils.frameType2Str(relation.getResponseFrameBytes()))) {
|
||||
return YKCUtils.frameType2Str(relation.getRequestFrameBytes());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user