/// <summary>
 /// 播放OK音效
 /// </summary>
 public void OK()
 {
     BaseApi.PlayOk();
 }