李攀 8 years ago
parent
commit
d5f590a506
  1. 8
      designer_base/src/com/fr/design/extra/ucenter/Client.java

8
designer_base/src/com/fr/design/extra/ucenter/Client.java

@ -24,9 +24,9 @@ public class Client extends PHPFunctions{
public static String UC_APPID = "4"; public static String UC_APPID = "4";
public static String UC_CLIENT_VERSION = "1.0"; public static String UC_CLIENT_VERSION = "1.0";
public static String UC_CLIENT_RELEASE = "20090212"; public static String UC_CLIENT_RELEASE = "20090212";
public static String UC_ROOT = ""; //note 用户中心客户端的根目?? UC_CLIENTROOT public static String UC_ROOT = ""; //note 用户中心客户端的根目<EFBFBD>? UC_CLIENTROOT
public static String UC_DATADIR = UC_ROOT + "./data/"; //note 用户中心的数据缓存目?? public static String UC_DATADIR = UC_ROOT + "./data/"; //note 用户中心的数据缓存目<EFBFBD>?
public static String UC_DATAURL = "UC_API" + "/data"; //note 用户中心的数?? URL public static String UC_DATAURL = "UC_API" + "/data"; //note 用户中心的数<EFBFBD>? URL
public static String UC_API_FUNC = UC_CONNECT.equals("mysql") ? "uc_api_mysql" : "uc_api_post"; public static String UC_API_FUNC = UC_CONNECT.equals("mysql") ? "uc_api_mysql" : "uc_api_post";
public static String[] uc_controls = {}; public static String[] uc_controls = {};
@ -268,7 +268,7 @@ public class Client extends PHPFunctions{
} }
/** /**
* 获取登录信息 * 获取登录信息
* @param $username * @param $username
* @param $password * @param $password
* @param $isuid * @param $isuid

Loading…
Cancel
Save