Skip to content

Commit 98d7f21

Browse files
committed
update:configure file and zipcode
1 parent 9f0152e commit 98d7f21

File tree

4 files changed

+100
-83
lines changed

4 files changed

+100
-83
lines changed

XEngine_Release/XEngine_Config/XEngine_Config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"tszIDData":"./XEngine_DBFile/regionsid.db",
2424
"tszPhoneData":"./XEngine_DBFile/phone.dat",
2525
"tszBankData":"./XEngine_DBFile/bankinfo.db",
26+
"tszZIPCodeData":"./XEngine_DBFile/zipcode.db",
2627
"tszBankUrl":"https://ccdcapi.alipay.com/validateAndCacheCardInfo.json?cardNo=%s&cardBinCheck=true",
2728
"tszTranslationUrl":"http://fanyi.youdao.com/translate?&doctype=json&type=%s&i=%s"
2829
},
@@ -31,7 +32,8 @@
3132
"tszPluginFile":"./XEngine_Config/XEngine_PluginConfig.json"
3233
},
3334
"XVer":[
34-
"2.4.0.1001 Build20220913",
35+
"2.5.0.1001 Build20221102",
36+
"2.4.0.1001 Build20220902",
3537
"2.3.0.1001 Build20220723",
3638
"2.2.0.1001 Build20220701",
3739
"2.1.0.1001 Build20220429",
Lines changed: 92 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,94 @@
11
{
2-
"OPTionBase":[
3-
{
4-
"OPTionEnable":true,
5-
"OPTionMethod":"ip",
6-
"OPTionNote":"IP地址信息查询",
7-
"OPTionExample":"http://%s/api?function=ip¶ms1=1.29.164.255¶ms2=0"
8-
},
9-
{
10-
"OPTionEnable":true,
11-
"OPTionMethod":"id",
12-
"OPTionNote":"身份证信息查询",
13-
"OPTionExample":"http://%s/api?function=id¶ms1=511025191101018792¶ms2=0"
14-
},
15-
{
16-
"OPTionEnable":true,
17-
"OPTionMethod":"phone",
18-
"OPTionNote":"电话号码查询",
19-
"OPTionExample":"http://%s/api?function=phone¶ms1=13699428888¶ms2=0"
20-
},
21-
{
22-
"OPTionEnable":true,
23-
"OPTionMethod":"bank",
24-
"OPTionNote":"银行卡验证",
25-
"OPTionExample":"http://%s/api?function=bank¶ms1=6214000000¶ms2=0"
26-
},
27-
{
28-
"OPTionEnable":true,
29-
"OPTionMethod":"language",
30-
"OPTionNote":"语言转换",
31-
"OPTionExample":"http://%s/api?function=language¶ms1=繁体到简体¶ms2=0¶ms3=1"
32-
},
33-
{
34-
"OPTionEnable":true,
35-
"OPTionMethod":"translation",
36-
"OPTionNote":"翻译",
37-
"OPTionExample":"http://%s/api?function=translation¶ms1=中国¶ms2=0¶ms3=0"
38-
},
39-
{
40-
"OPTionEnable":true,
41-
"OPTionMethod":"p2p",
42-
"OPTionNote":"p2p网络",
43-
"OPTionExample":"参考文档"
44-
},
45-
{
46-
"OPTionEnable":true,
47-
"OPTionMethod":"lock",
48-
"OPTionNote":"分布式锁",
49-
"OPTionExample":"http://%s/api?function=lock¶ms1=token¶ms2=0"
50-
},
51-
{
52-
"OPTionEnable":true,
53-
"OPTionMethod":"cdkey",
54-
"OPTionNote":"cdkey创建器",
55-
"OPTionExample":"http://%s/api?function=cdkey¶ms1=0"
56-
}
57-
],
58-
"OPTionPlugin":[
59-
{
60-
"OPTionEnable":true,
61-
"OPTionMethod":"zodiac",
62-
"OPTionNote":"生肖星座",
63-
"OPTionExample":"http://%s/api?function=zodiac¶ms1=19880121"
64-
},
65-
{
66-
"OPTionEnable":true,
67-
"OPTionMethod":"pass",
68-
"OPTionNote":"密码",
69-
"OPTionExample":"http://%s/api?function=pass¶ms1=1¶ms2=4"
70-
},
71-
{
72-
"OPTionEnable":true,
73-
"OPTionMethod":"timezone",
74-
"OPTionNote":"时区转换",
75-
"OPTionExample":"http://%s/api?function=timezone¶ms1=0"
76-
},
77-
{
78-
"OPTionEnable":true,
79-
"OPTionMethod":"bmindex",
80-
"OPTionNote":"体脂标准",
81-
"OPTionExample":"http://%s/api?function=bmindex¶ms1=高(米))¶m2=体重(千克)"
82-
}
83-
]
2+
"OPTionBase": [{
3+
"OPTionEnable": true,
4+
"OPTionMethod": "ip",
5+
"OPTionNote": "IP地址信息查询",
6+
"OPTionExample": "http://%s/api?function=ip&params1=1.29.164.255&params2=0"
7+
},
8+
{
9+
"OPTionEnable": true,
10+
"OPTionMethod": "id",
11+
"OPTionNote": "身份证信息查询",
12+
"OPTionExample": "http://%s/api?function=id&params1=511025191101018792&params2=0"
13+
},
14+
{
15+
"OPTionEnable": true,
16+
"OPTionMethod": "phone",
17+
"OPTionNote": "电话号码查询",
18+
"OPTionExample": "http://%s/api?function=phone&params1=13699428888&params2=0"
19+
},
20+
{
21+
"OPTionEnable": true,
22+
"OPTionMethod": "bank",
23+
"OPTionNote": "银行卡验证",
24+
"OPTionExample": "http://%s/api?function=bank&params1=6214000000&params2=0"
25+
},
26+
{
27+
"OPTionEnable": true,
28+
"OPTionMethod": "language",
29+
"OPTionNote": "语言转换",
30+
"OPTionExample": "http://%s/api?function=language&params1=繁体到简体&params2=0&params3=1"
31+
},
32+
{
33+
"OPTionEnable": true,
34+
"OPTionMethod": "translation",
35+
"OPTionNote": "翻译",
36+
"OPTionExample": "http://%s/api?function=translation&params1=中国&params2=0&params3=0"
37+
},
38+
{
39+
"OPTionEnable": true,
40+
"OPTionMethod": "lock",
41+
"OPTionNote": "分布式锁",
42+
"OPTionExample": "http://%s/api?function=lock&params1=0&params2=12319824824"
43+
},
44+
{
45+
"OPTionEnable": true,
46+
"OPTionMethod": "p2p",
47+
"OPTionNote": "p2p网络",
48+
"OPTionExample": "参考文档"
49+
},
50+
{
51+
"OPTionEnable": true,
52+
"OPTionMethod": "cdkey",
53+
"OPTionNote": "cdkey授权生成",
54+
"OPTionExample": "参考文档"
55+
},
56+
{
57+
"OPTionEnable": true,
58+
"OPTionMethod": "zipcode",
59+
"OPTionNote": "行政邮编信息",
60+
"OPTionExample": "参考文档"
61+
}
62+
],
63+
"OPTionPlugin": [{
64+
"OPTionEnable": true,
65+
"OPTionMethod": "zodiac",
66+
"OPTionNote": "生肖星座",
67+
"OPTionExample": "http://%s/api?function=zodiac&params1=19880121"
68+
},
69+
{
70+
"OPTionEnable": true,
71+
"OPTionMethod": "pass",
72+
"OPTionNote": "密码",
73+
"OPTionExample": "http://%s/api?function=pass&params1=1&params2=4"
74+
},
75+
{
76+
"OPTionEnable": true,
77+
"OPTionMethod": "timezone",
78+
"OPTionNote": "时区转换",
79+
"OPTionExample": "http://%s/api?function=timezone&params1=0"
80+
},
81+
{
82+
"OPTionEnable": true,
83+
"OPTionMethod": "bmindex",
84+
"OPTionNote": "体脂标准",
85+
"OPTionExample": "http://%s/api?function=bmindex&params1=高(米))&param2=体重(千克)"
86+
},
87+
{
88+
"OPTionEnable": true,
89+
"OPTionMethod": "meter",
90+
"OPTionNote": "计量转换",
91+
"OPTionExample": "http://%s/api?function=meter&type=0&source=1&value=100"
92+
}
93+
]
8494
}

XEngine_Release/XEngine_Config/XEngine_PluginConfig.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
"PluginEnable":true,
2020
"PluginMethod":"bmindex",
2121
"PluginFile":"./XEngine_Plugin/libModulePlugin_BMIndex"
22+
},
23+
{
24+
"PluginEnable":true,
25+
"PluginMethod":"meter",
26+
"PluginFile":"./XEngine_Plugin/libModulePlugin_Meter"
2227
}
2328
]
2429
}
440 KB
Binary file not shown.

0 commit comments

Comments
 (0)