package com.ruoyi.web.service; import com.ruoyi.web.request.Event; /** *

adapy支付回调

* @author clunt */ public interface CallBackService { /** * @param event 回调 */ void onCallback(Event event); }