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.
Click to show internal directories.
Click to hide internal directories.