接口相关调整
这个提交包含在:
父节点
6f24d6a1b4
当前提交
6d3e87a5ed
@ -2,8 +2,8 @@
|
||||
* Use these variables when you tailor your ArkTS code. They must be of the const type.
|
||||
*/
|
||||
export const HAR_VERSION = '1.0.3';
|
||||
export const BUILD_MODE_NAME = 'release';
|
||||
export const DEBUG = false;
|
||||
export const BUILD_MODE_NAME = 'debug';
|
||||
export const DEBUG = true;
|
||||
export const TARGET_NAME = 'default';
|
||||
|
||||
/**
|
||||
|
||||
@ -221,6 +221,7 @@ export class HttpHelper {
|
||||
...params.headers
|
||||
}
|
||||
console.log('=====>', 'GET:', this.getUrl(params.url, params.query))
|
||||
console.log('=====>', 'header:', JSON.stringify(header))
|
||||
|
||||
httpRequest.request(this.getUrl(params.url, params.query), {
|
||||
method: http.RequestMethod.GET,
|
||||
|
||||
正在加载...
在新工单中引用
屏蔽一个用户