Merge branch 'master' of ssh://119.23.72.7:22611/zhujilai/Order into lt_订单周迭代3.09
Showing
with
3349 additions
and
19 deletions
app/Model/OrderAddressModel.php
0 → 100644
This diff is collapsed.
Click to expand it.
app/Model/OrderShippingModel.php
0 → 100644
app/Model/RegionModel.php
0 → 100644
app/Services/ExportService.php
0 → 100644
app/Services/TestClient.php
0 → 100644
... | @@ -12,7 +12,8 @@ | ... | @@ -12,7 +12,8 @@ |
"guzzlehttp/guzzle": "^6.3", | "guzzlehttp/guzzle": "^6.3", | ||
"predis/predis": "^1.1", | "predis/predis": "^1.1", | ||
"redgo/monitor-ding": "0.2", | "redgo/monitor-ding": "0.2", | ||
"barryvdh/laravel-debugbar": "^2.0" | "barryvdh/laravel-debugbar": "^2.0", | ||
"hprose/hprose": "2.0" | |||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"fzaninotto/faker": "~1.4", | "fzaninotto/faker": "~1.4", | ||
... | ... |
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
vendor/hprose/hprose/.gitignore
0 → 100644
vendor/hprose/hprose/.travis.yml
0 → 100644
vendor/hprose/hprose/LICENSE.md
0 → 100644
vendor/hprose/hprose/README.md
0 → 100644
vendor/hprose/hprose/README_zh_CN.md
0 → 100644
vendor/hprose/hprose/composer.json
0 → 100644
{ | |||
"name": "hprose/hprose", | |||
"type": "library", | |||
"description": "It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system.", | |||
"keywords": [ | |||
"hprose", | |||
"phprpc", | |||
"rpc", | |||
"webservice", | |||
"websocket", | |||
"http", | |||
"ajax", | |||
"json", | |||
"jsonrpc", | |||
"xmlrpc", | |||
"cross-language", | |||
"cross-platform", | |||
"cross-domain", | |||
"html5", | |||
"serialize", | |||
"serialization", | |||
"protocol", | |||
"web", | |||
"service", | |||
"framework", | |||
"library", | |||
"game", | |||
"communication", | |||
"middleware", | |||
"webapi", | |||
"socket", | |||
"tcp", | |||
"async", | |||
"unix", | |||
"future" | |||
], | |||
"homepage": "http://hprose.com/", | |||
"license": "MIT", | |||
"authors": [ | |||
{ | |||
"name": "Ma Bingyao", | |||
"email": "andot@hprose.com", | |||
"homepage": "http://hprose.com", | |||
"role": "Developer" | |||
} | |||
], | |||
"require": { | |||
"php": ">=5.3.0" | |||
}, | |||
"suggest": { | |||
"ext-hprose": "Faster serialize and unserialize hprose extension." | |||
}, | |||
"require-dev": { | |||
"phpunit/phpunit": ">=4.0.0" | |||
}, | |||
"autoload": { | |||
"files": ["src/Hprose.php"] | |||
} | |||
} |
vendor/hprose/hprose/examples/composer.json
0 → 100644
{ | |||
"name": "hprose/examples", | |||
"description": "examples of hprose", | |||
"authors": [ | |||
{ | |||
"name": "andot", | |||
"email": "mabingyao@gmail.com" | |||
} | |||
], | |||
"require": { | |||
"php": ">=5.3.0", | |||
"hprose/hprose": "dev-master" | |||
} | |||
} |
vendor/hprose/hprose/examples/src/all.php
0 → 100644
vendor/hprose/hprose/examples/src/co.php
0 → 100644
vendor/hprose/hprose/examples/src/co1.php
0 → 100644
vendor/hprose/hprose/examples/src/co2.php
0 → 100644
vendor/hprose/hprose/examples/src/co3.php
0 → 100644
vendor/hprose/hprose/examples/src/co4.php
0 → 100644
vendor/hprose/hprose/examples/src/co5.php
0 → 100644
vendor/hprose/hprose/examples/src/each.php
0 → 100644
vendor/hprose/hprose/examples/src/each1.php
0 → 100644
vendor/hprose/hprose/examples/src/every.php
0 → 100644
vendor/hprose/hprose/examples/src/every1.php
0 → 100644
vendor/hprose/hprose/examples/src/filter.php
0 → 100644
vendor/hprose/hprose/examples/src/map.php
0 → 100644
vendor/hprose/hprose/examples/src/map1.php
0 → 100644
vendor/hprose/hprose/examples/src/reduce.php
0 → 100644
vendor/hprose/hprose/examples/src/run.php
0 → 100644
vendor/hprose/hprose/examples/src/search.php
0 → 100644
vendor/hprose/hprose/examples/src/settle.php
0 → 100644
vendor/hprose/hprose/examples/src/some.php
0 → 100644
vendor/hprose/hprose/examples/src/some1.php
0 → 100644
vendor/hprose/hprose/examples/src/sync.php
0 → 100644
vendor/hprose/hprose/examples/src/wrap.php
0 → 100644
vendor/hprose/hprose/src/Hprose.php
0 → 100644
vendor/hprose/hprose/src/Hprose/BytesIO.php
0 → 100644
vendor/hprose/hprose/src/Hprose/Client.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/hprose/hprose/src/Hprose/Deferred.php
0 → 100644
vendor/hprose/hprose/src/Hprose/Filter.php
0 → 100644
vendor/hprose/hprose/src/Hprose/Future.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/hprose/hprose/src/Hprose/Promise.php
0 → 100644
vendor/hprose/hprose/src/Hprose/Proxy.php
0 → 100644
vendor/hprose/hprose/src/Hprose/Reader.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/hprose/hprose/src/Hprose/Service.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/hprose/hprose/src/Hprose/Tags.php
0 → 100644
vendor/hprose/hprose/src/Hprose/Writer.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/hprose/hprose/src/Throwable.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/hprose/hprose/src/TypeError.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/hprose/hprose/src/functions.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/hprose/hprose/tests/Bootstrap.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/hprose/hprose/tests/FormatterTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/hprose/hprose/tests/PromiseTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/hprose/hprose/tests/phpunit.xml.dist
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment