|
|
|
@ -20,25 +20,25 @@ class PurchaseLimitService implements PurchaseLimitServiceInterface |
|
|
|
{ |
|
|
|
public function getStoreIdByMarketId($params) |
|
|
|
{ |
|
|
|
$res[] = [ |
|
|
|
'id' => 7, |
|
|
|
'item' => 1, |
|
|
|
'item_text' => 'page', |
|
|
|
'logo' => 'http://lanzutest.lanzulive.com/attachment/images/2/2020/08/PY55Y3Mz17yJo17rv1Z7vImX1V5159.jpg', |
|
|
|
'redirect_url' => '/zh_cjdianc/pages/takeout/takeoutindex?storeid=123', |
|
|
|
'src' => '/zh_cjdianc/pages/takeout/takeoutindex?storeid=123', |
|
|
|
'src2' => '/zh_cjdianc/pages/takeout/takeoutindex?storeid=123', |
|
|
|
]; |
|
|
|
$res[] = [ |
|
|
|
'id' => 8, |
|
|
|
'item' => 1, |
|
|
|
'item_text' => 'page', |
|
|
|
'logo' => 'http://lanzutest.lanzulive.com/attachment/images/2/2020/08/PY55Y3Mz17yJo17rv1Z7vImX1V5159.jpg', |
|
|
|
'redirect_url' => '/zh_cjdianc/pages/takeout/takeoutindex?storeid=109', |
|
|
|
'src' => '/zh_cjdianc/pages/takeout/takeoutindex?storeid=109', |
|
|
|
'src2' => '/zh_cjdianc/pages/takeout/takeoutindex?storeid=109', |
|
|
|
]; |
|
|
|
return $res; |
|
|
|
// $res[] = [
|
|
|
|
// 'id' => 7,
|
|
|
|
// 'item' => 1,
|
|
|
|
// 'item_text' => 'page',
|
|
|
|
// 'logo' => 'http://lanzutest.lanzulive.com/attachment/images/2/2020/08/PY55Y3Mz17yJo17rv1Z7vImX1V5159.jpg',
|
|
|
|
// 'redirect_url' => '/zh_cjdianc/pages/takeout/takeoutindex?storeid=123',
|
|
|
|
// 'src' => '/zh_cjdianc/pages/takeout/takeoutindex?storeid=123',
|
|
|
|
// 'src2' => '/zh_cjdianc/pages/takeout/takeoutindex?storeid=123',
|
|
|
|
// ];
|
|
|
|
// $res[] = [
|
|
|
|
// 'id' => 8,
|
|
|
|
// 'item' => 1,
|
|
|
|
// 'item_text' => 'page',
|
|
|
|
// 'logo' => 'http://lanzutest.lanzulive.com/attachment/images/2/2020/08/PY55Y3Mz17yJo17rv1Z7vImX1V5159.jpg',
|
|
|
|
// 'redirect_url' => '/zh_cjdianc/pages/takeout/takeoutindex?storeid=109',
|
|
|
|
// 'src' => '/zh_cjdianc/pages/takeout/takeoutindex?storeid=109',
|
|
|
|
// 'src2' => '/zh_cjdianc/pages/takeout/takeoutindex?storeid=109',
|
|
|
|
// ];
|
|
|
|
return ''; |
|
|
|
} |
|
|
|
|
|
|
|
public function ssdbPurchaseRecord($data,$user_id,$global_order_id) |
|
|
|
|