This commit is contained in:
2025-03-04 16:18:34 +08:00
parent ff39208d80
commit 71bc16b2c4
6 changed files with 15 additions and 10 deletions

View File

@ -58,6 +58,6 @@ public class WxMpUtil {
}
public static void main(String[] args) throws Exception {
// generateWXAQRCode("wxe7ff26af70bfc37c", "5252fbbc68513bc77b7cc0052b9f9695", "pages/home/index?scenicId=3946669713328836608", "cxzh_t.jpg");
generateWXAQRCode("wxe7ff26af70bfc37c", "5252fbbc68513bc77b7cc0052b9f9695", "trial", "pages/home/index?scenicId=3946669713328836608", "cxzh_t.jpg");
}
}