创建卡卷:public function createcard(){//新建卡卷
$appid=c('appid');
$appsecret=c('scretid');
$asstonek = $this->get_token($appid,$appsecret);
$url = https://api.weixin.qq.com/card/create?access_token=.$asstonek;
$pjson ='{ card: {
card_type: groupon,
groupon: {
base_info: {
logo_url:
http://mmbiz.qpic.cn/mmbiz/ibkgh5qoticplrcytkmibpw028nov2yyg42usk8mwv5fvlruutrnyrg3njgxthap9tng1jzxhk88fdlqxmmnq4chg/0?wx_fmt=jpeg,
brand_name:海底捞123,
code_type: code_type_text ,
title: 132 元双人火锅套餐,
sub_title: ,
color: color010,
notice: 使用时向服务员出示此券,
service_phone: 020-88888888,
description: 不可与其他优惠同享\n 如需团购券发票, 请在消费时向商户提出\n 店内均可
使用,仅限堂食\n 餐前不可打包,餐后未吃完,可打包\n 本团购券不限人数,建议 2 人使用,超过建议人
数须另收酱料费 5 元/位\n 本单谢绝自带酒水饮料,
date_info: {
type: 2,
fixed_term: 30,
fixed_begin_term: 0
},
sku: {
quantity: 500000
},
get_limit: 3,
use_custom_code: false,
bind_openid: false,
can_share: true,
can_give_friend: true,
location_id_list : [123, 12321, 345345],
custom_url_name: 立即使用,
custom_url: http://www.qq.com,
custom_url_sub_title: 6 个汉字 tips,
promotion_url_name: 更多优惠,
promotion_url: http://www.qq.com,
source: 大众点评
},
deal_detail: 以下锅底 2 选 1(有菌王锅、麻辣锅、大骨锅、番茄锅、清补凉锅、酸菜鱼锅可
选):\n 大锅 1 份 12 元\n 小锅 2 份 16 元\n 以下菜品 2 选 1\n 特级肥牛 1 份 30 元\n 洞庭鮰鱼卷 1 份
20 元\n 其他\n 鲜菇猪肉滑 1 份 18 元\n 金针菇 1 份 16 元\n 黑木耳 1 份 9 元\n 娃娃菜 1 份 8 元\n 冬
瓜 1 份 6 元\n 火锅面 2 个 6 元\n 欢乐畅饮 2 位 12 元\n 自助酱料 2 位 10 元}
}
}';
$re3 = $this->curlp($url,$pjson);
$re3arr = json_decode($re3,true);
dump($re3arr);
}卡卷领取测试:(二维码)public function tcard(){//卡卷测试
header ( content-type: text/html; charset=utf-8 );
$appid=c('appid');
$appsecret=c('scretid');
$asstonek = $this->get_token($appid,$appsecret);
$ticket = $this->get_card_ticket($asstonek);
dump($asstonek);
dump($ticket);
/* 获取卡卷列表
$url = https://api.weixin.qq.com/card/batchget?access_token=.$asstonek;
$jsondata = '{offset:0,count:10}';
$re = $this->curlp($url,$jsondata);
dump($re);
*/
// 获取卡卷详情
$url3 = https://api.weixin.qq.com/card/get?access_token=.$asstonek;
$getcardinfo = '{
card_id:pykcus2uc2fwif3sta-agj_xhqfi
}';
$re3 = $this->curlp($url3,$getcardinfo);
$re3arr = json_decode($re3,true);
dump($re3arr);
// status = card_status_verify_ok 卡卷审核通过
// 获取卡卷详情
$fcardjson = '{
action_name: qr_card,
action_info: {
card: {
card_id: pykcus2uc2fwif3sta-agj_xhqfi,
is_unique_code: false ,
}
}
}';
$url2 = https://api.weixin.qq.com/card/qrcode/create?access_token=.$asstonek;
$re2 = $this->curlp($url2,$fcardjson);
$re2arr = json_decode($re2,true);
$ewmticket = $re2arr['ticket'];
if($re2arr['errmsg']!='ok') exit($re2arr['errmsg']);
dump($re2arr);
echo '';
}卡卷投放(领取):html5 js apipublic function get_h5_card($data=array()){
$appid=$this->appid;
$appsecret=$this->appsecret;
$asstonek = $this->get_token($appid,$appsecret);
$ticket = $this->get_card_ticket($asstonek);
$data['api_ticket']=$ticket;
$data['timestamp']=time();
$data['signature'] = self::getsign($data);
//echo $ticket;
$data2['card_id']=$data['card_id'];
unset($data['api_ticket']);
unset($data['card_id']);
$data2['card_ext']=json_encode($data);
return $data2;
dump($data);
}
public function tcard1(){//html5 js api 卡卷投放
$card = new \org\util\card('wx37445*******3ae8','6854f901**********4f9a3');
$cardid = 'pykcus4tmp_sbh6eiqfg-hn_yszc';
$data['card_id']=$cardid;
$data['code']='';
$data['openid']='';
$data2 = $card->get_h5_card($data);
$this->assign('carddata',json_encode($data2));
//dump(($data2));
$this->sitedisplay ( 'card' );已封装成类,可随意调用。需要完整代码请联系关注以下公众号联系:
另外还有微信红包代码封装成类,可直接调用。需要请联系上面微信号
原文地址: http://shanmao.me/weixin/wei-xin-ka-juan-ce-shi-dai-ma
ad:真正免费,域名+虚机+企业邮箱=0元