POST api/Account/setpaypassword
设置支付密码
Request Information
URI Parameters
None.
Body Parameters
SetPayPassWordModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId |
用户Id |
integer |
None. |
| PassWord |
支付密码 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"PassWord": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
设置支付密码
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.