|
@@ -978,7 +978,9 @@ public class WebClientRest {
|
|
|
object.put("errcode", ErrCode.gettokenfail[0]);
|
|
object.put("errcode", ErrCode.gettokenfail[0]);
|
|
|
object.put("msg", "¸ÃÕʺÅÎ޵ǼȨÏÞ£¡");
|
|
object.put("msg", "¸ÃÕʺÅÎ޵ǼȨÏÞ£¡");
|
|
|
return object.toString();
|
|
return object.toString();
|
|
|
- }
|
|
|
|
|
|
|
+ }else {
|
|
|
|
|
+ usertype = userSet.getPao(0).getString("FUSERTYPE");
|
|
|
|
|
+ }
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
|
} finally {
|
|
} finally {
|