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
e4e20790
Commit
e4e20790
authored
Apr 04, 2020
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
61b81848
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
43 additions
and
1 deletions
+43
-1
xgg-saas-merchant/app/base/system.js
+1
-1
xgg-saas-merchant/app/front/entry/public/apidoc/README.md
+1
-0
xgg-saas-merchant/app/front/entry/public/apidoc/tax/tax.md
+41
-0
No files found.
xgg-saas-merchant/app/base/system.js
View file @
e4e20790
...
@@ -181,7 +181,7 @@ class System {
...
@@ -181,7 +181,7 @@ class System {
merchant
:
dev
+
":3101"
+
path
,
merchant
:
dev
+
":3101"
+
path
,
// 订单服务
// 订单服务
order
:
local
+
":3103"
+
path
,
order
:
dev
+
":3103"
+
path
,
// 发票服务
// 发票服务
invoice
:
dev
+
":3105"
+
path
,
invoice
:
dev
+
":3105"
+
path
,
...
...
xgg-saas-merchant/app/front/entry/public/apidoc/README.md
View file @
e4e20790
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
## 报表管理
## 报表管理
1
[
账期
](
/doc/tax/tax.md
)
1
[
账期
](
/doc/tax/tax.md
)
## 小程序接口
## 小程序接口
1
[
登录
](
/doc/applet/login.md
)
1
[
登录
](
/doc/applet/login.md
)
...
...
xgg-saas-merchant/app/front/entry/public/apidoc/tax/tax.md
View file @
e4e20790
...
@@ -4,6 +4,47 @@
...
@@ -4,6 +4,47 @@
1.
[
季度账期
](
#getReportDataQuarter
)
1.
[
季度账期
](
#getReportDataQuarter
)
1.
[
个体户列表
](
#businessmenPage
)
1.
[
个体户列表
](
#businessmenPage
)
## **<a name="businessmenPage"> 个体户列表</a>**
[
返回到目录
](
#menu
)
##### URL
[
/web/tax/taxCtl/businessmenPage
]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
```
javascript
{
"currentPage"
:
1
,
"pageSize"
:
10
,
"sve_businessmen_name"
:
""
,
// 个体户名称
"sve_businessmen_credit_code"
:
""
// 信用代码
}
```
#### 返回结果
```
javascript
{
"status"
:
0
,
"msg"
:
"success"
,
"data"
:
{
"count"
:
1
,
"rows"
:
[
{
"id"
:
"1726882541002747"
,
// 订单id 暂时无用
"sve_businessmen_company_id"
:
"1"
,
// 个体户企业id
"sve_businessmen_customer_id"
:
"498786"
,
// 个体户id
"sve_businessmen_name"
:
"1111"
,
// 个体户名称
"sve_businessmen_credit_code"
:
"92321311MA205KN92J"
// 个体户信用代码
}
]
},
"requestid"
:
"ef0eba0af249476b9da7b089541a9e9f"
}
```
## **<a name="getCustomerById"> 根据用户id查询账簿</a>**
## **<a name="getCustomerById"> 根据用户id查询账簿</a>**
[
返回到目录
](
#menu
)
[
返回到目录
](
#menu
)
##### URL
##### URL
...
...
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