merchant.join.go 182 B

12345678
  1. package models
  2. type CreateMerchantJoinRequest struct {
  3. Type int `json:"type"`
  4. OpenId string `json:"open_id"`
  5. WX string `json:"wx"`
  6. message string `json:"message"`
  7. }