聚合平台
parent
99fcd0eeee
commit
e79a3efa1f
|
@ -51,7 +51,7 @@ public class RealNameServiceImpl implements BasicApi<RealNameReq, RealNameResp>{
|
||||||
public JuHeResult<RealNameJuHeResp> sendApi(RealNameJuHeReq realNameJuHeReq) throws Exception{
|
public JuHeResult<RealNameJuHeResp> sendApi(RealNameJuHeReq realNameJuHeReq) throws Exception{
|
||||||
|
|
||||||
//调用第三方的方法
|
//调用第三方的方法
|
||||||
String apiKey = "1a398917d330f5ec01ce1110c459ec45";
|
String apiKey = "1abdb559b392ff72c789840e943e1d5f";
|
||||||
//c00bc093c4d5aee149a8d2efb2f2c51c谢欣悦(次数已用完)
|
//c00bc093c4d5aee149a8d2efb2f2c51c谢欣悦(次数已用完)
|
||||||
//1a398917d330f5ec01ce1110c459ec45 张腾
|
//1a398917d330f5ec01ce1110c459ec45 张腾
|
||||||
//1abdb559b392ff72c789840e943e1d5f 彭思睿
|
//1abdb559b392ff72c789840e943e1d5f 彭思睿
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -25,8 +25,6 @@
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-starter-openfeign</artifactId>
|
<artifactId>spring-cloud-starter-openfeign</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue