|
@@ -119,9 +119,9 @@ class WechatService {
|
|
// $full_url = $url . $v['openid']."&source=".$v['source']."&content=".$orderStr;
|
|
// $full_url = $url . $v['openid']."&source=".$v['source']."&content=".$orderStr;
|
|
|
|
|
|
private function getFullUrl($pushType, $openid, $source, $content) {
|
|
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) {
|
|
private function getPushOrder($order_id) {
|
|
$order = DB::table('remote_order')->where('id', $order_id)->field('application_id, order_money')->find();
|
|
$order = DB::table('remote_order')->where('id', $order_id)->field('application_id, order_money')->find();
|
|
if($order) {
|
|
if($order) {
|