修改查询流量代码

This commit is contained in:
Mizore 2023-01-17 20:12:49 +08:00
parent 658cc7ea83
commit 8021a7c885

View File

@ -2,8 +2,8 @@ local util_mobile = {mcc = 99, mnc = 99, band = 99}
-- 查询流量代码 -- 查询流量代码
local trafficCode = { local trafficCode = {
CU = {"10010", "1071"}, CU = {"10010", "2082"},
CM = {"10086", "cxll"}, CM = {"10086", "CXLL"},
CT = {"10001", "108"} CT = {"10001", "108"}
} }