Search in sources :

Example 11 with UIDInfoUtils

use of com.itrus.portal.utils.UIDInfoUtils in project portal by ixinportal.

the class UIDInfoUtilsTest method testGetInfo.

@Test
public void testGetInfo() {
    UIDInfoUtils uidutils = new UIDInfoUtils();
    uidutils.initService(businessService, orgCodeService, taxCertService, identityCardService, userInfoService, enterpriseService);
    System.out.println(uidutils.getUidInfo(5l, "userInfo.realName"));
}
Also used : UIDInfoUtils(com.itrus.portal.utils.UIDInfoUtils) Test(org.junit.Test)

Aggregations

UIDInfoUtils (com.itrus.portal.utils.UIDInfoUtils)11 JSONObject (com.alibaba.fastjson.JSONObject)6 Product (com.itrus.portal.db.Product)5 JSONArray (com.alibaba.fastjson.JSONArray)4 Bill (com.itrus.portal.db.Bill)4 MakeSealConfig (com.itrus.portal.db.MakeSealConfig)4 MakeSealServer (com.itrus.portal.db.MakeSealServer)4 HashMap (java.util.HashMap)4 RequestMapping (org.springframework.web.bind.annotation.RequestMapping)4 CertInfo (cn.topca.tca.ra.service.CertInfo)3 RaServiceUnavailable_Exception (cn.topca.tca.ra.service.RaServiceUnavailable_Exception)3 DigitalCert (com.itrus.portal.db.DigitalCert)3 ProductSpec (com.itrus.portal.db.ProductSpec)3 EncDecException (com.itrus.portal.exception.EncDecException)3 IOException (java.io.IOException)3 CertBuf (com.itrus.portal.db.CertBuf)2 RaAccount (com.itrus.portal.db.RaAccount)2 UserCert (com.itrus.portal.db.UserCert)2 BigInteger (java.math.BigInteger)2 ResponseBody (org.springframework.web.bind.annotation.ResponseBody)2