From 54812a2ce2393759b75e5555f5822779c6e94c8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 13 Jun 2023 09:32:52 +0800 Subject: [PATCH] 1 --- platformapi/tao_vegetable/model.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 platformapi/tao_vegetable/model.go diff --git a/platformapi/tao_vegetable/model.go b/platformapi/tao_vegetable/model.go new file mode 100644 index 00000000..31b42839 --- /dev/null +++ b/platformapi/tao_vegetable/model.go @@ -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 +}