|
|
|
|
|
|
|
|
http.HandleFunc("/profile_newly_register", initialRegistrationHandler) |
|
|
http.HandleFunc("/profile_newly_register", initialRegistrationHandler) |
|
|
http.HandleFunc("/iapi/getAccessToken", supplyAccessToken) |
|
|
http.HandleFunc("/iapi/getAccessToken", supplyAccessToken) |
|
|
http.HandleFunc("/iapi/createWechatQr", iapiCreateWechatQrCode) |
|
|
http.HandleFunc("/iapi/createWechatQr", iapiCreateWechatQrCode) |
|
|
|
|
|
http.HandleFunc("/crmpixel", crmpixel) //tracking pixel. |
|
|
http.ListenAndServe(":65500", nil) |
|
|
http.ListenAndServe(":65500", nil) |
|
|
} |
|
|
} |
|
|
|
|
|
|