mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
fix:补充说明
This commit is contained in:
parent
ada1b9bdad
commit
013b089752
1 changed files with 1 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ export default class MysZZZApi extends MysApi {
|
|||
* @returns {object}
|
||||
*/
|
||||
getHeaders(query = '', body = '') {
|
||||
// 此处为默认设备信息,绑定设备信息已在getUrl中写入
|
||||
const deviceCfg = settings.getConfig('device');
|
||||
const defDeviceCfg = settings.getdefSet('device');
|
||||
const osVersion = _.get(deviceCfg, 'osVersion') ?? _.get(defDeviceCfg, 'osVersion');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue