🎨 #2474【小程序】createWxaCodeUnlimit 接口方法支持设置check_path参数
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user