Explorar o código

balance promotion settings

abiao %!s(int64=4) %!d(string=hai) anos
pai
achega
aca775b4da
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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