|
@@ -483,7 +483,8 @@ func EmployPostEntDfa(data map[string]interface{}) map[string]interface{} {
|
|
|
info := map[string]interface{}{}
|
|
|
client := &http.Client{Timeout: 2 * time.Second}
|
|
|
jsonStr, _ := json.Marshal(data)
|
|
|
- resp, err := client.Post("http://extcity.spdata.jianyu360.com/service/entity/", "application/json", bytes.NewBuffer(jsonStr))
|
|
|
+ //172.17.4.238:9996,extcity.spdata.jianyu360.com
|
|
|
+ resp, err := client.Post("http://172.17.4.238:9996/service/entity/", "application/json", bytes.NewBuffer(jsonStr))
|
|
|
if err != nil {
|
|
|
return info
|
|
|
}
|