GET dz_api/SystemArgument/GetArguments

获取系统参数(App专用)

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取系统参数(App专用)

SystemArgumentInfo
NameDescriptionTypeAdditional information
ContractApprove

合同是否需要审核

integer

None.

ReceiptApprove

收款单是否需要审核

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ContractApprove": 1,
  "ReceiptApprove": 2
}

application/xml, text/xml

Sample:
<SystemArgumentInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.Settings">
  <ContractApprove>1</ContractApprove>
  <ReceiptApprove>2</ReceiptApprove>
</SystemArgumentInfo>