Download the PHP package imactool/gjpzyx without Composer
On this page you can find all versions of the php package imactool/gjpzyx. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download imactool/gjpzyx
More information about imactool/gjpzyx
Files in imactool/gjpzyx
Informations about the package gjpzyx
gjpzyx
管家婆ERP 管家婆章鱼侠API.
由于项目里需要用到管家婆或者章鱼侠作为第三方仓库支持,但是 Google、GitHub 一番发现一条都木有。 所以就自己造了一个。
应该是目前第一个比较完善的支持 管家婆 ERP、章鱼侠 ERP 的第三方扩展包了。 使用本扩展之前,请务必确认你已经在 管家婆-章鱼侠 获取了接口调用权限!
Installing
具体索要参数和返回参数请按产品文档查阅
管家婆ERP文档:点我查看
章鱼侠ERP文档:点我查看
Usage
管家婆
-
初始化
-
querySaleQty() 批量获取ERP商品基本资料的库存信息
-
pushStoreInfo() 上载门店信息
- pushOrderRefund() 售后单添加
管家婆API 列表
商品管理
- pushProduct() 宝贝上载
- queryProduct() 商品详情查询
订单交易
- pushOrder() 订单批量上载/更新接口
- queryOrderStatus() 查询订单处理状态
- querySaleOrder() 订单查询
售后场景
- pushOrderRefund() 售后单上载
- queryOrderRefund() 售后详情查询
库存管理
- queryQtyInfo() 仓库详情查询
- querySaleQty() 商品库存查询
- queryMoreSaleQty() 批量库存查询
全渠道场景/门店
- pushStoreInfo() 门店信息上载
分割线: 目前由于章鱼侠相关的测试接口无法正常使用。暂不支持。管家婆相关接口正常
章鱼侠 API 列表
商品管理
- pushProduct() 宝贝上载
- queryProduct() 商品详情查询
订单交易
- pushOrder() 订单批量上载/更新接口
- queryOrderStatus() 查询订单处理状态
- querySaleOrder() 订单查询
售后场景
- pushOrderRefund() 售后单上载
- queryOrderRefund() 售后详情查询
库存管理
- queryQtyInfo() 仓库详情查询
- querySaleQty() 商品库存查询
- queryMoreSaleQty() 批量库存查询
全渠道场景/门店
- pushStoreInfo() 门店信息上载
TODO
- 目前参数没有做过滤处理
- 文档完善
- 代码完善
- tests
Contributing
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
- Contribute new features or update the wiki.
The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.
License
MIT