Commit 71610403 authored by sugar's avatar sugar

姓名卡

parent 7a5554fb
......@@ -184,6 +184,7 @@ class Namecard extends Backend
$cards[$x]['card_number'] = $card_number;//卡号
$cards[$x]['activation_code'] = implode('', $tempPwdStr);//激活码
$cards[$x]['createtime'] = time();//创建时间
$cards[$x]['family_id'] = $params['family_id'] ? $params['family_id'] : 0;
$cards[$x]['url'] = createQrcode($data,$data['type'],$card_number);
}
array_unique($cards, SORT_REGULAR);
......
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