|
@@ -359,7 +359,7 @@ class WechatMenuService extends BaseService
|
|
|
*/
|
|
|
public static function getClickInfoContent($wechatAppId,$key)
|
|
|
{
|
|
|
- $info = WechatAccountMenuDetail::query()::where([
|
|
|
+ $info = WechatAccountMenuDetail::query()->where([
|
|
|
'status' => 1,
|
|
|
'wechat_authorization_info_id' => $wechatAppId,
|
|
|
])->first();
|