fuyu 5 năm trước cách đây
mục cha
commit
01aa30764a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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) {