| xqd
@@ -1725,7 +1725,7 @@ class AlbumController extends Controller
|
|
|
'response_type' => 'array',
|
|
|
];\Log::info('2224');
|
|
|
$app = Factory::officialAccount($config);
|
|
|
- $text = new Text($content);\Log::info('2223');
|
|
|
+ $text = new Text($content);\Log::info($text);
|
|
|
$res_msg = $app->customer_service->message($text)->to($g_open_id)->send();\Log::info($res_msg);
|
|
|
if($user&&$formId){
|
|
|
$this->wechat_app = AlbumManufacturerModel::where('store_id',$storeid)->first();
|