GET api/e/ys/CheckUpgradeMember?memberID={memberID}
检测会员是否可以创建名片
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
memberID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
apiResult.Result = false; 此账号不需要支付升级 apiResult.Result = true; 此账号需要支付升级;
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.