@@ -140,7 +140,7 @@ public class MobileController extends Controller{
e.printStackTrace();
}
- }else if(code.length() == 21){
+ }else if(code.length() == 21 || code.length() == 5 || code.length() == 11){
try{
isThird = true;
Map<String,String> header =new HashMap<String,String>();