/** * @namespace 用户模块 * @description 保存用户信息 */ type SaveUserInfoParams = { encryptedData: string; iv: string; code?: string; }; /** * @namespace 用户模块 * @description 绑定手机号参数 */ type BindPhoneParams = SaveUserInfoParams;