应用中心

开放平台 > 资料库

接口说明


接口名称 发送道具
测试环境地址 http://openapitest.5211game.com/outhapi/openauth/SendItem
正式环境地址 http://openapi.5211game.com:8080/openauth/SendItem
请求方式 Get
返回格式 Json
安全策略

验证Token,AppSecrect

基础参数必传,见:1.基础参数(base)


接口参数

参数名称

参数类型

是否可选

缺省值

参数说明

Reason string 发道具的备注说明

Items

string

发道具的集合Json串,见如下

Items的json结构如下:

public class Items
{
     public int ItemId { set; get; }
     public int Count { set; get; }
}

返回值说明


返回对象:

字段

类型

说明

Code int 0表示成功,非0表示失败
Message string

对应Code的描述