mirror of
https://github.com/tiennm99/store-scraper-bot-java.git
synced 2026-05-24 04:25:11 +00:00
fix(api): add default lang and country
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package com.miti99.storescraperbot.api.google.request;
|
||||
|
||||
public record GoogleAppRequest(String appId) {
|
||||
|
||||
public record GoogleAppRequest(String appId, String lang, String country) {
|
||||
public GoogleAppRequest(String appId) {
|
||||
this(appId, "vi", "vn");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user