pay_param.go 117 B

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