/// <summary>
 ///     公众号领红包 - 删除用户数据 为了测试
 /// </summary>
 /// <param name="userId"></param>
 /// <param name="officialAccountType"></param>
 /// <returns></returns>
 public async Task <OperationResult <bool> > OARedEnvelopeUserReceiveDeleteAsync(Guid userId,
                                                                                 int officialAccountType = 1)
 {
     return(await OARedEnvelopeManager.OARedEnvelopeUserReceiveDeleteAsync(userId, officialAccountType));
 }