瀏覽代碼

'2023年3月12日14:03:02'

master
wq 2 年之前
父節點
當前提交
581824a8c5

二進制
app/debug/KyushuETC1.0_v1.0.4_debug.apk 查看文件


+ 1
- 2
app/src/main/java/com/huntersun/vkyes/etcopencard/project/ui/activity/after/TopEntrapmentActivity.java 查看文件

public void rechargeDetection(Callback callback) { public void rechargeDetection(Callback callback) {
SendTheVerificationCodeBean bean = new SendTheVerificationCodeBean(); SendTheVerificationCodeBean bean = new SendTheVerificationCodeBean();
bean.setCardId(cardId); //储值卡编号 bean.setCardId(cardId); //储值卡编号

bean.setAgentId("52010106004"); bean.setAgentId("52010106004");
bean.setChannelId("5201010200601130001"); bean.setChannelId("5201010200601130001");
bean.setChannelType("1"); bean.setChannelType("1");
bean.setTerminalId("999999999999"); bean.setTerminalId("999999999999");
bean.setStaffId(bean.getOpId()); //人
bean.setStaffId(bean.getOpId());
RequestParameters parameters = new RequestParameters(IFCode.IFCODE814, new Gson().toJson(bean)); RequestParameters parameters = new RequestParameters(IFCode.IFCODE814, new Gson().toJson(bean));
new MyRetrofit().getRetrofit().create(Api.class).message2(parameters) new MyRetrofit().getRetrofit().create(Api.class).message2(parameters)
.enqueue(new Converter<Result>(getActivity(), "充值检测中...") { .enqueue(new Converter<Result>(getActivity(), "充值检测中...") {

Loading…
取消
儲存