fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit de37389b41 - Show all commits

View file

@ -1864,7 +1864,7 @@ export class SystemKeywords {
};
if (typeof (data) === 'object') {
options['json'] = data;
options['body'] = JSON.stringify(data);
}
else {
options['body'] = data;
@ -1898,7 +1898,7 @@ export class SystemKeywords {
};
if (typeof (data) === 'object') {
options['json'] = data;
options['body'] = JSON.stringify(data);
}
else {
options['body'] = data;