Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
ce39fc58
Commit
ce39fc58
authored
Mar 13, 2020
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
aefc99f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
44 deletions
+31
-44
xgg-deliver/app/front/entry/public/apidoc/invoice/invoice.md
+31
-44
No files found.
xgg-deliver/app/front/entry/public/apidoc/invoice/invoice.md
View file @
ce39fc58
...
...
@@ -177,14 +177,11 @@
## **<a name="invoice"> 查询详细信息 </a>**
[
返回到目录
](
#menu
)
**接口方式**
HTTP
**HTTP方法**
POST
**URI路径**
/web/invoice/invoiceCtl/invoice
**参数验证**
否
**参数**
**示例**
##### URL
[
/web/invoice/invoiceCtl/invoice
]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 请求参数 `POST`
```
javascript
{
...
...
@@ -327,13 +324,11 @@
## **<a name="deliverAssignSalesman"> 分配业务员 </a>**
[
返回到目录
](
#menu
)
**接口方式**
HTTP
**HTTP方法**
POST
**URI路径**
/web/invoice/invoiceCtl/handleStatus
**参数验证**
否
**参数**
**示例**
##### URL
[
/web/invoice/invoiceCtl/handleStatus
]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 请求参数 `POST`
```
javascript
{
...
...
@@ -367,13 +362,11 @@
## **<a name="invoiced"> 开具发票 </a>**
[
返回到目录
](
#menu
)
**接口方式**
HTTP
**HTTP方法**
POST
**URI路径**
/web/invoice/invoiceCtl/handleStatus
**参数验证**
否
**参数**
**示例**
##### URL
[
/web/invoice/invoiceCtl/handleStatus
]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 请求参数 `POST`
```
javascript
{
...
...
@@ -410,13 +403,11 @@
## **<a name="submitAudit"> 提交审核 </a>**
[
返回到目录
](
#menu
)
**接口方式**
HTTP
**HTTP方法**
POST
**URI路径**
/web/invoice/invoiceCtl/handleStatus
**参数验证**
否
**参数**
**示例**
##### URL
[
/web/invoice/invoiceCtl/handleStatus
]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 请求参数 `POST`
```
javascript
{
...
...
@@ -449,13 +440,11 @@
## **<a name="deliverReject"> 审核失败 </a>**
[
返回到目录
](
#menu
)
**接口方式**
HTTP
**HTTP方法**
POST
**URI路径**
/web/invoice/invoiceCtl/handleStatus
**参数验证**
否
**参数**
**示例**
##### URL
[
/web/invoice/invoiceCtl/handleStatus
]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 请求参数 `POST`
```
javascript
{
...
...
@@ -491,19 +480,17 @@
## **<a name="delivered"> 交付商交付 </a>**
[
返回到目录
](
#menu
)
**接口方式**
HTTP
**HTTP方法**
POST
**URI路径**
/web/invoice/invoiceCtl/handleStatus
**参数验证**
否
**参数**
**示例**
##### URL
[
/web/invoice/invoiceCtl/handleStatus
]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 请求参数 `POST`
```
javascript
{
"invoice_id"
:
"11855693476003245"
,
//发票ID
"status"
:
"1050"
,
//业务状态
"deliver_mail_no"
:
"sfsunyanan"
,
//快递单号
"deliver_mail_no"
:
"sfsunyanan"
,
//快递单号
"deliver_img"
:
"https://ss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1909363170,38053158&fm=26&gp=0.jpg"
//交接单
}
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment