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) {