Sfoglia il codice sorgente

人脸识别演示更新appid

zhanglong7 6 anni fa
parent
commit
ff8c357835
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      show-server/src/main/webapp/biz/js/plugins/face.js

+ 2 - 2
show-server/src/main/webapp/biz/js/plugins/face.js

@ -19,7 +19,7 @@ require([ "wadeMobile", "jquery" ], function(WadeMobile, $) {
19 19
					sta = "注册成功。";
20 20
				}
21 21
				alert(v.info);
22
			},'5d22b82e4cedfd000fda7a66',name);
22
			},'5d3e5632c9e77c000f492c7e',name);
23 23
		});
24 24
25 25
		// 识别人脸
@ -38,7 +38,7 @@ require([ "wadeMobile", "jquery" ], function(WadeMobile, $) {
38 38
				}
39 39
				alert(v.info);
40 40
41
			},'5d22b82e4cedfd000fda7a66',name);
41
			},'5d3e5632c9e77c000f492c7e',name);
42 42
		});
43 43
	});
44 44
});