|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
package com.fr.design.extra.ucenter; |
|
|
|
|
|
|
|
|
|
import com.fr.base.FRContext; |
|
|
|
|
import com.fr.general.SiteCenter; |
|
|
|
|
|
|
|
|
|
import java.io.BufferedReader; |
|
|
|
|
import java.io.IOException; |
|
|
|
@ -18,7 +19,7 @@ import java.util.Map;
|
|
|
|
|
public class Client extends PHPFunctions{ |
|
|
|
|
|
|
|
|
|
public static String UC_IP = "211.149.195.54"; |
|
|
|
|
public static String UC_API = "http://bbs.fanruan.com/uc_server"; |
|
|
|
|
public static String UC_API = SiteCenter.getInstance().acquireUrlByKind("bbs.ucapi"); |
|
|
|
|
public static String UC_CONNECT = ""; |
|
|
|
|
public static String UC_KEY = "Rc85U37411p4zdvcedm8D4t4D3l9Sa42H0kd98Gbd82aA99a61S2Z5LbQ9u430M0"; |
|
|
|
|
public static String UC_APPID = "4"; |
|
|
|
|