...
|
...
|
@@ -156,11 +156,11 @@ class UserData |
|
|
public static function yohoCoinData($uid, $page = 1, $limit = 10)
|
|
|
{
|
|
|
$param['uid'] = $uid;
|
|
|
$param['limit'] = 10;
|
|
|
$param['page'] = 1;
|
|
|
/*$param['limit'] = 10;
|
|
|
$param['page'] = 1;*/
|
|
|
|
|
|
// http://192.168.102.213:8080/yoho-users-web /YohoCoinLogRest/getYohoCoinLog 这个接口返回的有货币数组
|
|
|
return Yohobuy::get(Yohobuy::API_URL_MYCENTER.'YohoCoinLogRest/getYohoCoinNum', $param);
|
|
|
return Yohobuy::jsonPost(Yohobuy::API_URL_MYCENTER.'YohoCoinLogRest/getYohoCoinNum', $param);
|
|
|
}
|
|
|
|
|
|
/**
|
...
|
...
|
|