Wiki » History » Revision 2
Revision 1 (Soh Keong, 11/16/2022 12:40 AM) → Revision 2/6 (Soh Keong, 11/15/2022 02:59 PM)
{{toc}} h1. Wiki h2. Conditions 1. Support http POST method only. Local.jsp 2. Client IP & Port @ commonBean.xml 3. Example Request : {"Service":"EcBvPointController","Method":"getCheckBPointBalanceByIcNo","yourParam":"yourValue"...} 4. Example Response : {"Data":"{"responseParam":"responseValue",...}","ResponseCode":"00000","ResponseMessage":"SUCCESS."} 5. No encryption involved. h2. Package & Classes |_.Project |_.Package |_.Class prefix | | eCosway | my.com.eCosway.controller. | Ec | | Cosway | my.com.cosway.controller. | Cos | | Usa | my.com.usa.controller. | Usa | | myStore | my.com.myStore.controller. | Ms |