...
|
...
|
@@ -25,6 +25,7 @@ class PayData |
|
|
{
|
|
|
$param = Yohobuy::param();
|
|
|
$param['client_type'] = 'web';
|
|
|
$param['uid'] = intval($uid);
|
|
|
$param['private_key'] = Yohobuy::$privateKeyList['web'];
|
|
|
$param['method'] = 'web.SpaceOrders.getOrderCountByUid';
|
|
|
|
...
|
...
|
|