1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  | package com.kernal.passportreader.sdk.utils; 
 |    
 |  /**    
 |   *     
 |   * Project name:PassportReader_Sample_Sdk 
 |   * Category Name: Devcode 
 |   * Category description: 
 |   * Creator:yujin 
 |   * Creating time: 21th, September, 2015. 
 |   * Reviser: Yuyin 
 |   * Revising time: 21th, September, 2015. 
 |   * Revising remarks: 
 |   * @version     
 |   *     
 |   */ 
 |  public class Devcode { 
 |      /** 
 |       *    授权文件中的开发码 
 |       */ 
 |    public static String devcode="5ASN56A56IQC5RC"; 
 |  } 
 |  
  |