api_notify_code.php 137 B

12345678910
  1. <?php
  2. return [
  3. 'update' => [
  4. 'field' => [
  5. 'key',
  6. 'value',
  7. 'type',
  8. ],
  9. ],
  10. ];