Project

General

Profile

Actions

Specification » History » Revision 1

Revision 1/5 | Next »
Soh Keong, 11/03/2020 10:41 AM


Specification

Programming Guide

Jar version

version Description
1.15 Init

Jar File Download

Jar
Lib
Properties

properties file

  • service.properties
  1. json.url - provided by DotNet team
  2. cosway.key - provided by DotNet team
  3. initialization.vector - provided by DotNet team
  4. aes.key - provided by DotNet team
  5. service.mode - provided by DotNet team
  6. wsdl.url - provided by DotNet team
  7. json.key - provided by DotNet team
  8. connection.timeout - set connection timeout
  9. 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 almost 4 years ago · 1 revisions