fuyu 5 年之前
父節點
當前提交
1cfa07e30f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/inter/service/WechatService.php

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

@@ -119,7 +119,7 @@ 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=".urlencode($source)."&content=".$content;
+    return self::BASE_URL."sendMsg?pushType=".$pushType."&openid=".$openid."&source=".urlencode($source)."&content=".urlencode($content);
   }
 
   private function getPushOrder($order_id) {