配置文件误修改
This commit is contained in:
parent
01f4d175a0
commit
1a548389f6
1
main.go
1
main.go
@ -130,7 +130,6 @@ func main() {
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
}
|
||||
|
||||
Get_Find_Ip_Url := cfgs.Section("global").Key("Get_Find_Ip_Url").Value()
|
||||
SedIpURL := cfgs.Section("global").Key("SedIpURL").Value()
|
||||
StoreNo := cfgs.Section("global").Key("StoreNo").Value()
|
||||
|
@ -3,7 +3,7 @@
|
||||
Get_Find_Ip_Url="http://58.34.44.125:6108/ip/find/ip/url"
|
||||
|
||||
# 获取公网Ip后需要发送的Url地址
|
||||
SedIpURL="http:// 58.34.44.125:6108/ip/set/ip?ip=%s&storeNo=%s"
|
||||
SedIpURL="http://58.34.44.125:6108/ip/set/ip?ip=%s&storeNo=%s"
|
||||
|
||||
# 门店编号
|
||||
StoreNo=2
|
||||
|
Loading…
Reference in New Issue
Block a user