Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
farming
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郑云飞
farming
Commits
b9a64cd0
Commit
b9a64cd0
authored
Dec 08, 2023
by
zhengyunfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发货备注
parent
87224ad6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
13 deletions
+12
-13
src/main/java/com/yunniu/farming/webadmin/controller/GroupOrderController.java
+0
-1
src/main/java/com/yunniu/farming/wx/WxConfigUtil.java
+2
-2
src/main/resources/templates/groupOrder/list.html
+10
-10
No files found.
src/main/java/com/yunniu/farming/webadmin/controller/GroupOrderController.java
View file @
b9a64cd0
...
...
@@ -57,7 +57,6 @@ public class GroupOrderController {
/**
* 发货
*
* @param id
* @return
*/
...
...
src/main/java/com/yunniu/farming/wx/WxConfigUtil.java
View file @
b9a64cd0
...
...
@@ -15,9 +15,9 @@ public class WxConfigUtil {
public
final
static
String
UNIFIED_ORDER_URL
=
"https://api.mch.weixin.qq.com/pay/unifiedorder"
;
public
final
static
String
PROFIT_SHARING_URL
=
"https://api.mch.weixin.qq.com/secapi/pay/profitsharing"
;
public
final
static
String
PROFIT_SHARING_ADDRECEIVER
=
"https://api.mch.weixin.qq.com/pay/profitsharingaddreceiver"
;
public
final
static
String
notify_url
=
"http://
proud-panther-51.n.gaoyixia.com:8081
/wx/notify"
;
// 订单回调接口
public
final
static
String
notify_url
=
"http://
farming.nyinhong.com
/wx/notify"
;
// 订单回调接口
// public final static String notify_url = "https://qpxdnyy.com/wx/notify"; // 订单回调接口
public
final
static
String
refund_notify_url
=
"http://
proud-panther-51.n.gaoyixia.com:8081
/wx/wxRefundNotify"
;
// 订单回调接口
public
final
static
String
refund_notify_url
=
"http://
farming.nyinhong.com
/wx/wxRefundNotify"
;
// 订单回调接口
// public final static String refund_notify_url = "https://qpxdnyy.com/wx/wxRefundNotify"; // 订单回调接口
public
final
static
String
REFUND_ORDER_URL
=
"https://api.mch.weixin.qq.com/secapi/pay/refund"
;
public
static
String
GET_MINICODE_URL
=
"https://api.weixin.qq.com/wxa/getwxacodeunlimit"
;
...
...
src/main/resources/templates/groupOrder/list.html
View file @
b9a64cd0
...
...
@@ -340,16 +340,16 @@
// });
// });
}
else
if
(
obj
.
event
===
'edit'
)
{
var
id
=
obj
.
data
.
orderId
;
var
w
=
(
$
(
window
).
width
()
*
0.95
);
var
h
=
(
$
(
window
).
height
()
*
0.95
);
layer
.
open
({
type
:
2
,
title
:
'修改订单'
,
content
:
'orderDetailEdit?orderId='
+
id
,
area
:
[
w
+
'px'
,
h
+
'px'
]
,
fix
:
false
//不固定
,
maxmin
:
true
var
id
=
obj
.
data
.
orderId
;
var
w
=
(
$
(
window
).
width
()
*
0.95
);
var
h
=
(
$
(
window
).
height
()
*
0.95
);
layer
.
open
({
type
:
2
,
title
:
'修改订单'
,
content
:
'orderDetailEdit?orderId='
+
id
,
area
:
[
w
+
'px'
,
h
+
'px'
]
,
fix
:
false
//不固定
,
maxmin
:
true
,
shadeClose
:
true
,
shade
:
0.4
,
btn
:
[
'确认'
,
'取消'
]
...
...
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