2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 13:47:15 +08:00

feat: api支持传递locale,close #155

This commit is contained in:
2025-04-13 17:00:43 +08:00
parent 493da1552d
commit 4d6b62ac18
6 changed files with 9 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ type APITestSuite struct {
func TestAPITestSuite(t *testing.T) {
suite.Run(t, &APITestSuite{
api: NewAPI("2.3.0"),
api: NewAPI("2.3.0", "en"),
})
}