/// <summary>
 ///     公众号领红包 - 刷新缓存
 /// </summary>
 /// <returns></returns>
 public async Task <OperationResult <bool> > OARedEnvelopeRefreshCacheAsync()
 {
     return(await OARedEnvelopeManager.OARedEnvelopeRefreshCacheAsync());
 }