mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 汇付支付添加merchantKey
This commit is contained in:
@@ -123,6 +123,8 @@ public class PayController extends BaseController {
|
||||
Boolean isLock = redisCache.lock(lockKey, lockValue, 60);
|
||||
Map<String, Object> map = null;
|
||||
if (isLock) {
|
||||
String appId = request.getHeader("appId");
|
||||
dto.setAppId(appId);
|
||||
map = orderService.payOrder(dto);
|
||||
}
|
||||
response = new RestApiResponse<>(map);
|
||||
@@ -350,6 +352,8 @@ public class PayController extends BaseController {
|
||||
Boolean isLock = redisCache.lock(lockKey, lockValue, 60);
|
||||
Map<String, Object> map = null;
|
||||
if (isLock) {
|
||||
String appId = request.getHeader("appId");
|
||||
dto.setAppId(appId);
|
||||
map = orderService.payOrder(dto);
|
||||
}
|
||||
response = new RestApiResponse<>(map);
|
||||
|
||||
Reference in New Issue
Block a user