|
@@ -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;
|
|
|
// 请求
|