|
@@ -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'] ?? '操作成功');
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|