소스 검색

积分调动通用接口

zhangjinkun@topnet.net.cn 9 년 전
부모
커밋
c24f8dc228
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      core/src/qfw/coreconfig/SysConfig.go

+ 0 - 5
core/src/qfw/coreconfig/SysConfig.go

@@ -23,12 +23,7 @@ type config struct {
 	ChatServer      string      `json:"chatServer"`
 	ChatRpc         string      `json:"chatRpc"`
 	ElasticPoolSize int         `json:"elasticPoolSize"`
-<<<<<<< HEAD
-	CreditRpc       string      `json:"creditRpc"`
-	CreditA         string      `json:"credit_a"`
-=======
 	DomainName      string      `json:"domainName"`
->>>>>>> release
 }
 type smtp struct {
 	Addr     string `json:"addr"`