Commit fa70981d by 陶光胜

二维码

parent 39ae66e1
......@@ -10,6 +10,7 @@ import com.gic.commons.util.PropertiesVal;
import com.gic.commons.util.ToolUtil;
import com.gic.commons.util.ZipFileUtil;
import com.gic.commons.webapi.reponse.RestResponse;
import com.gic.enterprise.ano.IgnoreLogin;
import com.gic.enterprise.context.RequestContext;
import com.gic.enterprise.dto.*;
import com.gic.enterprise.error.ErrorCode;
......@@ -241,6 +242,7 @@ public class QrcodeController {
}
@RequestMapping("take-store-qrcode")
@IgnoreLogin
public RestResponse takeStoreQrcode(String appkey, Integer id, Integer qrcodeType){
String path = "pages/index/index?qrcodeParam="+id+"&qrcodeType="+qrcodeType;
byte[] appletQrcode = this.createAppletQrcode(appkey, path);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment