Actions
Specification » History » Revision 1
Revision 1/6
| Next »
Soh Keong, 11/03/2020 10:41 AM
- Table of contents
- Specification
- Methods
Specification¶
Programming Guide¶
Jar version¶
version | Description |
---|---|
1.15 | Init |
Jar File Download¶
properties file¶
- service.properties
- json.url - provided by DotNet team
- cosway.key - provided by DotNet team
- initialization.vector - provided by DotNet team
- aes.key - provided by DotNet team
- service.mode - provided by DotNet team
- wsdl.url - provided by DotNet team
- json.key - provided by DotNet team
- connection.timeout - set connection timeout
- connection.read.timeout - set connection read timeout
Methods¶
Pin¶
com.ecosway.cosway.cpsservice.service.CoswayService service = new com.ecosway.cosway.cpsservice.service.UpdateMemberHandler();
getBonusPoint¶
com.ecosway.cosway.cpsservice.model.BonusPointResultBean resultBean = service.getBonusPoint(BonusPointBean bean)
- com.ecosway.cosway.cpsservice.model.BonusPointBean
- countryId - String
- centerId - String (com.ecosway.cosway.cpsservice.constant.CommonConstant.CENTER_ID_ONLINE)
- memberId - String
- com.ecosway.cosway.cpsservice.model.BonusPointResultBean
- errorCode - String
- errorMessage - String
- countryId - String
- centerId - String
- memberId - String
- bonusPoint - double
Updated by Soh Keong about 4 years ago · 1 revisions