吉安感知网项目-前端
chenyao
2026-01-08 94bff04da6a07e91e04af114689ce533fa1545c6
uniapps/work-wx/src/api/user/index.js
@@ -70,6 +70,24 @@
  });
};
// 微信登录接口
export const loginByWechat = (code) => {
  return request({
    url: '/blade-auth/oauth/token',
    method: 'post',
    header: {
      'Tenant-Id': '000000',
    },
    params: {
      tenantId: '000000',
      code,
      grant_type: 'wechat',
      scope: 'all',
      type: 'wechat',
    },
  });
};
// 发送通话信息
export const sendVoiceCallApi = (data) => {
  return request({