Skip to content

Commit

Permalink
Merge pull request #2582 from JeffreySu/Developer
Browse files Browse the repository at this point in the history
更新单元测试代码
  • Loading branch information
JeffreySu authored Feb 23, 2022
2 parents 2fa1971 + cf1ae0b commit a7aa987
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public void GetWxaCodeUnlimitTest()
var filePath = "../../qr-wxopen.jpg";
# endif
string scene = "notnull";
var result = WxAppApi.GetWxaCodeUnlimit(base._wxOpenAppId, filePath, scene, "pages/websocket/websocket", 640, false, new LineColor(100, 20, 30));
var result = WxAppApi.GetWxaCodeUnlimit(base._wxOpenAppId, filePath, scene, "pages/websocket/websocket", true, "release", 640, false, new LineColor(100, 20, 30));
Assert.IsNotNull(result);
Console.WriteLine("GetWxaCodeUnlimitTest 返回结果");
Console.WriteLine(result.ToJson());
Expand Down

0 comments on commit a7aa987

Please sign in to comment.