Client front-end system login function


Customer orders, by the single front end system network bos_fore, based on the single telephone phone bos_management  

1 .  Import test data   import customer.sql  

Q: garbled issue of import sql, plSQL Developer does not specify the character set to address: set an environment variable  

        NLS_LANG = SIMPLIFIED CHINESE_CHINA.ZHS16GBK

Normal Data Import  

2 . Customer login function realization   

1, in modified form data login.html  

Account: phone number Password: registration password  

2, write bos_fore system CustomerAction add the login method to achieve sign-on capabilities, you need to connect crm_management based WebService   

3, CustomerService write crm_management added WebService method login

Service operation to achieve  

DAO implementation

Code for extracting constants Constants

Guess you like

Origin blog.csdn.net/qq_40208605/article/details/94738612