|
|
@@ -541,6 +541,8 @@ class MemberService extends BaseService
|
|
|
if($type == 'agent'){
|
|
|
$info['qrcode'] = MpService::make()->getMiniQrcode('pages/login/login',"rid={$info['id']}");
|
|
|
$info['qrcode'] = $info['qrcode']? get_image_url($info['qrcode']):'';
|
|
|
+ }else if($type == 'center'){
|
|
|
+ $info['order1'] = OrderService::make()->getCountByStatus($info['id'], 1);
|
|
|
}
|
|
|
|
|
|
RedisService::set($cacheKey, $info, rand(30, 60));
|