|
|
@ -17,7 +17,7 @@ public class MarketConfigKit { |
|
|
|
* |
|
|
|
* |
|
|
|
* @return userId |
|
|
|
* @return userId |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static String getUserId() { |
|
|
|
public static long getUserId() { |
|
|
|
return MarketConfig.getInstance().getBbsUsername(); |
|
|
|
return MarketConfig.getInstance().getBbsUid(); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|