Project

General

Profile

Wiki » History » Version 2

Soh Keong, 11/15/2022 02:59 PM

1 1 Soh Keong
{{toc}}
2
3
h1. Wiki
4
5 2 Soh Keong
h2. Conditions
6
7
1. Support http POST method only. Local.jsp
8
2. Client IP & Port @ commonBean.xml
9
3. Example Request  : {"Service":"EcBvPointController","Method":"getCheckBPointBalanceByIcNo","yourParam":"yourValue"...}
10
4. Example Response : {"Data":"{"responseParam":"responseValue",...}","ResponseCode":"00000","ResponseMessage":"SUCCESS."}
11
5. No encryption involved. 
12 1 Soh Keong
13
14
h2. Package & Classes
15
16
|_.Project |_.Package                   |_.Class prefix |
17
| eCosway  | my.com.eCosway.controller. | Ec            |
18
| Cosway   | my.com.cosway.controller.  | Cos           |
19
| Usa      | my.com.usa.controller.     | Usa           |
20
| myStore  | my.com.myStore.controller. | Ms            |