修改alipay地址
This commit is contained in:
22
enum/order/TbRefund.php
Normal file
22
enum/order/TbRefund.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
/*
|
||||
* @Descripttion: 淘宝退款
|
||||
* @version:
|
||||
* @Author: kangkang
|
||||
* @Date: 2020-10-14 19:32:50
|
||||
* @LastEditors: kangkang
|
||||
* @LastEditTime: 2020-10-14 19:44:19
|
||||
*/
|
||||
|
||||
namespace enum\order;
|
||||
|
||||
class TbRefund
|
||||
{
|
||||
//淘宝退款状态
|
||||
public static $refundStatus = [
|
||||
0 => '待处理',
|
||||
1 => '已同意',
|
||||
2 => '已拒绝',
|
||||
3 => '已关闭',
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user