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
ad0b0d64
Commit
ad0b0d64
authored
Mar 21, 2020
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
de532279
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
12 deletions
+3
-12
xgg-saas-platform/app/base/controller/impl/saas/merchantCtl.js
+3
-1
xgg-saas-platform/app/front/entry/public/apidoc/saas/main.md
+0
-11
No files found.
xgg-saas-platform/app/base/controller/impl/saas/merchantCtl.js
View file @
ad0b0d64
...
...
@@ -71,7 +71,9 @@ class MerchantCtl extends CtlBase {
async
userInfo
(
params
,
pobj2
,
req
)
{
try
{
return
await
this
.
merchantuserSve
.
info
(
params
);
let
rs
=
await
this
.
merchantuserSve
.
info
(
params
);
await
this
.
merchantSve
.
setMerchant
([
rs
.
data
]);
return
system
.
getResultSuccess
(
rs
);
}
catch
(
error
)
{
return
system
.
getResult
(
null
,
`系统错误 错误信息
${
error
}
`
);
}
...
...
xgg-saas-platform/app/front/entry/public/apidoc/saas/main.md
View file @
ad0b0d64
...
...
@@ -121,17 +121,6 @@
```
javascript
{
"id"
:
""
,
// id,为空或者不填写该字段时新增,指定具体id时修改
"merchantId"
:
"11064624178480175"
,
// 商户id
"taxNo"
:
"杨庆菊客户的税号"
,
// 纳税人识别号
"invoiceAddr"
:
"杨庆菊客户的地址"
,
// 开票地址
"invoiceMobile"
:
"杨庆菊客户开票手机号"
,
// 开票电话
"accountName"
:
"杨庆菊客户的账户名称"
,
// 开户名称
"accountPublic"
:
"杨庆菊客户的对公账户"
,
// 对公账户
"isDefault"
:
true
,
// 是否设置默认
}
{
"id"
:
0
,
// id,为空或者不填写该字段时新增,指定具体id时修改
"name"
:
"name2"
,
// 主体名称
"bank_account"
:
"bank_accoun2"
,
// 账户名称
...
...
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