This commit is contained in:
yumoqing 2025-12-28 17:19:29 +08:00
parent bc70f591ad
commit 57f75b0ca5

View File

@ -68,7 +68,7 @@ bricks.I18n = class {
}; };
try { try {
var jc = new bricks.HttpJson(); var jc = new bricks.HttpJson();
d = await jc.httpcall(this.url, { var d = await jc.httpcall(this.url, {
"method":this.method || 'GET', "method":this.method || 'GET',
params:params params:params
}); });