@@ -18,7 +18,7 @@ and support plugin module
1818Support privatization deployment, free, safe, open source, controllable
1919
2020## Software feature
21- 1 . support json and string stream methods to return the content of the query
21+ 1 . permission verication
22222 . support ip address location information query(IPV4 and IPV6)
23233 . support ID verification and information query
24244 . support phone number information query
@@ -30,7 +30,7 @@ Support privatization deployment, free, safe, open source, controllable
303010 . Password generator
313111 . World Time Zones
323212 . Oil price inquiry (planned)
33- 13 . Administrative zip code (planned)
33+ 13 . Administrative zip code
343414 . Bank card verification
353515 . Exchange rate calculation (planned)
363616 . QR code generation and parse (planned)
@@ -40,6 +40,8 @@ Support privatization deployment, free, safe, open source, controllable
404020 . Metering Conversion
414121 . CDKey Creator
424222 . Distributed lock
43+ 23 . short url creator
44+ 24 . local system time
4345
4446## install
4547
@@ -59,7 +61,8 @@ use vs open and compile,suport windows 7sp1 and above
5961Just Run it
6062
6163#### Linux
62- install opencc,ubuntu: sudo apt install libopencc-dev,centos: compile by self
64+ install opencc,ubuntu: sudo apt install libopencc-dev
65+ centos: compile by self
6366use makefile compile,UBUNTU20.04 x64 or CENTOS8 x64
6467Run it on the terminal
6568
@@ -106,7 +109,7 @@ Address:app.xyry.org,Port:5501
106109#### example
107110For more information please refer to the documentation
108111phone information query
109- api:http://app.xyry.org:5501/api?function=phone¶ms1=13699439999¶ms2=0
112+ api:http://app.xyry.org:5501/api?function=phone¶ms1=13699439999
110113``` json
111114{
112115 "code" :0 ,
@@ -121,7 +124,7 @@ api:http://app.xyry.org:5501/api?function=phone¶ms1=13699439999¶ms2=0
121124}
122125```
123126ip address information
124- api:http://app.xyry.org:5501/api?function=ip¶ms1=1.29.164.255¶ms2=0
127+ api:http://app.xyry.org:5501/api?function=ip¶ms1=1.29.164.255
125128``` json
126129{
127130 "code" :0 ,
@@ -141,7 +144,7 @@ api:http://app.xyry.org:5501/api?function=ip¶ms1=1.29.164.255¶ms2=0
141144}
142145```
143146id information query
144- api:http://app.xyry.org:5501/api?function=id¶ms1=511025198800000000¶ms2=0
147+ api:http://app.xyry.org:5501/api?function=id¶ms1=511025198800000000
145148``` json
146149{
147150 "code" :0 ,
@@ -161,7 +164,7 @@ api:http://app.xyry.org:5501/api?function=id¶ms1=511025198800000000¶ms2=
161164}
162165```
163166bank card ver
164- api:http://app.xyry.org:5501/api?function=bank¶ms1=6214832830000000¶ms2=0
167+ api:http://app.xyry.org:5501/api?function=bank¶ms1=6214832830000000
165168``` json
166169{
167170 "code" :0 ,
@@ -175,7 +178,7 @@ api:http://app.xyry.org:5501/api?function=bank¶ms1=6214832830000000¶ms2=
175178}
176179```
177180language
178- api:http://app.xyry.org:5501/api?function=language¶ms1=简体到繁体¶ms2=0¶ms3= 1
181+ api:http://app.xyry.org:5501/api?function=language¶ms1=简体到繁体¶ms2=1
179182``` json
180183{
181184 "code" :0 ,
@@ -188,7 +191,7 @@ api:http://app.xyry.org:5501/api?function=language¶ms1=简体到繁体¶m
188191}
189192```
190193translation
191- api:http://app.xyry.org:5501/api?function=translation¶ms1=中国¶ms2=0¶ms3=0
194+ api:http://app.xyry.org:5501/api?function=translation¶ms1=中国¶ms2=0
192195``` json
193196{
194197 "code" :0 ,
0 commit comments