@param appid 应用id @param appkey 应用的key
static void setAppidAndAppKey(String appID, String appKey) { _appid = appID; _appkey = appKey; }