package
Version:
v1.0.8
Opens a new window with list of versions in this module.
Published: May 3, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewSetParameters1(shopId int64) interface{}
默认模板
func NewSetParameters2(shopId int64, url string) interface{}
自定义url
设置商家主页
要求 para 经过 encoding/json 后满足指定的格式要求
type Homepage struct {
ShopId int64 `json:"shop_id"`
TemplateId int64 `json:"template_id"`
URL string `json:"url"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.