Browse Source

返回值处理

undefined
v-Brocloni 4 years ago
parent
commit
45460dda05
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      addons/unishop/controller/Pay.php

+ 1
- 1
addons/unishop/controller/Pay.php View File

@@ -108,7 +108,7 @@ class Pay extends Base
'trade_type' => $trade_type,

];
return Service::submitOrder($params);
$this->success("", Service::submitOrder($params));
} catch (Exception $e) {
$this->error($e->getMessage());
}


Loading…
Cancel
Save