jiangping
2023-08-17 8d7cb8876ac222eca1c82d5bab250f5551531edb
h5_standard/src/apis/index.ts
@@ -11,24 +11,6 @@
    })
}
// 获取微信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({