1
This commit is contained in:
9
platformapi/tao_vegetable/model.go
Normal file
9
platformapi/tao_vegetable/model.go
Normal 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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user