h5_standard/src/apis/index.ts
@@ -11,6 +11,24 @@ }) } // 获取微信openId export function wxLogin(params: any): Promise<any> { return httpRequest({ url: '/system/wxLogin', method: 'get', params }) } // 微信端登录 export function wxAccountLogin(data: any): Promise<any> { return httpRequest({ url: '/system/wxAccountLogin', method: 'post', data }) } // 获取企业id export function getDingdingCorpId(companyId: any): Promise<any> { return httpRequest({