🎨 #2386 【小程序】createWxaCodeUnlimit 接口方法支持设置env_string
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, 122, true, null, false);
|
||||
final byte[] wxCode = this.wxService.getQrcodeService().createWxaCodeUnlimitBytes("111", null, "trial", 122, true, null, false);
|
||||
assertThat(wxCode).isNotNull();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user