1.谐波高级算法远程调用提交

This commit is contained in:
wr
2023-11-02 10:02:49 +08:00
parent 05afe260d2
commit 1f8f557ea0
6 changed files with 67 additions and 4 deletions

View File

@@ -727,7 +727,7 @@ public class SupvPushGwServiceImpl implements SupvPushGwService {
if(StrUtil.isNotBlank(str)) {
String[] split = str.split("_");
if("succeed".equals(split[0])){
maps.put("succeed", "000000");
maps.put("succeed", "1");
}else{
maps.put("error", split[1]);
}