namespace KwaiAds.Scripts.Common
{
public interface IClientBidding
void NotifyWin(string minWinPrice);
void NotifyLoss(string winPrice);
}