Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
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
youjj
cloud-platform
Commits
206c604c
Commit
206c604c
authored
Nov 05, 2020
by
hezhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
03f63834
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
systemconfig.properties
...mon/src/main/resources/properties/systemconfig.properties
+4
-4
OrderFeign.java
...c/main/java/com/xxfc/platform/order/feign/OrderFeign.java
+2
-2
No files found.
ace-common/src/main/resources/properties/systemconfig.properties
View file @
206c604c
...
@@ -40,12 +40,12 @@ APP_PARTNER_IOS=1492557632
...
@@ -40,12 +40,12 @@ APP_PARTNER_IOS=1492557632
APP_PARTNER_KEY_IOS
=
89201002892010008920100quanzinet
APP_PARTNER_KEY_IOS
=
89201002892010008920100quanzinet
APP_TRADE_TYPE_IOS
=
APP
APP_TRADE_TYPE_IOS
=
APP
#andoir
#andoir
APP_ID
=
wx
9ed5e51251cf7c61
APP_ID
=
wx
2e6ea283e99db7bf
APP_PARTNER
=
15
3968920
1
APP_PARTNER
=
15
1458308
1
APP_PARTNER_KEY
=
xxfcXXDfangche74upyuns3AD4334533
APP_PARTNER_KEY
=
qwelkjuoivc1398767lkj834123kljic
APP_TRADE_TYPE
=
APP
APP_TRADE_TYPE
=
APP
#\u652F\u4ED8\u56DE\u8C03
#\u652F\u4ED8\u56DE\u8C03
weixinHost
=
xx
test.upyuns.com
weixinHost
=
chw
test.upyuns.com
#\u8BC1\u4E66\u5B58\u653E\u76EE\u5F55
#\u8BC1\u4E66\u5B58\u653E\u76EE\u5F55
APICLIENT_CERT
=
D:
\\
cert
\\
1514583081_20181017_cert.p12
APICLIENT_CERT
=
D:
\\
cert
\\
1514583081_20181017_cert.p12
...
...
xx-order/xx-order-api/src/main/java/com/xxfc/platform/order/feign/OrderFeign.java
View file @
206c604c
...
@@ -35,8 +35,8 @@ public interface OrderFeign {
...
@@ -35,8 +35,8 @@ public interface OrderFeign {
ObjectRestResponse
<
List
<
OrderDTO
>>
findOrdersByorderIdV2
(
@RequestBody
List
<
Integer
>
orderIds
);
ObjectRestResponse
<
List
<
OrderDTO
>>
findOrdersByorderIdV2
(
@RequestBody
List
<
Integer
>
orderIds
);
@
GetMapping
(
value
=
"/specialRent/app/unauth/checkHasSpecialRentFegin"
)
@
RequestMapping
(
value
=
"specialRent/app/unauth/checkHasSpecialRentFegin"
,
method
=
RequestMethod
.
GET
)
public
ObjectRestResponse
<
Boolean
>
checkHasSpecialRentFegin
(
String
vehicleId
);
ObjectRestResponse
<
Boolean
>
checkHasSpecialRentFegin
(
String
vehicleId
);
@RequestMapping
(
value
=
"chw/orderDetail/app/unauth/getOrderDetail"
,
method
=
RequestMethod
.
GET
)
@RequestMapping
(
value
=
"chw/orderDetail/app/unauth/getOrderDetail"
,
method
=
RequestMethod
.
GET
)
...
...
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