|
|
|
@ -4,17 +4,17 @@ import au.com.royalpay.payment.manage.appclient.beans.AppClientBean;
|
|
|
|
|
import au.com.royalpay.payment.manage.appclient.beans.AppQueryBean;
|
|
|
|
|
import au.com.royalpay.payment.manage.notice.beans.NoticeInfo;
|
|
|
|
|
import au.com.royalpay.payment.manage.signin.beans.ChangePwdBean;
|
|
|
|
|
import au.com.royalpay.payment.manage.tradelog.beans.TradeLogQuery;
|
|
|
|
|
import au.com.royalpay.payment.tools.merchants.beans.QRCodeConfig;
|
|
|
|
|
import au.com.royalpay.payment.tools.merchants.beans.UpdateSurchargeDTO;
|
|
|
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
|
|
|
|
|
|
|
import javax.servlet.http.HttpServletResponse;
|
|
|
|
|
import java.math.BigDecimal;
|
|
|
|
|
import java.util.List;
|
|
|
|
|
import java.util.Map;
|
|
|
|
|
|
|
|
|
|
import javax.servlet.http.HttpServletResponse;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Created by yishuqian on 28/03/2017.
|
|
|
|
@ -86,6 +86,8 @@ public interface RetailAppService {
|
|
|
|
|
|
|
|
|
|
JSONObject getClientInfo(JSONObject device);
|
|
|
|
|
|
|
|
|
|
JSONObject getClientInfoRealtime(JSONObject device);
|
|
|
|
|
|
|
|
|
|
JSONObject updateRetailConfig(JSONObject device, boolean paySurcharge);
|
|
|
|
|
|
|
|
|
|
JSONObject setRequireRemarkConfig(JSONObject device, boolean enabled);
|
|
|
|
|