fix: update X-CHANNEL-API-CODE header value
Some checks failed
Build, Lint & Test / Build, Lint & Test (push) Has been cancelled
Publish to NPM / publish-npm (push) Has been cancelled

This commit is contained in:
Tom You
2025-07-22 17:03:50 +09:00
parent ef0c2f5f17
commit c4ad85d37e

View File

@@ -107,7 +107,7 @@ export default abstract class BaseRestClient {
/** inject custom rquest options based on axios specs - see axios docs for more guidance on AxiosRequestConfig: https://github.com/axios/axios#request-config */
...networkOptions,
headers: {
'X-CHANNEL-API-CODE': 'hbnni',
'X-CHANNEL-API-CODE': 'elga',
'Content-Type': 'application/json',
locale: 'en-US',
...(restOptions.demoTrading ? { paptrading: '1' } : {}),