ecmsapi icon indicating copy to clipboard operation
ecmsapi copied to clipboard

帝国万能API接口v1.x版

Results 1 ecmsapi issues
Sort by recently updated
recently updated
newest added

```php public function insert($table , $data = []) { if(empty($table) || empty($data) || !is_array($data)){ return false; } $field = ""; $value = ""; foreach($data as $f=>$v){ $field .= "," ....