1.谐波高级算法远程调用提交
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user