TestShifei.php 459 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?php
  2. namespace Dev;
  3. use Tests\TestCase;
  4. /**
  5. * 测试施肥
  6. *
  7. */
  8. class TestShifei extends TestCase
  9. {
  10. public $token = '';
  11. public function test_1()
  12. {
  13. }
  14. private function requestProtobuf()
  15. {
  16. return '{
  17. "runUnid": "683559453fc5c",
  18. "runMs": "1093",
  19. "code": "OK",
  20. "callpath": "Land-Fertilizer",
  21. "lastData": {
  22. "items": [
  23. {
  24. "itemId": "21",
  25. "quantity": "9979"
  26. }
  27. ]
  28. },
  29. "landFertilizer": []
  30. }';
  31. }
  32. }