|
|
@@ -37,7 +37,7 @@ module RailsAdmin
|
|
|
new_wx_user = WxUser.where("id = ? ",@object.id).first
|
|
|
if new_wx_user.id==1
|
|
|
n = "已成功整理关系!"
|
|
|
- url = "#{CONFIG_FILE["api_host"]}/v1/cron/comb_three_user"
|
|
|
+ url = "#{CONFIG_FILE["app_host"]}/v1/cron/comb_three_user"
|
|
|
begin
|
|
|
ret = RestClient.get url, {} #per_page: 5
|
|
|
rescue Exception => e
|