Commit 293194b3 authored by wuxiaoli's avatar wuxiaoli

Merge branch 'dev' of http://rungit.jxdsy.cn:10000/sugar/zhupu into dev

parents 52fcd21b 5e1a926c
...@@ -166,7 +166,7 @@ class Namecard extends Backend ...@@ -166,7 +166,7 @@ class Namecard extends Backend
$offset = 1; $offset = 1;
} }
$cards = []; $cards = [];
$data['type'] = 1;//二维码类型 1=认领 $data['type'] = 2;//二维码类型 2=认领
$numLen = 12; //卡号编码位数 $numLen = 12; //卡号编码位数
$pwdLen = 7;//激活码位数 $pwdLen = 7;//激活码位数
$sNumArr = range(0, 9); $sNumArr = range(0, 9);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment