POST api/vender/register/canrequest?phone={phone}

判断能否注册(返回审核状态,如果null则该手机号未申请)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
phone

string

Required

Body Parameters

None.

Response Information

Resource Description

ResponseOfNullableOfVenderRegRequestAuditStatus
NameDescriptionTypeAdditional information
data

VenderRegRequestAuditStatus

None.

errcode

错误码,默认为成功:SUCCESS

string

None.

errmsg

错误信息,默认为:成功

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": 0,
  "errcode": "sample string 1",
  "errmsg": "sample string 2"
}

application/xml, text/xml

Sample:
<ResponseOfNullableOfVenderRegRequestAuditStatusdM4wmcXa5F2dSckg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Infrastructure.WebApi">
  <errcode>sample string 1</errcode>
  <errmsg>sample string 2</errmsg>
  <data>NotAudited</data>
</ResponseOfNullableOfVenderRegRequestAuditStatusdM4wmcXa5F2dSckg>