Commit d1d1bc56 authored by shiyu's avatar shiyu

创建透明小程序二维码

parent 15833731
...@@ -212,6 +212,7 @@ public class WxLoginManager { ...@@ -212,6 +212,7 @@ public class WxLoginManager {
param.put("page", page); param.put("page", page);
param.put("scene", scene); param.put("scene", scene);
param.put("check_path", false); param.put("check_path", false);
param.put("is_hyaline", true);
InputStream inputStream = OkHttpUtil.builder().url(url).addParams(param).post(true).getInputStream(); InputStream inputStream = OkHttpUtil.builder().url(url).addParams(param).post(true).getInputStream();
return inputStream; return inputStream;
} catch (Exception e) { } catch (Exception e) {
......
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