seven 1 day ago
parent
commit
631934a4a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/admin/PaymentOrder.php

+ 1 - 1
app/Http/Controllers/admin/PaymentOrder.php

@@ -59,6 +59,6 @@ class PaymentOrder extends Controller
         } catch (Exception $e) {
         } catch (Exception $e) {
             return $this->error(intval($e->getCode()));
             return $this->error(intval($e->getCode()));
         }
         }
-        return $this->success();
+        return $this->success([],$result['message'] ?? '操作成功');
     }
     }
 }
 }