POST api/WeChat/OldResetPassWord

“OldResetPassWord”的文档。

Request Information

Parameters

NameDescriptionAdditional information
data
“data”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "firm": "sample string 1",
  "account": "sample string 2",
  "password": "sample string 3",
  "resetPassword": "sample string 4"
}

application/xml, text/xml

Sample:
<WeChatController.Reset xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YaoBai_WeChatApi.Controllers">
  <account>sample string 2</account>
  <firm>sample string 1</firm>
  <password>sample string 3</password>
  <resetPassword>sample string 4</resetPassword>
</WeChatController.Reset>

application/x-www-form-urlencoded

Sample:

Sample not available.