|
@@ -930,7 +930,6 @@ func ScanHandler(w ResponseWriter, r *Request) {
|
|
|
// SaveUserSource state 1:扫码 2:关注
|
|
|
func SaveUserSource(erCode, openid string, state int) {
|
|
|
if openid != "" {
|
|
|
- log.Println("-------userSource---信息 收集 开始----------")
|
|
|
channelCode := ""
|
|
|
ip := ""
|
|
|
if erCode != "" {
|
|
@@ -953,7 +952,6 @@ func SaveUserSource(erCode, openid string, state int) {
|
|
|
time.Sleep(userCTS)
|
|
|
userId, phone, positionId := FindUserId(openid)
|
|
|
service.SaveUserSource(channelCode, userId, phone, ip, state, positionId)
|
|
|
- log.Println("-------userSource---信息 收集 结束----------")
|
|
|
}
|
|
|
}
|
|
|
func WxBind(code, openId string, w ResponseWriter, newUnionId string) bool {
|