From e8d26f7ac4255875ad670eccb76e064a7ec6e280 Mon Sep 17 00:00:00 2001 From: dutsc <1020018707@qq.com> Date: Mon, 4 Sep 2023 12:28:43 +0800 Subject: [PATCH] delete some lines --- mobile/get_openid.php | 4 ++-- mobile/source/apps/flow/demo/pay.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mobile/get_openid.php b/mobile/get_openid.php index d601981..df538f5 100644 --- a/mobile/get_openid.php +++ b/mobile/get_openid.php @@ -2,8 +2,8 @@ // require_once 'vendor/autoload.php'; // 导入Guzzle库 // 设置应用信息 -$appid = 'wx79343915f99167e6'; -$appsecret = 'f2f72c5e0ac29c2373bfaf22cf059c02'; +$appid = 'YOUR_APPID'; +$appsecret = 'YOUR_APPSECRET'; $redirect_uri = 'https://shop.heavenk.com/mobile/get_openid.php'; // 回调URL // 构造授权链接 diff --git a/mobile/source/apps/flow/demo/pay.php b/mobile/source/apps/flow/demo/pay.php index 13e383f..340b4be 100644 --- a/mobile/source/apps/flow/demo/pay.php +++ b/mobile/source/apps/flow/demo/pay.php @@ -18,8 +18,8 @@ ); // echo json_encode($message,true); - // $appid = 'wx79343915f99167e6'; - // $appsecret = 'f2f72c5e0ac29c2373bfaf22cf059c02'; + // $appid = 'YOUR_APPID'; + // $appsecret = ''; $redirect_uri = 'https://shop.heavenk.com/mobile/'; // 回调URL // 构造授权链接