Browse Source

更新 'AI/安卓活体核身接入文档.md'

pull/1/head
周雪成 4 years ago
parent
commit
dcd118f7dc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      AI/安卓活体核身接入文档.md

+ 1
- 1
AI/安卓活体核身接入文档.md View File

62
 ```
62
 ```
63
 # 在MainActivity中单击某个按钮的代码逻辑
63
 # 在MainActivity中单击某个按钮的代码逻辑
64
 
64
 
65
-FaceidSDK.InputData IDCardInputData=FaceidSDK.getInstance().new IDCardInputData(name.getText().toString(),idNum.getText().toString(), videoType);
65
+FaceidSDK.IDCardInputData inputdata=FaceidSDK.getInstance().new IDCardInputData(name.getText().toString(),idNum.getText().toString(), videoType);
66
 Credential credential = new Credential();
66
 Credential credential = new Credential();
67
 credential.setSysName("XXXX").setPassword("XXXX").setUserCode("XXXX").setUrl("https://cepmtest.dhcccloud.com.cn/gateway");
67
 credential.setSysName("XXXX").setPassword("XXXX").setUserCode("XXXX").setUrl("https://cepmtest.dhcccloud.com.cn/gateway");
68
 
68
 

Loading…
Cancel
Save