记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
757c4865
Commit
757c4865
authored
Dec 29, 2021
by
张国柄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
~
parent
f95772f1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
18 deletions
+3
-18
GoblinStoreMgtCertificationController.java
...troller/manage/GoblinStoreMgtCertificationController.java
+2
-17
GoblinStoreMgtController.java
...ce/goblin/controller/manage/GoblinStoreMgtController.java
+1
-1
No files found.
liquidnet-bus-service/liquidnet-service-goblin/liquidnet-service-goblin-impl/src/main/java/com/liquidnet/service/goblin/controller/manage/GoblinStoreMgtCertificationController.java
View file @
757c4865
...
...
@@ -7,6 +7,7 @@ import com.liquidnet.service.base.ResponseDto;
import
com.liquidnet.service.goblin.dto.manage.GoblinStoreMgtCertificationParam
;
import
com.liquidnet.service.goblin.dto.manage.GoblinStoreMgtCompleteParam
;
import
com.liquidnet.service.goblin.dto.manage.vo.GoblinStoreCertificationVo
;
import
com.liquidnet.service.goblin.dto.manage.vo.GoblinStoreMgtThumbVo
;
import
com.liquidnet.service.goblin.service.manage.IGoblinStoreMgtCertificationService
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
...
...
@@ -32,22 +33,6 @@ public class GoblinStoreMgtCertificationController {
IGoblinStoreMgtCertificationService
IGoblinStoreMgtCertificationService
;
@ApiOperationSupport
(
order
=
1
)
@ApiOperation
(
value
=
"认证状态"
)
@PostMapping
(
"status"
)
public
ResponseDto
<
GoblinStoreCertificationVo
>
certificationStatus
()
{
GoblinStoreCertificationVo
storeCertificationVo
=
GoblinStoreCertificationVo
.
getNew
();
// TODO: 2021/12/27 zhanggb
String
status
=
RandomStringUtils
.
random
(
1
,
"123"
);
storeCertificationVo
.
setCertStatus
(
status
);
if
(
status
.
equals
(
"2"
))
{
storeCertificationVo
.
setReason
(
"这是一个原因这是一个原因这是一个原因这是一个原因"
);
}
return
ResponseDto
.
success
();
}
@ApiOperationSupport
(
order
=
2
)
@ApiOperation
(
value
=
"店铺认证第一步:认证资料"
)
@PostMapping
(
"fstep"
)
public
ResponseDto
<
Object
>
certificationFirstStep
(
@Valid
@RequestBody
GoblinStoreMgtCertificationParam
certificationParam
)
{
...
...
@@ -59,7 +44,7 @@ public class GoblinStoreMgtCertificationController {
return
ResponseDto
.
success
();
}
@ApiOperationSupport
(
order
=
3
)
@ApiOperationSupport
(
order
=
2
)
@ApiOperation
(
value
=
"店铺认证第二步:完善信息"
)
@PostMapping
(
"sstep"
)
public
ResponseDto
<
Object
>
certificationSecondStep
(
@Valid
@RequestBody
GoblinStoreMgtCompleteParam
completeParam
)
{
...
...
liquidnet-bus-service/liquidnet-service-goblin/liquidnet-service-goblin-impl/src/main/java/com/liquidnet/service/goblin/controller/manage/GoblinStoreMgtController.java
View file @
757c4865
...
...
@@ -26,7 +26,7 @@ import java.util.List;
public
class
GoblinStoreMgtController
{
@ApiOperationSupport
(
order
=
1
)
@ApiOperation
(
value
=
"店铺
简易信息
列表"
)
@ApiOperation
(
value
=
"店铺
管理:店铺
列表"
)
@GetMapping
(
value
=
{
"list"
})
public
ResponseDto
<
List
<
GoblinStoreMgtThumbVo
>>
thumbList
()
{
...
...
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