|
|
@@ -108,6 +108,9 @@ class DouyinOrderController extends BaseAdminController
|
|
|
{
|
|
|
$params = $this->request->post();
|
|
|
$result = DouyinOrderLogic::refundExamine($params);
|
|
|
+ if($result == false){
|
|
|
+ return $this->fail(DouyinOrderLogic::getError());
|
|
|
+ }
|
|
|
return $this->success('操作成功', [], 1, 1);
|
|
|
}
|
|
|
|