Commit 61035c54 by 孙龙

up

parent 2f891d12
Showing with 2 additions and 0 deletions
......@@ -623,6 +623,7 @@ class BomService {
$data["type"] = 2;//1-前台,2-后台,3-后台批量添加
$data['delivery_place'] = $extend["delivery_type"];
$data['data'] = $lianying;
$data["buy"] = 1;
$data['k1'] = time();
$data['k2'] = md5(md5($data['k1']).'fh6y5t4rr351d2c3bryi');
$response = json_decode(curlApi($url, $data, 'POST'), true);
......@@ -714,6 +715,7 @@ class BomService {
$data['type'] = 2;//后台加入购物车
$data['delivery_place'] = $extend['delivery_type'];
$data["bom_sn"] = $extend["bom_sn"];
$data["buy"] = 1;
$data["data"] = array_merge($ziying);
$data['uid'] = intval($user_id) ? intval($user_id) : 0;
$data['k1'] = time();
......
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 sign in to comment