切换导航条
此项目
正在载入...
登录
mmm-go-pp
/
partner01
·
提交
转到一个项目
GitLab
转到群组
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
yangfu
2021-03-25 15:45:01 +0800
提交
7803aaf9ff72432e445a265e0a6b0731105738af
1 个父辈
ea864e18
add api auth
隐藏空白字符变更
内嵌
并排对比
正在显示
13 个修改的文件
包含
204 行增加
和
0 行删除
document/partner01/api/http/auth.yaml
document/partner01/api/http/company.yaml
document/partner01/api/http/order.yaml
document/partner01/api/http/statistics.yaml
document/partner01/api/http/user.yaml
document/partner01/services/auth/methods/changePassword.yaml
document/partner01/services/auth/methods/revoke.yaml
document/partner01/services/auth/methods/sendSmsCode.yaml
document/partner01/services/company/methods/convertCompanyStatus.yaml
document/partner01/services/company/methods/setCompanyAdmin.yaml
document/partner01/services/statistics/methods/partnersProfile.yaml
document/partner01/services/user/methods/convertUserStatus.yaml
document/partner01/services/user/methods/setPermisson.yaml
document/partner01/api/http/auth.yaml
0 → 100644
查看文件 @
7803aaf
version
:
v1
kind
:
HttpApi
metadata
:
service
:
auth
path
:
/auths
endpoints
:
-
method
:
login
route
:
post
:
/login
-
method
:
loginByCompany
route
:
post
:
/loginByCompany
-
method
:
accessToken
route
:
post
:
/accessToken
-
method
:
refreshToken
route
:
post
:
/refreshToken
-
method
:
sendSmsCode
route
:
post
:
/sendSmsCode
-
method
:
rovoke
route
:
post
:
/rovoke
-
method
:
changePassword
route
:
post
:
/changePhonePassword
...
...
document/partner01/api/http/company.yaml
查看文件 @
7803aaf
...
...
@@ -22,3 +22,9 @@ metadata:
params
:
-
name
:
offset
-
name
:
limit
-
method
:
convertCompanyStatus
route
:
post
:
/convertCompanyStatus
-
method
:
setCompanyAdmin
route
:
post
:
/setCompanyAdmin
...
...
document/partner01/api/http/order.yaml
查看文件 @
7803aaf
...
...
@@ -22,3 +22,6 @@ metadata:
params
:
-
name
:
offset
-
name
:
limit
-
method
:
delivery
route
:
get
:
/delivery
...
...
document/partner01/api/http/statistics.yaml
0 → 100644
查看文件 @
7803aaf
version
:
v1
kind
:
HttpApi
metadata
:
service
:
statistics
path
:
/statisticss
endpoints
:
-
method
:
companyProfile
route
:
post
:
/companyProfile
-
method
:
orderProfile
route
:
post
:
/orderProfile
-
method
:
orderDividend
route
:
post
:
/orderDividend
-
method
:
partnersProfile
route
:
post
:
/partnersProfile
\ No newline at end of file
...
...
document/partner01/api/http/user.yaml
查看文件 @
7803aaf
...
...
@@ -22,3 +22,9 @@ metadata:
params
:
-
name
:
offset
-
name
:
limit
-
method
:
convertUserStatus
route
:
post
:
/convertUserStatus
-
method
:
setPermisson
route
:
post
:
/setPermisson
\ No newline at end of file
...
...
document/partner01/services/auth/methods/changePassword.yaml
0 → 100644
查看文件 @
7803aaf
version
:
v1
kind
:
Method
metadata
:
name
:
changePassword
type
:
command
description
:
修改手机号密码
payload
:
-
name
:
oldPwd
description
:
旧密码
type
:
primitive
:
string
-
name
:
newPwd
description
:
新密码
type
:
primitive
:
string
-
name
:
confirmPwd
description
:
确认密码
type
:
primitive
:
string
-
name
:
phone
description
:
手机号
type
:
primitive
:
string
result
:
-
name
:
code
type
:
primitive
:
int
-
name
:
msg
type
:
primitive
:
string
...
...
document/partner01/services/auth/methods/revoke.yaml
0 → 100644
查看文件 @
7803aaf
version
:
v1
kind
:
Method
metadata
:
name
:
revoke
type
:
command
description
:
注销登录
result
:
-
name
:
code
type
:
primitive
:
int
-
name
:
msg
type
:
primitive
:
int
\ No newline at end of file
...
...
document/partner01/services/auth/methods/sendSmsCode.yaml
0 → 100644
查看文件 @
7803aaf
version
:
v1
kind
:
Method
metadata
:
name
:
sendSmsCode
type
:
command
description
:
发送验证码
payload
:
-
name
:
phone
description
:
Attribute描述
type
:
primitive
:
string
result
:
-
name
:
code
type
:
primitive
:
int
-
name
:
msg
type
:
primitive
:
string
...
...
document/partner01/services/company/methods/convertCompanyStatus.yaml
0 → 100644
查看文件 @
7803aaf
version
:
v1
kind
:
Method
metadata
:
name
:
convertCompanyStatus
type
:
command
description
:
公司状态转换 禁用、启用
payload
:
-
ref
:
companyId
required
:
true
-
ref
:
status
required
:
true
result
:
-
name
:
company
type
:
schema
:
company
...
...
document/partner01/services/company/methods/setCompanyAdmin.yaml
0 → 100644
查看文件 @
7803aaf
version
:
v1
kind
:
Method
metadata
:
name
:
setCompanyAdmin
type
:
command
description
:
设置公司管理员
payload
:
-
ref
:
companyId
required
:
true
-
ref
:
userId
required
:
true
result
:
-
name
:
company
type
:
schema
:
company
...
...
document/partner01/services/statistics/methods/partnersProfile.yaml
0 → 100644
查看文件 @
7803aaf
version
:
v1
kind
:
Method
metadata
:
name
:
partnersProfile
type
:
query
description
:
合伙人统计信息
payload
:
-
ref
:
userId
required
:
true
result
:
-
name
:
partnersProfile
type
:
primitive
:
any
...
...
document/partner01/services/user/methods/convertUserStatus.yaml
0 → 100644
查看文件 @
7803aaf
version
:
v1
kind
:
Method
metadata
:
name
:
convertUserStatus
type
:
command
description
:
用户状态转换(禁用、启用)
payload
:
-
name
:
userId
description
:
用户id
type
:
primitive
:
int64
-
ref
:
status
required
:
true
result
:
-
name
:
code
type
:
primitive
:
int
-
name
:
msg
type
:
primitive
:
string
\ No newline at end of file
...
...
document/partner01/services/user/methods/setPermisson.yaml
0 → 100644
查看文件 @
7803aaf
version
:
v1
kind
:
Method
metadata
:
name
:
setPermisson
type
:
command
description
:
设置权限
payload
:
-
ref
:
userId
required
:
true
-
name
:
permissons
description
:
权限编码列表
type
:
array
:
int
result
:
-
name
:
code
type
:
primitive
:
int
-
name
:
msg
type
:
primitive
:
string
...
...
请
注册
或
登录
后发表评论