| xqd
@@ -1688,7 +1688,7 @@ class AlbumController extends Controller
|
|
|
* @throws \EasyWeChat\Kernel\Exceptions\InvalidArgumentException
|
|
|
*/
|
|
|
private function sendLogsMessage($storeid,$open_id,$action,$name,$g_open_id)
|
|
|
- {
|
|
|
+ {\Log::info('111');
|
|
|
$user = AlbumUserModel::where('open_id',$open_id)->first();
|
|
|
$formId = AlbumFormId::where([['open_id',$open_id]])->first();
|
|
|
$content = '';
|
| xqd
@@ -1715,7 +1715,7 @@ class AlbumController extends Controller
|
|
|
$content = '有用户点击了您的号码';
|
|
|
break;
|
|
|
case 8;
|
|
|
- $content = '有用户点击了您的号码';
|
|
|
+ $content = '有用户分享了您的画册';
|
|
|
break;
|
|
|
}
|
|
|
$weChatApp = AlbumManufacturerModel::where('store_id', $storeid)->first();
|