@lark-apaas/miaoda-cli 0.1.39-alpha.cced07a → 0.1.39-alpha.facb70e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/utils/http.js +1 -1
- package/package.json +1 -1
package/dist/utils/http.js
CHANGED
|
@@ -70,7 +70,7 @@ function createClient(opts) {
|
|
|
70
70
|
* (boe_miaoda_doubao → ppe_miaoda_ccm → boe_miaoda_ccm → boe_debug_detail_lookup
|
|
71
71
|
* → boe_creative_history)。
|
|
72
72
|
*/
|
|
73
|
-
const DEFAULT_CANARY_HEADER = '
|
|
73
|
+
const DEFAULT_CANARY_HEADER = 'prod';
|
|
74
74
|
/**
|
|
75
75
|
* 注入 x-tt-env 小流量头:env 显式设值 > DEFAULT_CANARY_HEADER。
|
|
76
76
|
*
|