配置文件误修改

This commit is contained in:
aixiao 2023-12-28 10:45:47 +08:00
parent 01f4d175a0
commit 1a548389f6
2 changed files with 1 additions and 2 deletions

View File

@ -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()

View File

@ -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