|
@@ -448,10 +448,6 @@ class Api
|
|
}
|
|
}
|
|
|
|
|
|
protected function request_log_update($log_result){
|
|
protected function request_log_update($log_result){
|
|
- $actionname = $this->request->action();
|
|
|
|
- if(strtolower($actionname) == 'givegifttoyou'){
|
|
|
|
- //return true;
|
|
|
|
- }
|
|
|
|
|
|
|
|
if ($this->logType === 1){
|
|
if ($this->logType === 1){
|
|
if (strlen(json_encode($log_result['data'])) > 1000) {
|
|
if (strlen(json_encode($log_result['data'])) > 1000) {
|