淘宝退款
This commit is contained in:
@@ -155,6 +155,7 @@ class TbRefund extends Controller
|
|||||||
public function handle()
|
public function handle()
|
||||||
{
|
{
|
||||||
$data = json_decode(file_get_contents("php://input"), true)['row'];
|
$data = json_decode(file_get_contents("php://input"), true)['row'];
|
||||||
|
if($data){
|
||||||
$id = $data['Id'];
|
$id = $data['Id'];
|
||||||
$user = $this->userinfo;
|
$user = $this->userinfo;
|
||||||
$refund = new RefundMOdel;
|
$refund = new RefundMOdel;
|
||||||
@@ -203,6 +204,7 @@ class TbRefund extends Controller
|
|||||||
];
|
];
|
||||||
echo json_encode($return);
|
echo json_encode($return);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @description: 导出数据
|
* @description: 导出数据
|
||||||
|
|||||||
Reference in New Issue
Block a user