This commit is contained in:
chenjuntao
2021-11-01 15:08:06 +08:00
committed by juntao
parent dd1f399425
commit 1478b59479
9 changed files with 18 additions and 82 deletions

View File

@ -194,7 +194,7 @@ public class DataUtils {
* 获取应用 gid 绑定的实名信息
*/
@SuppressLint("CheckResult")
private static void getDeviceCertification(String gid) {
public static void getDeviceCertification(String gid) {
RetrofitManager.getInstance(HaloApp.getInstance())
.getApi()
.getCertification()