功能模块包括如下 1、店铺:店铺管理 在线客服 素材管理 图库管理 2、商品:商品管理 商品分类 品牌管理 客户咨询 客户评论 3、订单:订单设置 订单管理 售后服务 4、会员:会员管理 会员积分设置 短信发送设置 5、分销:分销概况 分销商管理 佣金管理 6、微信:绑定微信公众号 微信设置 群发功能 7、微博:绑定微博 微博管理 消息推送 8、服务窗:绑定服务窗 群发管理 9、营销:优惠券 促销活动 抽奖游戏 10、设置:设置收款账号 物流配送 安全中心 11、分析统计 注意事项 1、开发环境为Visual Studio 2015,数据库为SQLServer2014,使用.net 4.5.2开发。 2、使用SQLServer2014还原数据库,修改web层的webconfig文件中的数据库连接参数,使用vs启动调试即可。
2022-07-05 19:00:23 85.21MB 分销 物流 微信商城 支付宝服务号
1
Android 支付宝控件接口示例源码.rar
2022-07-04 18:06:09 1.05MB Android
Android支付宝支付Demo源码
2022-07-04 09:10:51 1.8MB Android
支付宝_安卓苹果_快捷支付_文档_代码例子.zip
2022-07-04 09:10:49 16.83MB Android
支付宝无线支付官方的例子和资料.zip
2022-07-04 09:10:48 5.07MB Android
主要为大家详细介绍了Div+CSS仿支付宝登录页面,具有一定的参考价值,感兴趣的小伙伴们可以参考一下
2022-07-03 11:18:51 114KB Div CSS 支付宝 登录
1
XorPay注册 1.注册地址:https://xorpay.com,注册XorPay账号,按照要求填写资料,提交并完成实名认证。绑定微信和支付宝,添加客服微信,加速通过审核。 2.在织梦后台填写支付接口配置,填写aid,app secret。 3.测试支付。 插件安装说及配置说明 1、登录织梦后台,找到左侧菜单 模块 —> 上传新模块 2、点击选择文件上传gbk.xml或者utf8.xml,点击确定完成插件的上传 3、点击左侧菜单 模块 —> 模块管理,点击插件名称右边的 “安装” 4、安装界面可以查看目录是否具有写入权限,需要写入权限才能保证插件的正确安装 5、“对于已存在文件处理方法”,请选择 “覆盖”,点击确定即可完成插件的安装 6、安装好插件后,在模块 —> 辅助插件 —> XorPay支付 处填写配置信息(可设置三种支付模式,支付宝和微信、微信、支付宝
2022-07-02 16:07:11 156KB 个人支付插件XorPay1.3
APICloud实现调起SDK,实现类似微信和支付宝的调起效. 有文档 操作进行介绍。针对使用apicloud开发项目,使用支付宝支付,微信支付进行描述以及总结,提供代码
2022-07-01 15:44:21 138KB apicloud
1
自定义View之仿支付宝芝麻信用分仪表盘效果,喜欢的话,请给个star,谢谢.使用添加项目依赖Add it in your root build.gradle at the end of repositories: allprojects {         repositories { ... maven { url "https://jitpack.io" }         }     } Add the dependency     dependencies {             compile 'com.github.HotBitmapGG:CreditSesameRingView:V1.0.2' }新版芝麻信用分使用     // The gradient color can define your own private final int[] mColors = new int[]{             0xFFFF80AB,             0xFFFF4081,             0xFFFF5177,             0xFFFF7997              }; // Set up the need to score mLayout = (RelativeLayout) view.findViewById(R.id.layout);       mButton = (Button) view.findViewById(R.id.btn);       newCreditSesameView = (NewCreditSesameView) view.findViewById(R.id.sesame_view);       mLayout.setBackgroundColor(mColors[0]);       mButton.setOnClickListener(new View.OnClickListener()       { @Override public void onClick(View view)            {                newCreditSesameView.setSesameValues(639);                startColorChangeAnim();            }       }); // The background color gradient animation Simply illustrates the effect Can customize according to your need public void startColorChangeAnim()      { ObjectAnimator animator = ObjectAnimator.ofInt(mLayout, "backgroundColor", mColors);          animator.setDuration(3000);          animator.setEvaluator(new ArgbEvaluator());          animator.start();      }旧版芝麻信用分使用      // Set up the need to score oldCreditSesameView = (OldCreditSesameView) view.findViewById(R.id.sesame_view);       mButton = (Button) view.findViewById(R.id.btn);       mButton.setOnClickListener(new View.OnClickListener()       { @Override public void onClick(View view)           {               oldCreditSesameView.setSesameValues(639);           }       });
2022-06-30 14:40:09 3.83MB 开源项目
1
贫穷网 – 支付宝当面付DEMO 实现在线讨饭 安装方法 1.下载源码,导入sql文件2.修改config.php内容为自己的支付宝公钥,应用私钥,数据库地址3.开始讨饭
2022-06-29 18:04:11 23KB 源码