From 2549309570434c4bca7378c46774210a3a446a83 Mon Sep 17 00:00:00 2001 From: shengchanzhe <179998674@qq.com> Date: Sat, 2 Sep 2023 20:54:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/controller/JunziqianController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/controller/JunziqianController.php b/app/api/controller/JunziqianController.php index dbf2ea18a..8d056227b 100644 --- a/app/api/controller/JunziqianController.php +++ b/app/api/controller/JunziqianController.php @@ -135,7 +135,7 @@ class JunziqianController extends BaseApiController //签约 public function Signing($data, $id, $notify = '') { - if($notify!=''){ + if($notify==''){ $notify=env('url.url_prefix').'/notify_url'; } $requestUtils = new RequestUtils($this->serviceUrl, $this->appkey, $this->appSecret);