From 097a5f9e524acd965fa2abcfd18db30fc3f00ddb Mon Sep 17 00:00:00 2001
From: huangsijun <1773182001@qq.com>
Date: Thu, 11 Dec 2025 16:25:55 +0800
Subject: [PATCH] 修改阿里云上传的
---
admin/app/api/service/order/paysuccess/type/BranchActivityPaySuccessService.php | 20 ++++++++++++--------
1 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/admin/app/api/service/order/paysuccess/type/BranchActivityPaySuccessService.php b/admin/app/api/service/order/paysuccess/type/BranchActivityPaySuccessService.php
index c41ba02..cbcd39d 100644
--- a/admin/app/api/service/order/paysuccess/type/BranchActivityPaySuccessService.php
+++ b/admin/app/api/service/order/paysuccess/type/BranchActivityPaySuccessService.php
@@ -147,15 +147,19 @@
*/
public function isExist($pay_status = 10)
{
- // 订单信息
- $app_id = 0;
- $params = ['trade_no' => $this->orderNo, 'is_delete' => 0];
- if ($pay_status == 10) {
- $params['pay_status'] = 10;
+ if ($this->model) {
+ return $this->model['app_id'];
}
- $order = OrderModel::detail($params, []);
- !empty($order) && $app_id = $order['app_id'];
- return $app_id;
+ return 0;
+ }
+
+ /**
+ * 返回shop_supplier_id
+ * $pay_status 兼容支付宝支付
+ */
+ public function isExistSupplier()
+ {
+ return 0;
}
}
\ No newline at end of file
--
Gitblit v1.9.2