clearAuth method
void
clearAuth()
清除Auth信息
Implementation
void clearAuth() {
auth = "";
PrefUtils.remove(SPKey.keyStrAuthorization);
}
清除Auth信息
void clearAuth() {
auth = "";
PrefUtils.remove(SPKey.keyStrAuthorization);
}