淘宝退款

This commit is contained in:
wanyongkang
2020-10-15 14:03:09 +08:00
parent 91a914bcc4
commit 729b32f0a4
6 changed files with 78 additions and 15 deletions

View File

@@ -5,7 +5,7 @@
* @Author: kangkang
* @Date: 2020-10-14 19:32:50
* @LastEditors: kangkang
* @LastEditTime: 2020-10-14 19:44:19
* @LastEditTime: 2020-10-14 21:13:48
*/
namespace enum\order;
@@ -14,7 +14,7 @@ class TbRefund
{
//淘宝退款状态
public static $refundStatus = [
0 => '待处理',
0 => '申请中',
1 => '已同意',
2 => '已拒绝',
3 => '已关闭',