zgg 11 小时之前
父节点
当前提交
3d4545a13c
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 2 0
      application/common.php
  2. 2 2
      config/app.php

+ 2 - 0
application/common.php

@@ -1678,6 +1678,7 @@ function getPhConfig($orgId,$type)
 {
     switch ($orgId){
         case 100:
+        case 117:
             $config = $type == 1 ? config('app.wx_config_px') : config('app.wx_mini_config_ph_px');
             break;
         case 115:
@@ -1701,6 +1702,7 @@ function getPhNotify($orgId,$url,$type)
 {
     switch ($orgId){
         case 100:
+        case 117:
             $notify = ($type == 1 ? '/api/h5/notify/phOrderPx' : '/api/h5/notify/phOrderPx2');
             break;
         case 115:

+ 2 - 2
config/app.php

@@ -240,7 +240,7 @@ return [
             'file' =>  env('runtime_path').'/log/wechat.log',
         ],
     ],
-    //-----陪护微信小程序配置 萍乡市人民医院---------
+    //-----陪护微信小程序配置 萍乡市人民医院,莲花县人民医院---------
     'wx_mini_config_ph_px' => [
         'app_id' => 'wx24a33c5d6e3816d6',
         'secret' => 'b916c6c34cdfcf595359cce0e4dd016c',
@@ -323,7 +323,7 @@ return [
         ],
     ],
 
-    // 萍乡市人民医院
+    // 萍乡市人民医院,莲花县人民医院
     'wx_config_px' => [
         'app_id' => 'wx439b9d9527727911',
         'secret' => '3a667f19a68cae15bd4276c7edad6346',