 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var ( OrderTypeAdd = live.OrderTypeAdd OrderTypeDel = live.OrderTypeDel PlatformTypeH5 = live.PlatformTypeH5 PlatformTypeANDROID = live.PlatformTypeANDROID PlatformTypeIOS = live.PlatformTypeIOS SexTypeUnknown = live.SexTypeUnknown SexTypeFemale = live.SexTypeFemale SexTypeMale = live.SexTypeMale )
Functions ¶
Types ¶
type LvIM ¶ added in v0.4.2
type LvLIVE ¶ added in v0.4.2
type LvLIVE interface {
	GetTokenByThirdUID(thirdUID, aID, userName string, sex int, portraitURI, userEmail, countryCode, birthday string) (liveToken, liveOpenID string, err error)
	SuccessOrderByLiveOpenID(liveOpenID string, orderType, gold, money, expr int64, platformType, orderID string) (golds int64, err error)
	ChangeGoldByLiveOpenID(liveOpenID string, orderType, gold, expr int64, optionalReason string) (ok bool, err error)
	GetGoldByLiveOpenID(liveOpenID string) (golds int64, err error)
}
     Click to show internal directories. 
   Click to hide internal directories.