Searched refs:uc_api_post (Results 1 – 1 of 1) sorted by relevance
/plugin/authucenter/lib/uc_client/ |
H A D | client.php | 97 function uc_api_post($module, $action, $arg = array()) { function 369 $return = uc_api_post('user', 'synlogin', array('uid'=>$uid)); 380 $return = uc_api_post('user', 'synlogout', array()); 397 uc_api_post('user', 'deleteavatar', array('uid'=>$uid)); 435 return uc_api_post('user', 'getcredit', array('appid'=>$appid, 'uid'=>$uid, 'credit'=>$credit)); 581 …return uc_api_post('credit', 'request', array('uid'=>$uid, 'from'=>$from, 'to'=>$to, 'toappid'=>$t… 636 $return = uc_api_post('version', 'check', array());
|