Commit 3462b6cd by usual2970

as

parent f7d52a46
...@@ -74,7 +74,7 @@ func (clt *Client) Post(url string,params interface{}) (resp interface{},err err ...@@ -74,7 +74,7 @@ func (clt *Client) Post(url string,params interface{}) (resp interface{},err err
return return
} }
defer response.Body.Close() defer response.Body.Close()
fmt.Println(req.Header) fmt.Println(response)
return return
} }
......
...@@ -6,6 +6,7 @@ var DispayNumber = "+8657156150625" ...@@ -6,6 +6,7 @@ var DispayNumber = "+8657156150625"
var CallbackUrl = "aHR0cDovL2gueWlkaWFubGluZy5jb20vbGlzdGVuL2NiLWNt" var CallbackUrl = "aHR0cDovL2gueWlkaWFubGluZy5jb20vbGlzdGVuL2NiLWNt"
var CerPath="/var/www/yidianling/common/components/yunxun/iSimularClient.pem" var CerPath="/var/www/yidianling/common/components/yunxun/iSimularClient.pem"
var DialUrl="https://aep.test.sdp.com:1101/tropo/click2CallEx/v1" var DialUrl="https://aep.test.sdp.com:1101/tropo/click2CallEx/v1"
//var DialUrl="http://h.yidianling.com"
var DiaHost="aep.test.sdp.com" var DiaHost="aep.test.sdp.com"
func GetAppKey() string{ func GetAppKey() string{
......
File added
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment