Your Name 9 months ago
parent
commit
edbb0f57a4
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      application/api/controller/Ai.php

+ 4
- 1
application/api/controller/Ai.php View File

739
                         'id' => $id_list['id']
739
                         'id' => $id_list['id']
740
                     ])->update([
740
                     ])->update([
741
                         'is_pic' => 1,
741
                         'is_pic' => 1,
742
-                        'imgs' => $new_img
742
+                        'imgs' => $new_img,
743
+                        'username' => 'admin',
744
+                        'sysadd' => 1,
745
+                        'hits' => 1
743
                     ]);
746
                     ]);
744
             }
747
             }
745
         }
748
         }

Loading…
Cancel
Save