|
|
@@ -79,6 +79,8 @@ function checkHandleRequest() {
|
|
|
if(queryParams['txcode']){
|
|
|
txcode = queryParams['txcode'];
|
|
|
}
|
|
|
+ lk.log('queryOptType='+queryOptType);
|
|
|
+ lk.log('txcode='+String(txcode));
|
|
|
if('clp_service' == queryOptType){
|
|
|
switch(txcode){
|
|
|
case 'autoLogin':
|