GET api/Account/RegisterBizUser?Handphone={Handphone}&validCode={validCode}&dblinkname={dblinkname}
针对商城业务应用的用户注册
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Handphone |
手机 |
string |
Required |
| validCode |
验证码 |
string |
Required |
| dblinkname |
数据源名称 |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
TokenResultModel
Dictionary of Object [key] and Object [value]Response Formats
application/json, text/json
Sample:
{
"System.Object": {}
}