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