hookehuyr

fix

...@@ -16,6 +16,8 @@ axios.interceptors.request.use( ...@@ -16,6 +16,8 @@ axios.interceptors.request.use(
16 // 绑定默认请求头 16 // 绑定默认请求头
17 config.params = _.merge(config.params, { 17 config.params = _.merge(config.params, {
18 f: 'voice', 18 f: 'voice',
19 + // TEMP:临时使用测试 OPENID, 正式版需要删除
20 + input_openid: 'api-test-openid'
19 }) 21 })
20 return config; 22 return config;
21 }, 23 },
......