fuyu 5 lat temu
rodzic
commit
1cfa07e30f
1 zmienionych plików z 1 dodań i 1 usunięć
  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) {