package com.hdl.sdk.link.core.callback; import com.hdl.sdk.link.core.bean.RealLinkResponse; /** * Created by hxb on 2021/12/15. */ public interface RealLinkCallBack extends BaseCallBack { void onSuccess(RealLinkResponse data); }