This commit is contained in:
aozhiwei 2023-08-02 16:12:15 +08:00
parent d9f7552c10
commit 3cb7ba36a2

View File

@ -210,6 +210,11 @@ class ShopController extends BaseAuthedController {
$this->_rspErr(1, 'paramater error crypto');
return;
}
$orderId = OrderId::gen();
$params = array(
);
}
public function queryInAppBalance()