Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
order-group
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
order-group-application
order-group
Commits
d44a1ba8
Commit
d44a1ba8
authored
Jan 26, 2021
by
徐康
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
升级sdk
parent
398aae8d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
151 deletions
+1
-151
order-application-service/src/main/java/cn/freemud/entities/dto/OrderExtInfoDto.java
+0
-150
order-management/pom.xml
+1
-1
No files found.
order-application-service/src/main/java/cn/freemud/entities/dto/OrderExtInfoDto.java
deleted
100644 → 0
View file @
398aae8d
/**
* All rights Reserved, Designed By www.freemud.cn
*
* @Title: OrderExtInfoDto
* @Package cn.freemud.entities.dto
* @Description:
* @author: liming.guo
* @date: 2018/6/13 18:38
* @version V1.0
* @Copyright: 2018 www.freemud.cn Inc. All rights reserved.
* 注意:本内容仅限于上海非码科技内部传阅,禁止外泄以及用于其他的商业目
*//*
package cn.freemud.entities.dto;
import lombok.Data;
@Data
public class OrderExtInfoDto {
private String prepayId;
private String accessToken;
*/
/**
* 到期时间
*//*
private String expireDate;
*/
/**
* 外卖开始时间
*//*
private String deliveryHoursDayStart;
*/
/**
* 外卖结束时间
*//*
private String deliveryHoursDayEnd;
private String openid;
private String appid;
private String appsecret;
*/
/**
* 订单支付时间
*//*
private String payDate;
*/
/**
* 第三方流水号
*//*
private String payTransId;
*/
/**
* sessionId
*//*
private String sessionId;
*/
/**
* 预计送达时间
*//*
private Integer serviceTime;
*/
/**
* 第三方外卖定时推单时间
*//*
private Integer pushOrderTime;
*/
/**
* 版本号
*//*
private String version;
*/
/**
* 会员规则ID
*//*
private String ruleId;
*/
/**
* 预支付 transId
*//*
private String prePayTransId;
*/
/**
* 预支付返回的fmId
*//*
private String fmId;
*/
/**
* 创建预支付订单userId
*//*
private String prePayUserId;
*/
/**
* 用户手机号
*//*
private String phone;
*/
/**
* 平台支付订单号(微信订单号)
*//*
private String paid_no;
*/
/**
* 渠道方流水号 (比如扫呗,易宝等) 新支付服务做中转使用
*//*
private String endTransId;
*/
/**
* 第三方支付商户号 新支付服务做中转使用
*//*
private String platformMchId;
*/
/**
* 扫呗商户号 新支付服务做中转使用
*//*
private String terminalId;
*/
/**
* 微信上报使用的异常补退使用
*//*
private String sessionKey;
}
*/
order-management/pom.xml
View file @
d44a1ba8
...
...
@@ -65,7 +65,7 @@
<dependency>
<groupId>
cn.freemud
</groupId>
<artifactId>
assortment-ordercenter-sdk
</artifactId>
<version>
2.1.
1
5-RELEASE
</version>
<version>
2.1.
2
5-RELEASE
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
...
...
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