Commit 2ed8a6c2 by 孙亚楠

ddg

parent 8588a00c
...@@ -194,7 +194,7 @@ class System { ...@@ -194,7 +194,7 @@ class System {
merchant: dev + ":3101" + path, merchant: dev + ":3101" + path,
// 订单服务 // 订单服务
order: dev + ":3103" + path, order: local + ":3103" + path,
// 发票服务 // 发票服务
invoice: dev + ":3105" + path, invoice: dev + ":3105" + path,
......
...@@ -329,39 +329,43 @@ ...@@ -329,39 +329,43 @@
#### 返回结果 #### 返回结果
```javascript ```javascript
{ {
"code": 1, "code": 1,
"msg": "success", "msg": "success",
"data": [ "data": {
{ "count": 1,
"id": 1001597, "rows": [
"trade_no": "T10015974616001", {
"saas_merchant_id": "11249768207001229", "id": 1001600,
"order_id": "1295094343007461", "trade_no": "T10016007027568",
"order_type": "10", "saas_merchant_id": "11249768207001229",
"out_trade_no": "13699290914238848", "order_id": "1295007001007702",
"acc_name": "焦阳", "order_type": "20",
"credit_code": "SYNSSD123123123123", "out_trade_no": "13699378256239124",
"acc_no": "6214830103140970", "acc_name": "孙淑",
"open_bank": "招商银行", "credit_code": "SYNSSD123123123123",
"amt": 90000, "acc_no": "123",
"actual_amt": 90000, "open_bank": "招商银行",
"deduct_amt": 92700, "amt": 100,
"service_tax": 2700, "actual_amt": 100,
"trade_status": "00", "deduct_amt": 103,
"trade_time": "2020-05-11 20:00:00", "service_tax": 3,
"trade_desc": "1", "trade_status": "00",
"trade_receipt": "", "trade_time": "2020-05-12 14:16:58",
"remark": "无", "trade_desc": "商户自行交易",
"saas_id": "10000", "trade_receipt": "",
"saas_invoice_id": "", "remark": "一般经营所得",
"created_at": "2020-05-11 14:01:16", "saas_id": "10000",
"updated_at": "2020-05-11T06:01:16.000Z", "saas_invoice_id": "",
"deleted_at": null, "created_at": "2020-05-12 14:16:58",
"version": 0, "updated_at": "2020-05-12T06:16:58.000Z",
"order_type_name": "平台交易", "deleted_at": null,
"trade_status_name": "成功" "version": 0,
}, "order_type_name": "商户交易",
] "trade_status_name": "成功"
}
]
}
} }
``` ```
...@@ -369,7 +373,7 @@ ...@@ -369,7 +373,7 @@
## **<a name="invoiceBycreditCode"> 发票管理</a>** ## **<a name="invoiceBycreditCode"> 发票管理</a>**
[返回到目录](#menu) [返回到目录](#menu)
##### URL ##### URL
[/applet/merchantApplet/saasTradeBusinessmenPage] [/applet/merchantApplet/invoiceBycreditCode]
#### 参数格式 `JSON` #### 参数格式 `JSON`
#### HTTP请求方式 `POST` #### HTTP请求方式 `POST`
...@@ -389,53 +393,26 @@ ...@@ -389,53 +393,26 @@
{ {
"code": 1, "code": 1,
"msg": "success", "msg": "success",
"data": [ "data": {
{ "count": 1,
"from_name": "孙亚楠首饰店", "rows": [
"to_name": "大森森金融有限公司", {
"to_credit_code": "DSSJRC123123", "from_name": "孙亚楠首饰店",
"to_addr": "狗熊岭", "to_name": "大森森金融有限公司",
"to_mobile": "18833836392", "to_credit_code": "DSSJRC123123",
"to_bank": "工商银行", "to_addr": "狗熊岭",
"to_account": "DSSJR", "to_mobile": "18833836392",
"invoice_time": "2020-05-10 08:00:00", "to_bank": "工商银行",
"invoice_img": "https://gsb-zc.oss-cn-beijing.aliyuncs.com//zc_wxapplet_1588990656115.jpg", "to_account": "DSSJR",
"invoice_amount": 1, "invoice_time": "2020-05-10 08:00:00",
"created_at": "2020-05-09 10:03:21", "invoice_img": "https://gsb-zc.oss-cn-beijing.aliyuncs.com//zc_wxapplet_1588990656115.jpg",
"status": "1060", "invoice_amount": 1,
"status_name": "已完成" "created_at": "2020-05-09 10:03:21",
}, "status": "1060",
{ "status_name": "已完成"
"from_name": "孙亚楠首饰店", }
"to_name": "大森森金融有限公司", ]
"to_credit_code": "DSSJRC123123", }
"to_addr": "狗熊岭",
"to_mobile": "18833836392",
"to_bank": "工商银行",
"to_account": "DSSJR",
"invoice_time": "2020-05-09 08:00:00",
"invoice_img": "https://gsb-zc.oss-cn-beijing.aliyuncs.com//zc_wxapplet_1589008890884.jpg",
"invoice_amount": 1,
"created_at": "2020-05-09 14:58:48",
"status": "1060",
"status_name": "已完成"
},
{
"from_name": "孙亚楠首饰店",
"to_name": "大森森金融有限公司",
"to_credit_code": "DSSJRC123123",
"to_addr": "狗熊岭",
"to_mobile": "18833836392",
"to_bank": "工商银行",
"to_account": "DSSJR123",
"invoice_time": "2020-05-08 08:00:00",
"invoice_img": "https://gsb-zc.oss-cn-beijing.aliyuncs.com//zc_wxapplet_1588927248512.jpg",
"invoice_amount": 1,
"created_at": "2020-05-08 14:34:15",
"status": "1060",
"status_name": "已完成"
}
]
} }
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment