1.优化后台页面样式
2.优化统一订单中红利的状态和失败原因 3.移除项目中冗余代码和字段
This commit is contained in:
@@ -100,4 +100,11 @@ return [
|
||||
'PlayX API not configured' => 'PlayX API not configured',
|
||||
'Current grant status cannot be manually pushed' => 'Current grant status cannot be manually pushed',
|
||||
'Order status must be PENDING' => 'Order status must be PENDING',
|
||||
'Missing required fields' => 'Missing required fields',
|
||||
'Order type not PHYSICAL' => 'Order type is not physical goods',
|
||||
'Order type not supported' => 'Order type not supported',
|
||||
'Only BONUS can retry' => 'Only bonus orders can retry push',
|
||||
'Shipped successfully' => 'Shipped successfully',
|
||||
'Approved successfully' => 'Approved successfully',
|
||||
'Rejected successfully' => 'Rejected successfully',
|
||||
];
|
||||
Reference in New Issue
Block a user