topic.go 114 B

123456
  1. package global
  2. var (
  3. TOPIC_REQ_BANK = "bank_req" // 银行请求
  4. TOPIC_RSP_BANK = "bank_rsp" // 银行回应
  5. )