GET api/BlessTempates?u={u}&t={t}&d={d}
获取祝福模板列表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
u |
用户ID |
integer |
Required |
t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
d |
PageNumber=[PageNumber,int],PageSize=[PageSize,int],State=[状态,int],CID=[公司ID,long] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取祝福模板列表
DataResultListOfBlessWordTempateName | Description | Type | Additional information |
---|---|---|---|
DataList | Collection of BlessWordTempate |
None. |
|
PageNum | integer |
None. |
|
PageSize | integer |
None. |
|
PageCount | integer |
None. |
|
PreviousIndex | integer |
None. |
|
NextIndex | integer |
None. |
|
RecordCount | integer |
None. |
|
Error | boolean |
None. |
|
ErrorInfo | Collection of string |
None. |
|
ExInfo | Exception |
None. |
Response Formats
application/json, text/json
Sample:
{ "_pageSize": 2, "_recordCount": 3, "_pageNum": 1, "_error": true, "_errorInfo": [ "sample string 1", "sample string 2" ], "_exInfo": { "ClassName": "System.Exception", "Message": null, "Data": null, "InnerException": null, "HelpURL": "sample string 1", "StackTraceString": null, "RemoteStackTraceString": null, "RemoteStackIndex": 0, "ExceptionMethod": null, "HResult": 3, "Source": "sample string 2", "WatsonBuckets": null }, "_dataList": [ { "HTML": "sample string 1", "ID": 2, "Name": "sample string 3", "Type": 0, "HeaderTemplate": "sample string 4", "Words": "sample string 5", "FooterTemplate": "sample string 6", "CardImgID": 7, "CardImgTableID": 8, "CompanyID": 9, "CreaterUserType": 0, "CreateTime": "2025-05-13T21:43:47.0500184+08:00", "CreaterId": 11, "CreaterIP": "sample string 12", "UpdaterUserType": 0, "State": 0, "UpdateTime": "2025-05-13T21:43:47.0500184+08:00", "UpdaterId": 13, "UpdaterIP": "sample string 14", "Remark": "sample string 15" }, { "HTML": "sample string 1", "ID": 2, "Name": "sample string 3", "Type": 0, "HeaderTemplate": "sample string 4", "Words": "sample string 5", "FooterTemplate": "sample string 6", "CardImgID": 7, "CardImgTableID": 8, "CompanyID": 9, "CreaterUserType": 0, "CreateTime": "2025-05-13T21:43:47.0500184+08:00", "CreaterId": 11, "CreaterIP": "sample string 12", "UpdaterUserType": 0, "State": 0, "UpdateTime": "2025-05-13T21:43:47.0500184+08:00", "UpdaterId": 13, "UpdaterIP": "sample string 14", "Remark": "sample string 15" } ] }