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 // 构造授权链接