mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update 打印日志
This commit is contained in:
@@ -135,7 +135,7 @@ public class PayController extends BaseController {
|
||||
if (isLock) {
|
||||
String appId = request.getHeader("appId");
|
||||
dto.setWechatAppId(appId);
|
||||
map = orderService.payOrder(dto);
|
||||
map = orderService.payOrderV2(dto);
|
||||
}
|
||||
response = new RestApiResponse<>(map);
|
||||
} catch (BusinessException e) {
|
||||
|
||||
Reference in New Issue
Block a user