From 218529476469867cb3a5f68817c7058b4b3ea326 Mon Sep 17 00:00:00 2001
From: tpingzhang <635929049@qq.com>
Date: Wed, 6 Nov 2019 09:42:24 +0800
Subject: [PATCH 1/7] =?UTF-8?q?=E5=8F=8C=E4=B9=BE=E6=94=AF=E4=BB=98?=
=?UTF-8?q?=E5=AE=9D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Application/Sdk/Controller/SpendController.class.php | 5 +++++
Application/Sdk/View/default/Spend/paycallback.html | 9 ++++++---
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/Application/Sdk/Controller/SpendController.class.php b/Application/Sdk/Controller/SpendController.class.php
index 9a1da4a9..d769c327 100644
--- a/Application/Sdk/Controller/SpendController.class.php
+++ b/Application/Sdk/Controller/SpendController.class.php
@@ -294,6 +294,11 @@ ADD COLUMN `pay_url` varchar(255) NOT NULL DEFAULT '' AFTER `check_sign`;
} else {
$this->assign("aliapp", 0);
}
+ if(get_zfb_type() == 2) {
+ $this->assign("sqzfb", 1);
+ } else {
+ $this->assign("sqzfb", 0);
+ }
// pp($orderno);
$this->assign("orderno", $orderno);
$this->assign("paytype", $paytype);
diff --git a/Application/Sdk/View/default/Spend/paycallback.html b/Application/Sdk/View/default/Spend/paycallback.html
index 9db19359..f00a28ce 100644
--- a/Application/Sdk/View/default/Spend/paycallback.html
+++ b/Application/Sdk/View/default/Spend/paycallback.html
@@ -17,7 +17,7 @@
-
+