This commit is contained in:
2020-10-13 23:42:48 +08:00
parent 6b82fd5419
commit fa83767e3e
4 changed files with 45 additions and 4 deletions

View File

@@ -202,7 +202,7 @@ function getChlCode()
if chnCfg ~= nil then
return MapEx.getString(chnCfg, "SubChannel")
end
local chlCode = "1000"
local chlCode = "3000"
chnCfg = getChlCfg()
if (chnCfg ~= nil) then
chlCode = MapEx.getString(chnCfg, "SubChannel")