pay_param.go 115 B

12345
  1. package vo
  2. type PayParam struct {
  3. ObjectId string `json:"object_id"` // 电商带货id/种草id/本地生活id
  4. }