| xqd
@@ -49,11 +49,11 @@ class OrderInfoModel extends Model
|
|
|
];
|
|
|
|
|
|
//苹果支付类型
|
|
|
- const Apple_Product1 = 'apple10000';
|
|
|
- const Apple_Product2 = 'apple10000';
|
|
|
- const Apple_Product3 = 'apple10002';
|
|
|
- const Apple_Product4 = 'apple10003';
|
|
|
- const Apple_Product5 = 'apple10004';
|
|
|
+ const Apple_Product1 = 'apple1000';
|
|
|
+ const Apple_Product2 = 'apple1001';
|
|
|
+ const Apple_Product3 = 'apple1002';
|
|
|
+ const Apple_Product4 = 'apple1003';
|
|
|
+ const Apple_Product5 = 'apple1004';
|
|
|
|
|
|
//订单状态定义
|
|
|
const STATUS_PENDING = 0;
|