订单分佣规则
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 rivejä
252 B

  1. package md
  2. const OneCirclesExchange = "one.circles"
  3. const (
  4. OneCirclesRoutKeyForSignIn = "sign_in" // 签到
  5. )
  6. type OneCirclesStructForSignIn struct {
  7. MasterId string `json:"master_id"`
  8. Uid int `json:"uid"`
  9. Id int64 `json:"id"`
  10. }