UserWebService
The following operations are supported. For a formal definition, please review the Service Description.
-
AddClaimProduct
添加我的认领商品 -
AddUserAccountBank
绑定银行卡 -
AddUserAttention
添加我的收藏 - AddUserCashAccountRechargeOrder
- AddUserOpinion
-
ApplyToCash
申请提现 -
Bookmark
收藏店铺 -
CancelStore
取消收藏店铺 - CheckAppRegister
- CheckLogin
- CheckRegister
-
CheckedPhoneIsRegist
验证 手机号是否被註冊 -
ClaimProductList
我的认领商品列表 - CouponBychangPoint
-
CoverPhone
覆盖已存在的手机号账户 - DeleteAddressById
- DeleteUserAttentionById
-
EditSuperior
修改上级邀请码 - GetAddressById
- GetAddresslistByUsername
- GetCityByProvinceID
-
GetCollectVendor
收藏店铺列表 - GetDistrictByCityID
- GetProvince
- GetSubDistrictByDistrictId
-
GetUserAccountBankListByuserName
获取银行卡列表数据 -
GetUserAttention
收藏商品列表 - GetUserAttentionByUsername
- GetUserInfoByBaseCourse
- GetUserInfoByBasePeriods
-
GetUserInfoByuserName
根据用户Id查询用户信息 - HelloWorld
- InserAddressById
- MemberSecurityByuserName
-
MoveIntoACollection
移入收藏 -
OpenShopAgreement
開店協議 -
OpenShopGiftBags
开店礼包 -
OrderTotal
我要开店 - PayTypeCurrentaccount
-
PhoneLogin
手机注册 -
QuerShop
根据邀请码查询信息 -
QuickLogin
验证码登录 -
RegisteredSendVerificationCode
註冊是發送驗證碼 - ResultRegistView
-
SelectAppAbout
关于我们 - SelectAppVersionInfo
- SelectCouponCanPointChange
-
SelectCouponItem
查询他的优惠劵信息 - SelectMemberInfoCredit
-
SelectUserCashAccount
我的现金账户明细 - SelectUserHaveCashAccount
-
SendMessage
忘记密码 发送短信 -
SendMessagePasswrod
修改密码,发送密码 - SendMessagePhone
-
SendRegisterCode
注册发送手机验证码 -
SendUpdatePaymentpasswordCode
新增支付密码/修改支付密码 时获取验证码 - SetAddressDefault
- SubmitPassWrod
- SumitForgetRegistPhone
-
SumitForgetphone
验证 修改手机号 - UpGradeSendSMS
- UpdateAddressById
-
UpdatePaymentpassword
新增支付密码/修改支付密码 - UpdateUserHeaderPic
- UpdateUserInfo
- UpdateUserPassword
- UpdateUserPic
-
UpdatepasswordByphotoanduserName
根据用户账号修改密码 忘记密码修改 -
UserInfoPointTotalCashrealName
根据当前账户查询可用积分,现金账户可用余额,名称 - UserInfoUserCashAccountByUsername
-
VerificationPaymentpassword
验证支付密码 -
VerificationPhone
验证 当前用户手机号 -
YanzhengCode
判断手機號碼和验证码是否正確 -
alterPhoneVerification
更换手机号时发送验证码 -
cofigRult
邀请码规则 - defaultaddressByuserName
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.