Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gogirl-miniapp-backend
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huluobin
gogirl-miniapp-backend
Commits
dce7a678
Commit
dce7a678
authored
Aug 18, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
店铺授权
parent
e8475376
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
DashboardController.java
.../com/gogirl/interfaces/dashboard/DashboardController.java
+7
-7
No files found.
src/main/java/com/gogirl/interfaces/dashboard/DashboardController.java
View file @
dce7a678
...
@@ -36,48 +36,48 @@ public class DashboardController {
...
@@ -36,48 +36,48 @@ public class DashboardController {
AdminFeign
adminFeign
;
AdminFeign
adminFeign
;
@ApiOperation
(
"见doc文档getStoreTrendApi"
)
@ApiOperation
(
"见doc文档getStoreTrendApi"
)
@PostMapping
(
"/getStoreTrendApi"
)
@PostMapping
(
"/
no_
getStoreTrendApi"
)
public
JsonResult
<
GetStoreTrendApiResp
>
getStoreTrendApi
(
GetStoreTrendApiRequest
request
)
{
public
JsonResult
<
GetStoreTrendApiResp
>
getStoreTrendApi
(
GetStoreTrendApiRequest
request
)
{
return
JsonResult
.
success
(
adminFeign
.
getStoreTrendApi
(
request
).
getData
());
return
JsonResult
.
success
(
adminFeign
.
getStoreTrendApi
(
request
).
getData
());
}
}
@ApiOperation
(
"见doc文档getStoreListApi"
)
@ApiOperation
(
"见doc文档getStoreListApi"
)
@PostMapping
(
"/getStoreListApi"
)
@PostMapping
(
"/
no_
getStoreListApi"
)
public
JsonResult
<
List
<
Map
<
String
,
Object
>>>
getStoreListApi
(
GetStoreListApiRequest
request
)
{
public
JsonResult
<
List
<
Map
<
String
,
Object
>>>
getStoreListApi
(
GetStoreListApiRequest
request
)
{
return
JsonResult
.
success
(
adminFeign
.
getStoreListApi
(
request
).
getData
());
return
JsonResult
.
success
(
adminFeign
.
getStoreListApi
(
request
).
getData
());
}
}
@ApiOperation
(
"见doc文档preStorageSumApi"
)
@ApiOperation
(
"见doc文档preStorageSumApi"
)
@PostMapping
(
"/preStorageSumApi"
)
@PostMapping
(
"/
no_
preStorageSumApi"
)
public
JsonResult
<
Map
<
String
,
Object
>>
preStorageSumApi
(
PreStorageSumApiRequest
request
)
{
public
JsonResult
<
Map
<
String
,
Object
>>
preStorageSumApi
(
PreStorageSumApiRequest
request
)
{
return
JsonResult
.
success
(
adminFeign
.
preStorageSumApi
(
request
).
getData
());
return
JsonResult
.
success
(
adminFeign
.
preStorageSumApi
(
request
).
getData
());
}
}
@ApiOperation
(
"见doc文档revenueTypeListApi"
)
@ApiOperation
(
"见doc文档revenueTypeListApi"
)
@PostMapping
(
"/revenueTypeListApi"
)
@PostMapping
(
"/
no_
revenueTypeListApi"
)
public
JsonResult
<
List
<
Map
<
String
,
Object
>>>
revenueTypeListApi
(
RevenueTypeListRequest
request
)
{
public
JsonResult
<
List
<
Map
<
String
,
Object
>>>
revenueTypeListApi
(
RevenueTypeListRequest
request
)
{
return
JsonResult
.
success
(
adminFeign
.
revenueTypeListApi
(
request
).
getData
());
return
JsonResult
.
success
(
adminFeign
.
revenueTypeListApi
(
request
).
getData
());
}
}
@ApiOperation
(
"见doc文档revenueSumApi"
)
@ApiOperation
(
"见doc文档revenueSumApi"
)
@PostMapping
(
"/revenueSumApi"
)
@PostMapping
(
"/
no_
revenueSumApi"
)
public
JsonResult
<
List
<
Map
<
String
,
Object
>>>
revenueSumApi
(
RevenueSumApiRequest
request
)
{
public
JsonResult
<
List
<
Map
<
String
,
Object
>>>
revenueSumApi
(
RevenueSumApiRequest
request
)
{
return
JsonResult
.
success
(
adminFeign
.
revenueSumApi
(
request
).
getData
());
return
JsonResult
.
success
(
adminFeign
.
revenueSumApi
(
request
).
getData
());
}
}
@ApiOperation
(
"美甲师信息"
)
@ApiOperation
(
"美甲师信息"
)
@PostMapping
(
"/getTechnicianPage"
)
@PostMapping
(
"/
no_
getTechnicianPage"
)
public
JsonResult
<
AdminTechnicianScoreResp
>
getTechnicianPage
(
@RequestBody
GetTechnicianPageRequest
request
)
{
public
JsonResult
<
AdminTechnicianScoreResp
>
getTechnicianPage
(
@RequestBody
GetTechnicianPageRequest
request
)
{
return
JsonResult
.
success
(
adminFeign
.
getTechnicianPage
(
request
).
getData
());
return
JsonResult
.
success
(
adminFeign
.
getTechnicianPage
(
request
).
getData
());
}
}
@ApiOperation
(
"美甲师业绩"
)
@ApiOperation
(
"美甲师业绩"
)
@PostMapping
(
"/achievementsPersonaResultPageApi"
)
@PostMapping
(
"/
no_
achievementsPersonaResultPageApi"
)
public
JsonResult
<
AdminPage
<
AchievementsPersonaResult
>>
achievementsPersonaResultPageApi
(
@RequestBody
AchievementsPersonaResultPageApiRequest
request
)
{
public
JsonResult
<
AdminPage
<
AchievementsPersonaResult
>>
achievementsPersonaResultPageApi
(
@RequestBody
AchievementsPersonaResultPageApiRequest
request
)
{
return
JsonResult
.
success
(
adminFeign
.
achievementsPersonaResultPageApi
(
request
).
getData
());
return
JsonResult
.
success
(
adminFeign
.
achievementsPersonaResultPageApi
(
request
).
getData
());
}
}
...
...
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