1
0
mirror of synced 2025-12-19 06:37:59 +08:00

🎨 #2386 【小程序】createWxaCodeUnlimit 接口方法支持设置env_string

This commit is contained in:
wenjie
2021-12-05 21:27:31 +08:00
committed by GitHub
parent a254d1ce34
commit 05ea881fac
4 changed files with 42 additions and 35 deletions

View File

@@ -52,7 +52,7 @@ public class WxMaQrcodeServiceImplTest {
@Test
public void testCreateWxaCodeUnlimitBytes() throws WxErrorException {
final byte[] wxCode = this.wxService.getQrcodeService().createWxaCodeUnlimitBytes("111", null, 122, true, null, false);
final byte[] wxCode = this.wxService.getQrcodeService().createWxaCodeUnlimitBytes("111", null, "trial", 122, true, null, false);
assertThat(wxCode).isNotNull();
}