Actions
Wiki » History » Revision 2
« Previous |
Revision 2/6
(diff)
| Next »
Soh Keong, 11/15/2022 02:59 PM
- Table of contents
- Wiki
Wiki¶
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.
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 |
Updated by Soh Keong about 2 years ago · 2 revisions