fuyu 5 years ago
parent
commit
01aa30764a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      application/inter/service/WechatService.php

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

@@ -119,9 +119,9 @@ class WechatService {
   // $full_url = $url . $v['openid']."&source=".$v['source']."&content=".$orderStr;
   // $full_url = $url . $v['openid']."&source=".$v['source']."&content=".$orderStr;
 
 
   private function getFullUrl($pushType, $openid, $source, $content) {
   private function getFullUrl($pushType, $openid, $source, $content) {
-    return self::BASE_URL."sendMsg?pushType=".$pushType."&openid=".$openid."&source=".source."&content=".$content;
+    return self::BASE_URL."sendMsg?pushType=".$pushType."&openid=".$openid."&source=".$source."&content=".$content;
   }
   }
-  
+
   private function getPushOrder($order_id) {
   private function getPushOrder($order_id) {
     $order = DB::table('remote_order')->where('id', $order_id)->field('application_id, order_money')->find();
     $order = DB::table('remote_order')->where('id', $order_id)->field('application_id, order_money')->find();
     if($order) {
     if($order) {