1 Star 0 Fork 0

鱼子/微信自定义组件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

#微信小程序——商业能力——交易组件API ##接口支持标准版以及自定义版 本composer插件基于thinkphp框架使用

###标准版使用实例如下:

require 'vendor\autoload.php';
$config = require 'config\weshop.php';  #引用配置文件

$brand = \sffi\weshop\Factory::product_brand($config);
$res = $brand->reqGet();
var_dump($res); //本处输出品牌信息

img.png

使用Factory::product_* 均为标准版接口

###自定义版使用实例如下:

require 'vendor\autoload.php';
$config = require 'config\weshop.php';

$sss = \sffi\weshop\Factory::shop_account($config);
$res = $sss->reqGetBrandList();
var_dump($res);  //本处输出品牌信息

更多内容请查看源码....

空文件

简介

暂无描述 展开 收起
README
MIT
取消

发行版

暂无发行版

贡献者 (1)

全部

语言

近期动态

3年多前推送了新的提交到 master 分支,824ca7c...c96810e
3年多前推送了新的 v0.02.9 标签
3年多前推送了新的提交到 master 分支,96be148...824ca7c
3年多前推送了新的 v0.02.8 标签
3年多前推送了新的提交到 master 分支,98369f2...96be148
加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rui_ng/wechat-custom-component.git
git@gitee.com:rui_ng/wechat-custom-component.git
rui_ng
wechat-custom-component
微信自定义组件
v0.02.8

搜索帮助