1
This commit is contained in:
parent
d9f7552c10
commit
3cb7ba36a2
@ -210,6 +210,11 @@ class ShopController extends BaseAuthedController {
|
||||
$this->_rspErr(1, 'paramater error crypto');
|
||||
return;
|
||||
}
|
||||
|
||||
$orderId = OrderId::gen();
|
||||
$params = array(
|
||||
|
||||
);
|
||||
}
|
||||
|
||||
public function queryInAppBalance()
|
||||
|
Loading…
x
Reference in New Issue
Block a user