Merge branch 'release/4.8' of git.yoho.cn:fe/YOHOBUYPC into release/4.8
Showing
1 changed file
with
1 additions
and
4 deletions
@@ -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 | } |
-
Please register or login to post a comment