getGiftPrice method

int getGiftPrice()

获取礼物价格

Implementation

int getGiftPrice() {
  return price ?? 0;
}