|
|
@ -1,15 +1,16 @@
|
|
|
|
package au.com.royalpay.payment.manage.appclient.core;
|
|
|
|
package au.com.royalpay.payment.manage.appclient.core;
|
|
|
|
|
|
|
|
|
|
|
|
import java.math.BigDecimal;
|
|
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import au.com.royalpay.payment.manage.appclient.beans.AppClientBean;
|
|
|
|
import au.com.royalpay.payment.manage.appclient.beans.AppClientBean;
|
|
|
|
import au.com.royalpay.payment.manage.appclient.beans.AppQueryBean;
|
|
|
|
import au.com.royalpay.payment.manage.appclient.beans.AppQueryBean;
|
|
|
|
import au.com.royalpay.payment.manage.notice.beans.NoticeInfo;
|
|
|
|
import au.com.royalpay.payment.manage.notice.beans.NoticeInfo;
|
|
|
|
import au.com.royalpay.payment.manage.signin.beans.ChangePwdBean;
|
|
|
|
import au.com.royalpay.payment.manage.signin.beans.ChangePwdBean;
|
|
|
|
import au.com.royalpay.payment.tools.merchants.beans.QRCodeConfig;
|
|
|
|
import au.com.royalpay.payment.tools.merchants.beans.QRCodeConfig;
|
|
|
|
|
|
|
|
import au.com.royalpay.payment.tools.merchants.beans.UpdateSurchargeDTO;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import java.math.BigDecimal;
|
|
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -121,4 +122,7 @@ public interface RetailAppService {
|
|
|
|
JSONObject getTradeCommonDateNew(JSONObject device, AppQueryBean appQueryBean);
|
|
|
|
JSONObject getTradeCommonDateNew(JSONObject device, AppQueryBean appQueryBean);
|
|
|
|
|
|
|
|
|
|
|
|
JSONObject getQrcode(JSONObject device, QRCodeConfig config,int client_id);
|
|
|
|
JSONObject getQrcode(JSONObject device, QRCodeConfig config,int client_id);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void changeSurchargeEnable(JSONObject device, UpdateSurchargeDTO updateSurchargeDTO);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|