Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
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
杨凯
YDL-Component-Medical
Commits
f68cfbed
Commit
f68cfbed
authored
Jan 07, 2022
by
霍志良
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:私聊发起收款
parent
950d5476
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
config.gradle
config.gradle
+2
-2
ImConstants.kt
m-im/src/main/java/com/yidianling/im/config/constants/ImConstants.kt
+1
-0
MsgViewHolderReceivedMoney.java
m-im/src/main/java/com/yidianling/im/session/viewholder/MsgViewHolderReceivedMoney.java
+1
-1
No files found.
config.gradle
View file @
f68cfbed
...
@@ -10,7 +10,7 @@ ext {
...
@@ -10,7 +10,7 @@ ext {
"m-fm"
:
"0.0.30.04"
,
"m-fm"
:
"0.0.30.04"
,
"m-user"
:
"0.0.61.82"
,
"m-user"
:
"0.0.61.82"
,
"m-home"
:
"0.0.22.84"
,
"m-home"
:
"0.0.22.84"
,
"m-im"
:
"0.0.20.8
4
"
,
"m-im"
:
"0.0.20.8
7
"
,
"m-dynamic"
:
"0.0.7.35"
,
"m-dynamic"
:
"0.0.7.35"
,
"m-article"
:
"0.0.0.10"
,
"m-article"
:
"0.0.0.10"
,
...
@@ -93,7 +93,7 @@ ext {
...
@@ -93,7 +93,7 @@ ext {
"m-fm"
:
"0.0.30.07"
,
"m-fm"
:
"0.0.30.07"
,
"m-user"
:
"0.0.61.82"
,
"m-user"
:
"0.0.61.82"
,
"m-home"
:
"0.0.22.83"
,
"m-home"
:
"0.0.22.83"
,
"m-im"
:
"0.0.20.8
4
"
,
"m-im"
:
"0.0.20.8
7
"
,
"m-dynamic"
:
"0.0.7.35"
,
"m-dynamic"
:
"0.0.7.35"
,
"m-article"
:
"0.0.0.8"
,
"m-article"
:
"0.0.0.8"
,
...
...
m-im/src/main/java/com/yidianling/im/config/constants/ImConstants.kt
View file @
f68cfbed
...
@@ -27,6 +27,7 @@ class ImConstants {
...
@@ -27,6 +27,7 @@ class ImConstants {
//免费体验订单详情 后边拼接orderid 如果没有拼""
//免费体验订单详情 后边拼接orderid 如果没有拼""
val
ORDER_DETAIL
=
HttpConfig
.
MH5_URL
+
"wb/user/order/detail?needOrderHelperAlert=1&orderid="
val
ORDER_DETAIL
=
HttpConfig
.
MH5_URL
+
"wb/user/order/detail?needOrderHelperAlert=1&orderid="
val
PAY_DETAIL
=
HttpConfig
.
MH5_URL
+
"wb/user/payment/detail?orderId="
const
val
BIND_PHONE_ACTION
=
"wxbind"
const
val
BIND_PHONE_ACTION
=
"wxbind"
...
...
m-im/src/main/java/com/yidianling/im/session/viewholder/MsgViewHolderReceivedMoney.java
View file @
f68cfbed
...
@@ -81,7 +81,7 @@ public class MsgViewHolderReceivedMoney extends MsgViewHolderBase {
...
@@ -81,7 +81,7 @@ public class MsgViewHolderReceivedMoney extends MsgViewHolderBase {
if
(
isReceivedMessage
())
{
if
(
isReceivedMessage
())
{
if
(
isNewOrder
!=
null
&&
isNewOrder
)
{
if
(
isNewOrder
!=
null
&&
isNewOrder
)
{
H5Params
orderParams
=
new
H5Params
(
H5Params
orderParams
=
new
H5Params
(
ImConstants
.
Companion
.
get
ORDER
_DETAIL
()
+
(
orderid
.
isEmpty
()
?
""
:
orderid
),
null
);
ImConstants
.
Companion
.
get
PAY
_DETAIL
()
+
(
orderid
.
isEmpty
()
?
""
:
orderid
),
null
);
NewH5Activity
.
start
(
context
,
orderParams
);
NewH5Activity
.
start
(
context
,
orderParams
);
}
else
{
}
else
{
NewH5Activity
.
start
(
view
.
getContext
(),
new
H5Params
(
HttpConfig
.
Companion
.
getH5_URL
()
+
"receipt/order?oid="
+
orderid
,
null
));
NewH5Activity
.
start
(
view
.
getContext
(),
new
H5Params
(
HttpConfig
.
Companion
.
getH5_URL
()
+
"receipt/order?oid="
+
orderid
,
null
));
...
...
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