IQRCodeService.java 217 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 package com.xkl.service; /** * Created by zhaoyue on 2017/3/11. */ public interface IQRCodeService { public String getQRCodeWithAccount(String account); public String getAccountWithQRCode(String qrcode); }