fuyu hace 5 años
padre
commit
01aa30764a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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;
 
   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) {
     $order = DB::table('remote_order')->where('id', $order_id)->field('application_id, order_money')->find();
     if($order) {