appids = $wechatKeywordMsgPrams['appids']; $wechatKeywordMsg->bid = $wechatKeywordMsgPrams['bid']; $wechatKeywordMsg->cid = $wechatKeywordMsgPrams['cid']; $wechatKeywordMsg->book_name = $wechatKeywordMsgPrams['book_name']; $wechatKeywordMsg->chapter_name = $wechatKeywordMsgPrams['chapter_name']; $wechatKeywordMsg->send_title = $wechatKeywordMsgPrams['send_title']; $wechatKeywordMsg->send_cover = $wechatKeywordMsgPrams['send_cover']; $wechatKeywordMsg->keyword = $wechatKeywordMsgPrams['keyword']; $wechatKeywordMsg->link_type = $wechatKeywordMsgPrams['link_type']; $wechatKeywordMsg->link = $wechatKeywordMsgPrams['link']; $wechatKeywordMsg->desc = $wechatKeywordMsgPrams['desc']; $wechatKeywordMsg->mode = $wechatKeywordMsgPrams['mode']; $wechatKeywordMsg->content = $wechatKeywordMsgPrams['content']; \Log::info('after_update:'); \Log::info($wechatKeywordMsg); $wechatKeywordMsg->save(); return 1; }else{ \Log::info('updateWechatKeywordMsg_not_exist'); return 2; } } catch (\Exception $e) { \Log::info("updateWechatKeywordMsg_ept:".$e); return 0; } } }