The ET_deliver delivery order query system is developed to be used by companies that often deliver goods to customers.
The company fills in the delivery note and logistics method. When the customer inquires, he can check when the goods were shipped to him, which logistics company sent them through, whether the delivery address, phone number, and consignee are correct. At the same time, The logistics order number can be found; and the current logistics status can be queried through the logistics API (because the APIONE method of Friend Express is called, only the last status can be checked).
The function seems to be only like this -_-!!! It is simple and practical. If there are too many functions, wouldn’t it become ERP? Of course, we do not rule out adding functions in the future (it depends on the usage of the program and the future demand. If no one uses the program, it will have to be scrapped) -------
Forgot to mention the usage environment: php+mysql is fine, but PHP requires 5.0 or above because JSON is used.
Usage Agreement: This program is a free version. You can freely add deletion functions, but------------
The two connections in the header cannot be removed; one connection is for the author and the other is for the express API.
Note: This program is a UTF8 version, so the files are in UTF8 format. When modifying the files, find a better editor to avoid garbled characters.
For the installation method, see the readmd.txt file in the compressed package.