Mr.Shi
2023-08-22 47e18c4dd34d7d8b0dc60e8e1177cc7dff36f4e6
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({