Showing
1 changed file
with
1 additions
and
0 deletions
@@ -25,6 +25,7 @@ class PayData | @@ -25,6 +25,7 @@ class PayData | ||
25 | { | 25 | { |
26 | $param = Yohobuy::param(); | 26 | $param = Yohobuy::param(); |
27 | $param['client_type'] = 'web'; | 27 | $param['client_type'] = 'web'; |
28 | + $param['uid'] = intval($uid); | ||
28 | $param['private_key'] = Yohobuy::$privateKeyList['web']; | 29 | $param['private_key'] = Yohobuy::$privateKeyList['web']; |
29 | $param['method'] = 'web.SpaceOrders.getOrderCountByUid'; | 30 | $param['method'] = 'web.SpaceOrders.getOrderCountByUid'; |
30 | 31 |
-
Please register or login to post a comment