1
0
mirror of synced 2025-12-19 14:48:02 +08:00

🎨 #2474【小程序】createWxaCodeUnlimit 接口方法支持设置check_path参数

This commit is contained in:
穗苗子
2021-12-30 09:17:19 +08:00
committed by GitHub
parent 1309e9e2dc
commit a647fe8c5b
4 changed files with 23 additions and 13 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, "trial", 122, true, null, false);
final byte[] wxCode = this.wxService.getQrcodeService().createWxaCodeUnlimitBytes("111", "pages/unknown", false, "trial", 122, true, null, false);
assertThat(wxCode).isNotNull();
}