PublicRecord 함수 수정, json_encode, json_deocde를 Json로 통합
This commit is contained in:
@@ -100,11 +100,11 @@ RootDB::db()->insert('member_log', [
|
||||
'member_no'=>$userID,
|
||||
'date'=>$nowDate,
|
||||
'action_type'=>'change_pw',
|
||||
'action'=>json_encode([
|
||||
'action'=>Json::encode([
|
||||
'type'=>'kakao',
|
||||
'no'=>$userID,
|
||||
'token'=>$access_token
|
||||
], JSON_UNESCAPED_UNICODE)
|
||||
])
|
||||
]);
|
||||
|
||||
RootDB::db()->query("unlock tables");
|
||||
|
||||
Reference in New Issue
Block a user