62 lines
1.3 KiB
Markdown
62 lines
1.3 KiB
Markdown
|
|
|
|||
|
|
##### 接口描述
|
|||
|
|
|
|||
|
|
- (网点账户结算记录) 接口
|
|||
|
|
|
|||
|
|
- ` http://api.emis.tanex56.com/api/bizsvr/emis/emisCountry/list`
|
|||
|
|
|
|||
|
|
- POST
|
|||
|
|
|
|||
|
|
|
|||
|
|
|参数名|是否必须|类型|说明|
|
|||
|
|
|:---- |:---|:----- |----- |
|
|||
|
|
|Content-Type |是 |string |application/x-www-form-urlencode; charset=UTF-8 |
|
|||
|
|
|
|||
|
|
|
|||
|
|
|参数名|是否必须|类型|说明|示例值
|
|||
|
|
|:---- |:---|:----- |----- |----- |
|
|||
|
|
|username |是 |string |用户名 | username
|
|||
|
|
|password |是 |string | 密码 | abc123
|
|||
|
|
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
{
|
|||
|
|
"code": 1,
|
|||
|
|
"message": "发送成功",
|
|||
|
|
"data":""
|
|||
|
|
}
|
|||
|
|
```
|
|||
|
|
|参数名|类型|说明|
|
|||
|
|
|:----- |:-----|----- |
|
|||
|
|
|code |int |1-成功 -1-失败 |
|
|||
|
|
|message |string | 成功消息 |
|
|||
|
|
|data |string | 附带返回的json数据 |
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
{
|
|||
|
|
"code": -1,
|
|||
|
|
"message": "发送失败",
|
|||
|
|
"data":""
|
|||
|
|
}
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
-
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
\#\#\#\#\#【emis_site_settle_record】(网点账户结算记录)
|
|||
|
|
|
|||
|
|
|名|类型|必选|属性字段|属性类型|默认值|说明|
|
|||
|
|
|:---- |:---|:-----|:---- |:---|:---|----- |
|
|||
|
|
@for(column in columns){
|
|||
|
|
@var notNull="";
|
|||
|
|
@if(column.isRequired =="1") {
|
|||
|
|
@notNull="否";
|
|||
|
|
@}
|
|||
|
|
|${column.columnName} |${column.columnType} |${notNull} |${column.attrName} |${column.attrType} |${column.columnDefault}|${column.columnComment} |
|
|||
|
|
@}
|