GET api/DingDingProgram/CheckIsIPWritten?type={type}&manulIP={manulIP}

判断ip/写入ip

Request Information

URI Parameters

NameDescriptionTypeAdditional information
type

string

Required

manulIP

string

Default value is

Body Parameters

None.

Response Information

Resource Description

BaseResponse
NameDescriptionTypeAdditional information
msg

消息

string

None.

result

是否成功

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "msg": "sample string 1",
  "result": true
}

application/xml, text/xml

Sample:
<BaseResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WXProgramApi">
  <msg>sample string 1</msg>
  <result>true</result>
</BaseResponse>