Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
util
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘旋尧
util
Commits
3462b6cd
Commit
3462b6cd
authored
Jul 21, 2016
by
usual2970
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
as
parent
f7d52a46
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletions
+2
-1
client.go
request/client.go
+1
-1
conf.go
tel/conf.go
+1
-0
util
util
+0
-0
No files found.
request/client.go
View file @
3462b6cd
...
@@ -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
(
re
q
.
Header
)
fmt
.
Println
(
re
sponse
)
return
return
}
}
...
...
tel/conf.go
View file @
3462b6cd
...
@@ -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
{
...
...
util
0 → 100755
View file @
3462b6cd
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment