Mr.Shi
2023-08-11 b15a83329e33a954f41c9558b58aa1a64332c46b
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({