You've already forked FrameTour-BE
2
This commit is contained in:
@ -41,7 +41,7 @@ public class WxMpUtil {
|
||||
JSONObject json = new JSONObject();
|
||||
json.put("env_version", "trial");
|
||||
json.put("path", path);
|
||||
json.put("width", 430);
|
||||
json.put("width", 1000);
|
||||
StringEntity entity = new StringEntity(json.toJSONString(), "utf-8");
|
||||
httpPost.setEntity(entity);
|
||||
httpPost.setHeader("Content-Type", "application/json");
|
||||
@ -58,6 +58,6 @@ public class WxMpUtil {
|
||||
}
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
generateWXAQRCode("wxe7ff26af70bfc37c", "5252fbbc68513bc77b7cc0052b9f9695", "pages/home/index?scenicId=3942994647776890880", "a.jpg");
|
||||
generateWXAQRCode("wxe7ff26af70bfc37c", "5252fbbc68513bc77b7cc0052b9f9695", "pages/home/index?scenicId=3946669713328836608", "cxzh_t.jpg");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user