Kaynağa Gözat

balance promotion settings

abiao 4 yıl önce
ebeveyn
işleme
aca775b4da
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      lib/rails_admin/update_intro_user.rb

+ 1 - 1
lib/rails_admin/update_intro_user.rb

@@ -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