Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
T
tcm-system
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
TCM
tcm-system
Commits
48821548
Commit
48821548
authored
Jan 16, 2025
by
tangfang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改公司查询审核信息问题
parent
68b09b83
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
StoreFeign.java
...ain/java/com/pangding/web/authority/feign/StoreFeign.java
+6
-3
No files found.
src/main/java/com/pangding/web/authority/feign/StoreFeign.java
View file @
48821548
...
...
@@ -3,6 +3,8 @@ package com.pangding.web.authority.feign;
import
com.pangding.web.authority.vo.reqvo.CompanyScenicInfoReqVo
;
import
com.pangding.web.authority.vo.reqvo.MerchantCreateReqVo
;
import
com.pangding.web.vo.product.pd.merchant.MerchantVo
;
import
com.pangding.web.vo.v2.scenic.merchant.pd.MerchantDeviceVo
;
import
com.pangding.web.vo.v2.scenic.merchant.req.MerchantDeviceReqVo
;
import
com.yanzuoguang.util.vo.ResponseResult
;
import
org.springframework.cloud.openfeign.FeignClient
;
import
org.springframework.web.bind.annotation.RequestBody
;
...
...
@@ -13,14 +15,13 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @create 2019/5/22 11:55
*/
@FeignClient
(
value
=
"pd-scenic"
)
@RequestMapping
(
value
=
"/scenic"
)
public
interface
StoreFeign
{
/**
* 新建景区
* @param req
* @return
*/
@RequestMapping
(
"/merchantCreate"
)
@RequestMapping
(
"/
scenic/
merchantCreate"
)
ResponseResult
<
MerchantVo
>
merchantCreate
(
@RequestBody
MerchantCreateReqVo
req
);
/**
...
...
@@ -29,6 +30,8 @@ public interface StoreFeign {
* @param req
* @return
*/
@RequestMapping
(
"/getCompanyScenicInfo"
)
@RequestMapping
(
"/
scenic/
getCompanyScenicInfo"
)
ResponseResult
<
MerchantVo
>
getCompanyScenicInfo
(
@RequestBody
CompanyScenicInfoReqVo
req
);
}
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