example

package module
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

README

dou_sdk

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ApiExample

func ApiExample()

func BizHandler

func BizHandler(context *doudian_sdk.DoudianOpSpiContext)

BizHandler 定义BizHandler,BizHandler用来处理接收到服务器请求之后, 需要处理的业务逻辑,SDK会将服务器下发的业务参数(param_json) 封装成对应的Param类实例,并放入DoudianOpSpiContext中,开发 者可以通过context获取封装好的数据。SDK也会将需要返回的数据封 装成Data类实例,开发者可以通过context.getData()获取该实例, 并设置其中的字段,最终返回给开放平台服务器。

在本示例中(demo/spi),Param对象为 DemoSpiParam,Data对象 为 DemoSpiData

func SpiExample

func SpiExample()

Types

This section is empty.

Directories

Path Synopsis
api
spi

Jump to

Keyboard shortcuts

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