FindDataWebService
The following operations are supported. For a formal definition, please review the Service Description.
-
AddDownloads
增加发现图片下载量 -
AddFindCollection
收藏发现 -
AddFindReport
举报发现 -
AllCountry
获取国家 -
AmanInformation
精选达人详情 -
Barrage
弹幕 -
CancelFindCollection
取消收藏发现 -
CancelFindDataFabulous
取消点赞 -
CancelUserFindFollow
取消关注 -
CategroyInformation
分类信息 -
ClearUserInfo
放棄賬戶時清除賬戶信息 -
CollegeHome
学院首页 -
CollegeInformationList
学院信息列表 -
DataThemeList
根据话题Id查询 -
DelFindData
根据发现Id删除发现 -
EditFindData
编辑帖子 -
FindDataEntity
根据发现Id查询详情 -
FindDataFY
发现列表(分页) -
FindDataFabulous
帖子点赞 -
FindDataListNew
发现首页广告集合 -
Findnumber
素材数量 -
FollowFansList
我的粉丝列表 -
FollowList
关注分页列表 -
FollowUserList
我的关注达人列表 -
GetApply
一键开店 -
GetContactphone
客服电话 -
GetCoverThirdparty
覆盖第三方标识 -
GetLowerShop
根据条件获取下级店铺 -
GetLowerUser
获取下级店主 -
GetMsgCountByUserId
获取用户未读消息数量 -
GetMyMembers
根据条件获取我的会员 -
GetMyStoreInfo
根据条件获取我的店铺信息 -
GetMyStoreManage
根据条件获取店铺管理页面信息 -
GetMyStoreOrders
根据条件获取我的店铺订单 -
GetQuestionAndAnswerById
咨询与帮助详情 -
GetQuestionAndAnswerList
咨询与帮助列表 -
GetQuestionTypeList
咨询分类 -
GetRegister
第三方用户注册 -
GetRemove
移除绑定标识 -
GetSelectFindTheme
话题查询(分页) -
GetThirdpartRegister
覆盖标识 -
GetThirdparty
第三方登录接口 -
GetThirdpartyPhone
验证此手机号是否绑定第三方用户 -
GetbindingIdentification
绑定第三方 -
GiftToken
馈赠代币 -
IFModifySuperior
判断是否能修改上级 -
PrivateletterList
私信列表 -
ProductByPic
根据商品Id查询商品信息 -
PromoteLevel
升级活跃进度 -
RecommendAman
关注达人 -
ReleaseFindData
发现发布 -
ReportContent
获取举报内容 -
SS_MsgList
消息列表 -
SS_SendTextMsg
发送文字消息 -
SS_ShareMsgShowList
系统消息 -
SelectionClassify
精选分类 -
ShopBagListNew
开店礼包广告集合 -
UpdMyMembersByRemarks
根据条件更新我的会员 -
UpdMyStoreInfo
根据条件更新我的店铺信息 -
UserAman
精选达人列表 -
UserFindFollow
关注达人 -
UserMsgAllList
消息盒子
This web service is using http://tempuri.org/ as its default namespace.
Recommendation: Change the default namespace before the XML Web service is made public.
Each XML Web service needs a unique namespace in order for client applications to distinguish it from other services on the Web. http://tempuri.org/ is available for XML Web services that are under development, but published XML Web services should use a more permanent namespace.
Your XML Web service should be identified by a namespace that you control. For example, you can use your company's Internet domain name as part of the namespace. Although many XML Web service namespaces look like URLs, they need not point to actual resources on the Web. (XML Web service namespaces are URIs.)
For XML Web services creating using ASP.NET, the default namespace can be changed using the WebService attribute's Namespace property. The WebService attribute is an attribute applied to the class that contains the XML Web service methods. Below is a code example that sets the namespace to "http://microsoft.com/webservices/":
C#
[WebService(Namespace="http://microsoft.com/webservices/")]
public class MyWebService {
// implementation
}
Visual Basic
<WebService(Namespace:="http://microsoft.com/webservices/")> Public Class MyWebService
' implementation
End Class
C++
[WebService(Namespace="http://microsoft.com/webservices/")]
public ref class MyWebService {
// implementation
};
For more details on XML namespaces, see the W3C recommendation on Namespaces in XML.
For more details on WSDL, see the WSDL Specification.
For more details on URIs, see RFC 2396.