jiaosong
2023-08-11 c2e4ed1a6e3a14406db471304360cd45ac8177d1
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({