Actions
- Table of contents
- Specification
Specification¶
Programming Guide¶
Jar version¶
version | Description |
---|---|
1.6 | Init |
Jar File Download¶
properties file¶
- service.properties
- ali.url
- app.code
- log.path
- log.name
- report.name
- http.connection.timeout
- http.read.timeout
Methods¶
Common Instance¶
com.bv.service.AliYunService service = new com.bv.service.AliYunService();
checkIC¶
com.bv.model.ICResponseBean result = servoce.checkIC(com.bv.model.ICRequestBean bean)
- com.bv.model.ICRequestBean
- idCard - String
- name - String
- introducerId - String
- placementId - String
- com.bv.model.ICResponseBean
- idCard - String
- name - String
- introducerId - String
- placementId - String
- responseCode - String
- status - String
- msg - String
- sex - String
- area - String
- province - String
- city - String
- prefecture - String
- birthday - String
- addrCode - String
- lastCode - String
Updated by Soh Keong almost 4 years ago ยท 1 revisions