添加企业类型获取功能
parent
e771eb66f4
commit
405694013a
|
|
@ -79,4 +79,9 @@ public class ZcloudCorpFacadeImpl implements ZcloudCorpFacade {
|
||||||
public SingleResponse<Boolean> verifyCorpInfo() {
|
public SingleResponse<Boolean> verifyCorpInfo() {
|
||||||
return SingleResponse.of(corpInfoService.verifyCorpInfo());
|
return SingleResponse.of(corpInfoService.verifyCorpInfo());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public SingleResponse<String> getCorpType(Integer integer) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue