淘宝退款

This commit is contained in:
wyongk
2020-12-16 13:14:11 +08:00
parent 6348e1f3da
commit 32416141df

View File

@@ -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: 导出数据