UNPKG

@tplc/business

Version:

7 lines (6 loc) 244 B
/** 获取用户手机号 */ export const getUserPhone = (data: { encryptedData: string; iv: string; code?: string }) => uni.$lcb.http.post('/wechatProgram/api/getPhone', { ...data, appId: (import.meta as any).env.VITE_WX_APPID, })