fuyu %!s(int64=5) %!d(string=hai) anos
pai
achega
01aa30764a
Modificáronse 1 ficheiros con 2 adicións e 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) {