Commit a845ffdd by chongfu.liang

fix

parent f53220d8
...@@ -75,6 +75,14 @@ public class OrderPayResponse { ...@@ -75,6 +75,14 @@ public class OrderPayResponse {
* 抖音支付的orderToken 映射为我们thirdOrderToken * 抖音支付的orderToken 映射为我们thirdOrderToken
*/ */
private String thirdOrderToken; private String thirdOrderToken;
// 回调地址
private String payNotifyUrl;
//商户id
private String sellerId;
// 支付类型:机场支付=20099
private String ebCode;
@NoArgsConstructor @NoArgsConstructor
@Data @Data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment