Authored by 郝肖肖

Merge branch 'release/4.8' of git.yoho.cn:fe/YOHOBUYPC into release/4.8

@@ -531,10 +531,7 @@ class CartData @@ -531,10 +531,7 @@ class CartData
531 $param['orderCode'] = $orderCode; 531 $param['orderCode'] = $orderCode;
532 $param['payment'] = $payment; 532 $param['payment'] = $payment;
533 $param['client_secret'] = Sign::getSign($param); 533 $param['client_secret'] = Sign::getSign($param);
534 -<<<<<<< HEAD  
535 - return Yohobuy::get(Yohobuy::API_URL, $param);  
536 -======= 534 +
537 return Yohobuy::get(API_URL, $param); 535 return Yohobuy::get(API_URL, $param);
538 ->>>>>>> master  
539 } 536 }
540 } 537 }