user_chip.go 537 B

1234567891011121314151617181920212223
  1. package gatesink
  2. import (
  3. "bet24.com/log"
  4. )
  5. /************************
  6. 当服务器配置IsChipRoom < 0 ,表示未纯金币平台,chip转账操作转移至cash
  7. ************************/
  8. // 赠送
  9. func (this *user) transferDiamond(msg, data string) {
  10. log.Release("transferDiamond unimplemented")
  11. }
  12. func (this *user) diamondTransferCfg(msg, data string) {
  13. log.Release("diamondTransferCfg unimplemented")
  14. }
  15. // 赠送记录
  16. func (this *user) diamondTransferLog(msg, data string) {
  17. log.Release("diamondTransferLog unimplemented")
  18. }