do modify call order to client_type h5
Showing
1 changed file
with
3 additions
and
3 deletions
@@ -430,9 +430,9 @@ class IndexController extends AbstractAction | @@ -430,9 +430,9 @@ class IndexController extends AbstractAction | ||
430 | // 提交成功清除Cookie | 430 | // 提交成功清除Cookie |
431 | $this->setCookie('order-info', null); | 431 | $this->setCookie('order-info', null); |
432 | 432 | ||
433 | - if ($uid) { | ||
434 | - //UnionTrans::set($uid, $order_code, $order_amount); | ||
435 | - } | 433 | +// if ($uid && !empty($result['data'])) { |
434 | +// UnionTrans::set($uid, $result['data']['order_code'], $result['data']['order_amount']); | ||
435 | +// } | ||
436 | 436 | ||
437 | $this->echoJson($result); | 437 | $this->echoJson($result); |
438 | } | 438 | } |
-
Please register or login to post a comment