Commit 54195c49 authored by testshenbd's avatar testshenbd

Merge branch 'linqing' of git.shenbd.com:qm-develop/shenbd into linqing

parents 27301d43 660a851b
...@@ -741,7 +741,7 @@ class OrderConfirmUtil { ...@@ -741,7 +741,7 @@ class OrderConfirmUtil {
* Date: 2018/12/27 0027 * Date: 2018/12/27 0027
* Time: 下午 3:15 * Time: 下午 3:15
*/ */
private function getLitAccesstoken(){ private function gigetLitAccesstoken(){
$model_wx = \DAO\MbWxModel::getInstance(); $model_wx = \DAO\MbWxModel::getInstance();
$weixin = $model_wx->getOne('id,lit_appid,lit_appsecret,lit_accesstoken,lit_expirestime', 'id=1'); $weixin = $model_wx->getOne('id,lit_appid,lit_appsecret,lit_accesstoken,lit_expirestime', 'id=1');
$access_token = ''; $access_token = '';
......
...@@ -82,7 +82,7 @@ class ArrayConst ...@@ -82,7 +82,7 @@ class ArrayConst
//小程序账号 //小程序账号
const wechatInfo = array( const wechatInfo = array(
'appid' => 'wxab22edc34913554b', 'appid' => 'wxab22edc34913554b',
'secret' => '938b33cfa0bb756a7cbb1e2b454c99f0', 'secret' => '63df6bf0bb37862893bde46e7db218d0',
'grant_type' => 'authorization_code', 'grant_type' => 'authorization_code',
); );
...@@ -169,4 +169,4 @@ class ArrayConst ...@@ -169,4 +169,4 @@ class ArrayConst
\Our\ApiConst::plus => '+', \Our\ApiConst::plus => '+',
\Our\ApiConst::set => '=' \Our\ApiConst::set => '='
); );
} }
\ No newline at end of file
...@@ -103,7 +103,7 @@ class ShortMessageModel { ...@@ -103,7 +103,7 @@ class ShortMessageModel {
if($result['status']){ if($result['status']){
return true; return true;
} }
\Our\Log::getInstance()->write($result['msg'],'/data/log/apptest'); \Our\Log::getInstance()->write($result['msg']);
} }
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment