Browse Source

delete some lines

master
dutsc 3 years ago
parent
commit
e8d26f7ac4
  1. 4
      mobile/get_openid.php
  2. 4
      mobile/source/apps/flow/demo/pay.php

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

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

Loading…
Cancel
Save