fuyu 5 년 전
부모
커밋
1c09f87a52
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      application/inter/service/WechatService.php

+ 3 - 3
application/inter/service/WechatService.php

@@ -24,7 +24,7 @@ class WechatService {
     }
 
     foreach($openids as $v) {
-      $url = $this->getFullUrl(self::PUSH_TYPE['REMOTE_DIAGNOSIS_REFUND'], $v['openid'], $v['source'], $orderStr);
+      $url = $this->getFullUrl(self::PUSH_TYPE['REMOTE_DIAGNOSIS_PATIENT_PAY'], $v['openid'], $v['source'], $orderStr);
       // $url   = "http://wechat.pacsonline.cn/wx_patient/api/sendMsg?pushType=".."&openid=";
       // $full_url = $url . $v['openid']."&source=".$v['source']."&content=".$orderStr;
       // 请求
@@ -47,7 +47,7 @@ class WechatService {
     }
 
     foreach($openids as $v) {
-      $url = $this->getFullUrl(self::PUSH_TYPE['REMOTE_DIAGNOSIS_REFUND'], $v['openid'], $v['source'], $orderStr);
+      $url = $this->getFullUrl(self::PUSH_TYPE['REMOTE_DIAGNOSIS_CANCEL'], $v['openid'], $v['source'], $orderStr);
       // $url   = "http://wechat.pacsonline.cn/wx_patient/api/sendMsg?pushType=".."&openid=";
       // $full_url = $url . $v['openid']."&source=".$v['source']."&content=".$orderStr;
       // 请求
@@ -70,7 +70,7 @@ class WechatService {
     }
 
     foreach($openids as $v) {
-      $url = $this->getFullUrl(self::PUSH_TYPE['REMOTE_DIAGNOSIS_REFUND'], $v['openid'], $v['source'], $orderStr);
+      $url = $this->getFullUrl(self::PUSH_TYPE['REMOTE_DIAGNOSIS_FINISH'], $v['openid'], $v['source'], $orderStr);
       // $url   = "http://wechat.pacsonline.cn/wx_patient/api/sendMsg?pushType=".."&openid=";
       // $full_url = $url . $v['openid']."&source=".$v['source']."&content=".$orderStr;
       // 请求