Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
孙龙
/
golang_asynctask
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f48c23cc
authored
Apr 27, 2021
by
孙龙
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
up
parent
2a7f98b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
app/dao/crm/sync_comuser.go
app/dao/crm/sync_comuser.go
View file @
f48c23cc
...
...
@@ -35,7 +35,10 @@ func PushComUserInfoToErp(data string) (err error){
urlParams
.
Add
(
"com_id"
,
strconv
.
FormatInt
(
pushData
.
ComId
,
10
))
urlParams
.
Add
(
"user_id"
,
strconv
.
FormatInt
(
pushData
.
UserId
,
10
))
urlParams
.
Add
(
"sale_id"
,
strconv
.
FormatInt
(
pushData
.
SaleId
,
10
))
fmt
.
Println
(
urlParams
)
//fmt.Println(urlParams)
if
(
pushData
.
ComId
==
0
){
return
}
header
:=
http
.
Header
{}
header
.
Set
(
"api-key"
,
cfg
.
Instance
(
"config"
)
.
GetString
(
"apiKey"
))
header
.
Set
(
"Content-Type"
,
"application/json"
)
...
...
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