request

package
v3.2.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2024 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RequestServiceMarket

type RequestServiceMarket struct {
	Service     string `json:"service"`
	Api         string `json:"api"`
	ClientMsgID string `json:"client_msg_id"`

	// 服务提供方接口定义的 JSON 格式的数据。
	// 因为微信文档说是string,但是给的例子又是json,所以这边不限制类型。 string或者hashmap类型都无所谓
	Data interface{} `json:"data"`
}

RequestServerMarket https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/service-market/serviceMarket.invokeService.html

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL