This commit is contained in:
邹宗楠
2023-06-13 09:32:52 +08:00
parent c3fdbca140
commit 54812a2ce2

View File

@@ -0,0 +1,9 @@
package tao_vegetable
// ShopCode 商户code解析
type ShopCode struct {
ResponseType string `json:"response_type"` // 授权类型 code
Sp string `json:"sp"` // 业务线 hema
Op string `json:"op"` // 业务线 topApp
ClientId string `json:"client_id"` // appKey
}