Documentation ¶
Index ¶
- type Client
- func (comp *Client) Add(data *power.HashMap) (*response.ResponseNearbyPoiAdd, error)
- func (comp *Client) Delete(poiID string) (*response2.ResponseMiniProgram, error)
- func (comp *Client) GetList(page int, pageRows int) (*response.ResponseNearbyPoiGetList, error)
- func (comp *Client) SetShowStatus(poiID string, status int) (*response2.ResponseMiniProgram, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
*kernel.BaseClient
}
func RegisterProvider ¶
func RegisterProvider(app kernel.ApplicationInterface) (*Client, error)
func (*Client) Add ¶
添加地点 https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/nearby-poi/nearbyPoi.add.html
func (*Client) Delete ¶
func (comp *Client) Delete(poiID string) (*response2.ResponseMiniProgram, error)
Click to show internal directories.
Click to hide internal directories.