index.php define('APP_PATH','./Apps/'); 應用目錄名 1->config.php default -> GoShop F:\APICloud-ZJR-Work\Work-SuanOK-ThinkPHP\Work-ThinkPHP\20160621-1-ada-ok-ok\Apps\Common\Conf\config.php 'DEFAULT_CONTROLLER' => 'GoShop', //默认首页模块 2->GoShop default -> LoveShop default: //默认链接 //$this->shopUrl='Index'; //--- 20170206 change for alipay anual renew contract $this->shopUrl='LoveShop'; break; $this->redirect('http://'.$this->FromSiteName.'.suanok.com/Home/'.$this->shopUrl.'/'); 3->LoveShop -> list 全店热恋 all special $groupId=23; //主推专题组 $groupSpecial=M('shop_group_special'); $special=M('shop_special'); $groupInfo=$groupSpecial->find($groupId); $groupAllid=$groupInfo['allid']; F:\APICloud-ZJR-Work\Work-SuanOK-ThinkPHP\Work-ThinkPHP\20160921-1-dv-work\WxPay\lib WxPay.Config.php const APPID = 'wx3598bbc795269f7c'; const MCHID = '1323304501'; const KEY = '6A93A4E9C75E99C2595E602674FA2998'; const APPSECRET = 'e678a2f0477bea8e4babe2aa0c2de58c'; 服务器地址 (URL) http://wx.b.qq.com/weixin/addev/PTZGRTK 令牌 (Token) 91473c7c8cac1ab43d8789166e968cbb 消息加解密密钥 (EncodingAESKey) KitUL6XnfwgbHkjIuEMsomUZRhivrzvbzr6S39yDMX7 消息加解密方式 明文模式 appid + secret -> access_token YLEtoMNbKSrVSugFf2H70XwedPt735_PlFRld2uWNQQQWNzQIvusbr88Z-mo9O015J8fKc8D4v_W8HlhL2MGIlL8cRE85otFiNqAmURMi-S0rEWo_Nfb5NMF04RbOtqjAPZfCBANCM 自定义菜单创建接口 { "button":[ { "type":"view", "name":"买水", "url":"http://www.suanok.com" }, { "type":"view", "name":"我的", "url":"http://www.suanok.com/Home/Public/my/" }, { "name":"关于", "sub_button":[ { "type":"view", "name":"使用说明", "url":"http://www.suanok.com/Home/Shop/services/" }, { "type":"click", "name":"在线咨询", "key":"V1001_GOOD" }] }] } 生成带参数的二维码 {"action_name": "QR_LIMIT_SCENE", "action_info": {"scene": {"scene_id": 123}}} https://mp.weixin.qq.com/cgi-bin/showqrcode?ticket=gQH_8DwAAAAAAAAAAS5odHRwOi8vd2VpeGluLnFxLmNvbS9xLzAybVhia0J3OU1iTV8xMDAwMDAwM0UAAgRGoUNZAwQAAAAA "scene_id": 123 -> "ticket": "gQFr8TwAAAAAAAAAAS5odHRwOi8vd2VpeGluLnFxLmNvbS9xLzAyQmhNZkI1OU1iTV8xMDAwME0wM3MAAgQFoUNZAwQAAAAA" "scene_id": 124 -> "ticket": "gQH_8DwAAAAAAAAAAS5odHRwOi8vd2VpeGluLnFxLmNvbS9xLzAybVhia0J3OU1iTV8xMDAwMDAwM0UAAgRGoUNZAwQAAAAA"