| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?php
- namespace Dev;
- use Tests\TestCase;
- /**
- * 测试施肥
- *
- */
- class TestShifei extends TestCase
- {
- public $token = '';
- public function test_1()
- {
- }
- private function requestProtobuf()
- {
- return '{
- "runUnid": "683559453fc5c",
- "runMs": "1093",
- "code": "OK",
- "callpath": "Land-Fertilizer",
- "lastData": {
- "items": [
- {
- "itemId": "21",
- "quantity": "9979"
- }
- ]
- },
- "landFertilizer": []
- }';
- }
- }
|